/* ============================================================
   CannabisNH.org — Live Free Crimson Theme
   ============================================================
   Deep wine-burgundy crimson evoking New Hampshire's "Live Free
   or Die" motto and the Granite State's rugged identity. Distinct
   from IN's brighter Hoosier Crimson (more pink-toned) and MO's
   Gateway Red (more orange-red) by leaning wine/burgundy.
   Granite gray accent for the Granite State; White Mountain
   silver buff for the alpine geography. Avoids UNH royal blue
   (collegiate brand collision) and VT/ME pine green (network
   neighbor collision).
   ============================================================ */

:root {
    /* Primary: Live Free Crimson (wine/burgundy) */
    --cs-primary-950: #240810;
    --cs-primary-900: #3d101b;
    --cs-primary-800: #531424;
    --cs-primary-700: #6b1130;
    --cs-primary-600: #862544;
    --cs-primary-500: #a4395d;
    --cs-primary-400: #be5a7c;
    --cs-primary-300: #d4859e;
    --cs-primary-200: #e6b1c0;
    --cs-primary-100: #f5d7df;
    --cs-primary-50:  #fcedf1;

    /* Accent: Granite Gray */
    --cs-accent: #5a6168;
    --cs-accent-light: #e7e9eb;

    /* Buff: White Mountain Silver */
    --cs-buff: #94a3b8;
    --cs-buff-light: #f1f5f9;

    /* 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);
}
