/* ============================================================
   CannabisCanada.org — Maple Leaf Red Theme
   ============================================================
   Red palette inspired by the Canadian maple leaf flag.
   Canada's national colors: red and white.
   ============================================================ */

:root {
    /* Primary: Maple Leaf Red (Tailwind red scale) */
    --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: Canadian Forest Green */
    --cs-accent: #15803d;
    --cs-accent-light: #dcfce7;

    /* Buff: Maple Gold */
    --cs-buff: #d97706;
    --cs-buff-light: #fffbeb;

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