/* ============================================================
   DetroitCannabis.org — Motor City Crimson + Steel Theme
   ============================================================
   Crimson red anchored by neutral steel slate — evokes the
   Detroit Tigers/Red Wings palette, Big Three automotive
   heritage, and the industrial steel of the Renaissance Center
   and the assembly line. Distinct from CannabisMichigan.org's
   cherry rose (the state-level brand).
   ============================================================ */

:root {
    /* Primary: Motor City Crimson */
    --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: Industrial Steel Slate */
    --cs-accent: #1f2937;
    --cs-accent-light: #e5e7eb;

    /* Buff: Assembly-Line Brass */
    --cs-buff: #92400e;
    --cs-buff-light: #fef3c7;

    /* 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);
}
