/* ============================================================
   ValleyCannabis.org — Sonoran Sun Theme
   ============================================================
   Burnt orange of a Phoenix sunset paired with saguaro green
   and desert sand. Evokes the Valley of the Sun, Sonoran
   desert flora, and Maricopa County\'s 113-day 100&deg;F+ summers.
   Distinct from CannabisInArizona.org\'s Desert Copper (which
   carries the state-level brand).
   ============================================================ */

:root {
    /* Primary: Sonoran Sunset Orange */
    --cs-primary-950: #2a0d04;
    --cs-primary-900: #431306;
    --cs-primary-800: #61210b;
    --cs-primary-700: #c2410c;
    --cs-primary-600: #ea580c;
    --cs-primary-500: #f97316;
    --cs-primary-400: #fb923c;
    --cs-primary-300: #fdba74;
    --cs-primary-200: #fed7aa;
    --cs-primary-100: #ffedd5;
    --cs-primary-50:  #fff7ed;

    /* Accent: Saguaro Green */
    --cs-accent: #15803d;
    --cs-accent-light: #dcfce7;

    /* Buff: Desert Sand */
    --cs-buff: #a16207;
    --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);
}
