/* public/marketing/_base.css
   Generated via: npx tailwindcss -c tailwind.config.js --content 'public/marketing/**/*.html' -o public/marketing/_base.css --minify
   Regenerate when marketing pages change. */

/* Brand tokens (fallback — Tailwind utility classes are primary) */
:root {
  --color-forest: #1B3A2D;
  --color-terra: #D4845A;
  --color-cream: #FAF7F2;
  --color-cream-100: #F5F0E8;
  --color-stone-500: #6B7280;
  --color-stone-900: #1A1A1A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Outfit', sans-serif; color: var(--color-stone-900); background: var(--color-cream); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: 'Fraunces', serif; }
