/* ─── Design Tokens ─────────────────────────────────── */
:root {
  /* Greens */
  --green-deep:   #0d2a18;
  --green-dark:   #1a4a28;
  --green-mid:    #246335;
  --green-rich:   #2e7d42;
  --green-bright: #3a9a52;

  /* Golds */
  --gold-dark:    #8a6a1a;
  --gold:         #c8a84b;
  --gold-mid:     #d4b86a;
  --gold-light:   #e8d090;
  --tan:          #c9a96e;

  /* Neutrals */
  --cream:        #f5edd8;
  --white:        #ffffff;

  /* Typography */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Montserrat', Arial, sans-serif;
}
