/* ============================================================
   CannabisAL.org — Heart of Dixie Garnet Theme
   ============================================================
   Heart of Dixie Garnet — anchored on Tailwind red-800 (#991b1b),
   with a Yellowhammer Gold accent (#d97706). Evokes Alabama's
   Crimson Tide / War Eagle football culture, the Heart of Dixie
   identity, and the deep-South iron-and-steel-mill heritage of
   Birmingham. Distinguished from AR Razorback Crimson (#9D2235),
   IN Hoosier Crimson (#8b1538), NH Live Free Crimson (#6b1130),
   and Detroit Motor City Red (#B91C1C). The Yellowhammer accent
   honors the state bird (Northern Flicker, "Yellowhammer State")
   and the Civil War-era Yellowhammer Confederate cavalry. The
   palette reflects the slow-walked Compassion Act program, the
   5-year AMCC license saga, the May 4 2026 Callie's first sale,
   the disparate-enforcement legacy, and the federal-installation
   footprint (Redstone, NASA Marshall, Maxwell-Gunter, Rucker).
   ============================================================ */

:root {
    /* Primary: Heart of Dixie Garnet (Tailwind red-800-anchored) */
    --cs-primary-950: #450a0a;
    --cs-primary-900: #7f1d1d;
    --cs-primary-800: #991b1b;
    --cs-primary-700: #b91c1c;
    --cs-primary-600: #dc2626;
    --cs-primary-500: #ef4444;
    --cs-primary-400: #f87171;
    --cs-primary-300: #fca5a5;
    --cs-primary-200: #fecaca;
    --cs-primary-100: #fee2e2;
    --cs-primary-50:  #fef2f2;

    /* Accent: Yellowhammer Gold (Tailwind amber-600) */
    --cs-accent: #d97706;
    --cs-accent-light: #fed7aa;

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

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