/* ============================================================
   CannabisUtah.org — Beehive Amber Theme
   ============================================================
   Honey-gold amber evoking Utah's "Beehive State" identity,
   with Wasatch granite-slate and red-rock canyon-sandstone
   accents pulling in the Mighty 5 geography. Honey-gold leans
   more yellow than KY's brown bourbon. Avoids U of Utah crimson
   and BYU royal blue (collegiate brand collisions).
   ============================================================ */

:root {
    /* Primary: Beehive Amber (honey-gold, leaning yellow) */
    --cs-primary-950: #3d2806;
    --cs-primary-900: #5e3d0b;
    --cs-primary-800: #7b5611;
    --cs-primary-700: #9c7019;
    --cs-primary-600: #bd8b22;
    --cs-primary-500: #d9a83b;
    --cs-primary-400: #e6c069;
    --cs-primary-300: #f0d597;
    --cs-primary-200: #f6e6bd;
    --cs-primary-100: #fbf3dc;
    --cs-primary-50:  #fefaeb;

    /* Accent: Wasatch Slate (cool granite gray-blue) */
    --cs-accent: #4a5568;
    --cs-accent-light: #e2e8f0;

    /* Buff: Red Rock Canyon Sandstone */
    --cs-buff: #c2410c;
    --cs-buff-light: #fff7ed;

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