@import 'https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Sulphur+Point:wght@300;400;700&display=swap';@import "tailwindcss";@plugin "@tailwindcss/typography";@theme{--color-maroon: #461237;
  --color-golden: #F3B21B;
  --color-sage: #4C5139;
  --color-taupe: #6B5364;
  --font-brand: "Cinzel Decorative", serif;
  --font-primary: "Sulphur Point", sans-serif;
  --font-minion: "MinionVariableConcept-Italic", serif;
}; @layer base{h1 {} h2 { @apply text-4xl; } h3 { @apply text-2xl; } p { @apply max-w-prose; } .container { @apply mx-auto max-w-7xl sm:px-6 px-6 mt-8 sm:mt-16 lg:px-8; }}