/* ============================================================
   CannabisMississippi.org — Delta Magnolia Theme
   ============================================================
   Deep magnolia burgundy — drawn from the Magnolia State's
   namesake flower at dusk and the rust-red Mississippi Delta
   soil. Distinct from the network's brighter crimsons (BostonOH/
   Missouri at #b91c1c, Indiana at #8b1538, NH at #6b1130) and
   from any pure pink. Reflects the medical-only restrictive
   posture, the Delta blues cultural inheritance, and the deep
   Southern political gravity that produced SB 2095 and the
   Reeves vetoes of HB 895 and HB 1152.
   ============================================================ */

:root {
    /* Primary: Delta Magnolia (Tailwind pink-900-anchored) */
    --cs-primary-950: #500724;
    --cs-primary-900: #831843;
    --cs-primary-800: #9d174d;
    --cs-primary-700: #831843;
    --cs-primary-600: #be185d;
    --cs-primary-500: #db2777;
    --cs-primary-400: #ec4899;
    --cs-primary-300: #f9a8d4;
    --cs-primary-200: #fbcfe8;
    --cs-primary-100: #fce7f3;
    --cs-primary-50:  #fdf2f8;

    /* Accent: Delta Gold (a Mississippi blues / brass-instrument warmth) */
    --cs-accent: #b45309;
    --cs-accent-light: #fef3c7;

    /* Buff: Magnolia Cream (the state flower's petal) */
    --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);
}
