/* ============================================================
   CannabisArkansas.org — Razorback Crimson Theme
   ============================================================
   Razorback Crimson — anchored on University of Arkansas
   cardinal red (#9D2235) / Tailwind red-900 (#7f1d1d) — the
   defining cultural mark of the Natural State, evoking the
   Razorbacks, the Hot Springs cinder-block heritage of
   the state's first dispensary, and the deep Delta soil.
   Distinct from Detroit's Motor City Crimson (#B91C1C),
   New Hampshire's Live Free Crimson (#6b1130), Indiana's
   Hoosier Crimson (#8b1538), and Mississippi's Delta Magnolia
   (#831843, anchored on Tailwind pink). Reflects Amendment 98's
   medical-only restrictiveness, the failed 2022 Issue 4 and
   2024 Issue 3, the post-Edgmon legislative climate, the
   Bible Belt religious-conservative gravity, and the
   Arkansas Razorback / "Natural State" cultural identity.
   ============================================================ */

:root {
    /* Primary: Razorback Crimson (Tailwind red-900-anchored) */
    --cs-primary-950: #450a0a;
    --cs-primary-900: #7f1d1d;
    --cs-primary-800: #991b1b;
    --cs-primary-700: #9D2235;  /* Official UA Cardinal */
    --cs-primary-600: #b91c1c;
    --cs-primary-500: #dc2626;
    --cs-primary-400: #ef4444;
    --cs-primary-300: #fca5a5;
    --cs-primary-200: #fecaca;
    --cs-primary-100: #fee2e2;
    --cs-primary-50:  #fef2f2;

    /* Accent: Diamond Slate (Crater of Diamonds + Buffalo NRiver bluffs) */
    --cs-accent: #475569;
    --cs-accent-light: #e2e8f0;

    /* Buff: Razorback Cream (UA secondary) */
    --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);
}
