/* ============================================================
   CannabisMissouri.org — Gateway Red Theme
   ============================================================
   Bold red palette inspired by Missouri's "Show-Me" spirit,
   the Gateway Arch, Cardinal red, and the state's surprising
   role as a cannabis powerhouse.
   ============================================================ */

:root {
    /* Primary: Gateway Red (Tailwind Red) */
    --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: River Blue */
    --cs-accent: #0369a1;
    --cs-accent-light: #e0f2fe;

    /* Buff: Prairie Gold */
    --cs-buff: #a16207;
    --cs-buff-light: #fefce8;

    /* Semantic mappings */
    --cs-primary: var(--cs-primary-600);
    --cs-primary-hover: var(--cs-primary-700);
    --cs-primary-active: var(--cs-primary-800);
    --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);
}
