/* =====================================================
   Roseland — Lavender Theme
   Primary: #B8A9F9 (soft lavender)
   To switch themes, just change these variables
   ===================================================== */

:root {
  /* --- Brand Colors --- */
  --forest-green:   #a89e1a;   /* dark gold */
  --leaf-green:     #c4bc2e;   /* medium gold */
  --light-green:    #cecb52;   /* PRIMARY — golden yellow */
  --sunrise-orange: #e8a020;   /* warm amber accent */
  --golden-yellow:  #f5f0a0;   /* light gold tint */
  --warm-red:       #8a7a00;   /* deep olive gold */
  --earth-brown:    #5a5200;   /* dark olive */
  --cream:          #fdfdf0;   /* warm white background */
  --warm-white:     #fafae8;   /* soft yellow white */
  --dark:           #1a1a0a;   /* near black with warm tone */
  --text-body:      #2a2a10;   /* dark olive text */
  --text-muted:     #7a7a40;   /* muted gold text */

  /* --- Fonts --- */
  --font-display:   'Cormorant Garamond', Georgia, serif;
  --font-body:      'DM Sans', sans-serif;
  --font-script:    'Pacifico', cursive;

  /* --- Layout (unchanged) --- */
  --section-pad:    80px;
  --container:      1180px;
  --ease:           0.3s ease;
}