/* ============================================================
   CannabisWyoming.org — Cowboy State Sage + Bronze Theme
   ============================================================
   Wyoming "Cowboy State Sage Brown" anchored on Tailwind stone-700
   (#44403c), with a Cowboy Bronze accent (Tailwind amber-800
   #92400e). The palette evokes the high-plains sagebrush, cowboy
   leather, weathered ranch fence post, and the Yellowstone /
   Grand Teton tourism identity. Distinct from existing themes:
   IA Heartland Slate (slate-600), MT Mountain Sage (different
   green register), CO Sunset Amber (amber-700), KS Sunflower
   Gold (yellow-700). The earthy stone-and-bronze palette reflects
   Wyoming's least-populated-state identity, the energy-industry
   dominance, the ~48% federal-land overlay, the Wind River
   tribal-sovereignty story, and the persistent prohibition
   status under one of the strictest cannabis-policy frameworks
   in the United States.
   ============================================================ */

:root {
    /* Primary: Cowboy State Sage Brown (Tailwind stone-700-anchored) */
    --cs-primary-950: #1c1917;
    --cs-primary-900: #292524;
    --cs-primary-800: #3f3a36;
    --cs-primary-700: #44403c;
    --cs-primary-600: #57534e;
    --cs-primary-500: #78716c;
    --cs-primary-400: #a8a29e;
    --cs-primary-300: #d6d3d1;
    --cs-primary-200: #e7e5e4;
    --cs-primary-100: #f5f5f4;
    --cs-primary-50:  #fafaf9;

    /* Accent: Cowboy Bronze (Tailwind amber-800) */
    --cs-accent: #92400e;
    --cs-accent-light: #fed7aa;

    /* Buff: Sagebrush Cream */
    --cs-buff: #fef3c7;
    --cs-buff-light: #fefce8;

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