:root {
  /* Backgrounds */
  --bg-light: #F5F0E8;
  --bg-light-alt: #EDE8DC;
  --bg-dark: #1C2620;
  --bg-dark-mid: #1C2E26;
  --bg-dark-gradient: #243528;
  --bg-footer: #131D16;

  /* Accent / Primary */
  --accent-green: #4A6E59;
  --accent-green-15: rgba(74,110,89,0.15);

  /* Text greens (light backgrounds) */
  --text-green-muted: #6A8A70;
  --text-green-soft: #8AAA90;
  --text-green-body: #A8B8A0;
  --text-green-faded: #7A9080;

  /* Gold / Warm */
  --gold: #C8B98A;
  --gold-dark: #8A7A5A;
  --gold-border: rgba(200,185,138,0.15);

  /* Text — dark mode (on dark bg) */
  --text-light: #F0EBE0;
  --text-dark: #1C2620;
  --text-dark-body: #4A5A50;
  --text-dark-mid: #3A4A40;
  --text-dark-muted: #5A6A60;

  /* Footer */
  --footer-text: #3A4A40;
  --footer-sub: #2A3530;

  /* Typography */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', -apple-system, sans-serif;

  /* Font sizes */
  --fs-xs: 0.625rem;
  --fs-sm: 0.75rem;
  --fs-base: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.5rem;
  --fs-3xl: 2rem;
  --fs-4xl: 2.75rem;
  --fs-5xl: 4rem;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;
  --space-5xl: 6rem;

  /* Layout */
  --max-width: 1200px;
  --max-width-narrow: 680px;
  --max-width-text: 700px;
  --navbar-height: 72px;
  --border-radius: 4px;

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
  --transition-reveal: 700ms ease;
}
