/* ============================================================
   PeachStateCannabis.org — Peach Sunset Coral Theme
   ============================================================
   Peach Sunset — anchored on Tailwind orange-700 (#c2410e),
   evoking the Georgia peach (the state symbol), Stone Mountain
   sunset light, the Atlanta hip-hop trap-music heritage, and
   the warm-coral coastal sunsets of Tybee Island and the Golden
   Isles. Distinct from Florida's Coral Rose (rose-anchored, more
   pink), Texas's Burnt Orange, San Francisco's Golden Gate
   Orange (more saturated yellow-orange), Colorado's Sunset Amber
   (amber-anchored, more yellow), and Kentucky's Bourbon
   (browner). Reflects the most-restrictive medical-only program
   in the South (5% THC cap), the 9-year wait between Haleigh's
   Hope Act (2015) and first sales (April 2023), and the
   atypical-for-the-South cultural landscape: Atlanta hip-hop +
   civil-rights legacy + federal-cyber-installation footprint.
   ============================================================ */

:root {
    /* Primary: Peach Sunset Coral (Tailwind orange-anchored) */
    --cs-primary-950: #431407;
    --cs-primary-900: #7c2d12;
    --cs-primary-800: #9a3412;
    --cs-primary-700: #c2410e;
    --cs-primary-600: #ea580c;
    --cs-primary-500: #f97316;
    --cs-primary-400: #fb923c;
    --cs-primary-300: #fdba74;
    --cs-primary-200: #fed7aa;
    --cs-primary-100: #ffedd5;
    --cs-primary-50:  #fff7ed;

    /* Accent: Cherokee Rose Pink (Georgia state flower) */
    --cs-accent: #be185d;
    --cs-accent-light: #fce7f3;

    /* Buff: Magnolia Cream */
    --cs-buff: #f5e6d3;
    --cs-buff-light: #fdf8f0;

    /* Semantic mappings */
    --cs-primary: var(--cs-primary-700);
    --cs-primary-hover: var(--cs-primary-800);
    --cs-primary-active: var(--cs-primary-900);
    --cs-text-heading: var(--cs-primary-900);
    --cs-bg-section: var(--cs-primary-50);
    --cs-link: var(--cs-primary-700);
    --cs-link-hover: var(--cs-primary-900);
}
