@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Outfit:wght@300;400;500&display=optional');
:root { --font-sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif; --font-display: "Cormorant Garamond", Garamond, Georgia, serif; --bg: #F7F4EF; --text: #1A1714; --text-heading: #1A1714; --blue: #2D5016; --blue-dark: #4A7A26; --green: #2D5016; --button-text: #F7F4EF; --button-bg: #1A1714; --button-hover-bg: #2D5016; }