/* ============================================================
   CannabisWestVirginia.org — New River Gorge Teal Theme
   ============================================================
   Deep teal palette anchored on Tailwind cyan-800 (#155e75)
   evoking the New River Gorge — the 1,700-foot-deep canyon
   in Fayette County designated America's 63rd National Park
   in December 2020 — the Mountain State's signature
   landscape. The palette pairs the river-and-rapids teal
   with a Mountain Mist amber accent (Tailwind amber-600
   #d97706) recalling the Appalachian autumn hardwood color
   that draws leaf-peepers along U.S. 19, the Highland Scenic
   Highway, and the Monongahela National Forest. Distinct
   from existing TryCannabis network themes:
   - VA Old Dominion Blue (blue-700 #1d4ed8) — adjacent state,
     deliberately VERY different teal/cyan vs. blue
   - PA Keystone Blue, MD Old Bay Gold, NY Empire Amber,
     OH Buckeye Scarlet, KY Bourbon — all neighboring/
     near-neighbor states, all visually distinct
   - HI Ocean Teal (cyan-700 #0e7490) — different shade,
     warmer; WV uses the deeper cyan-800
   The teal evokes the coal-creek waters that run through
   the southern coalfield watersheds, the kayaking/whitewater
   identity (Gauley + New rivers), and the Mountain State's
   "wild & wonderful" outdoor brand. The palette reflects
   West Virginia's slow medical-cannabis launch (SB 386 2017
   / first sale Nov 12 2021), the Appalachian opioid
   intersection, and the Charleston Capitol political reality.
   ============================================================ */

:root {
    /* Primary: New River Gorge Teal (Tailwind cyan-800-anchored) */
    --cs-primary-950: #083344;
    --cs-primary-900: #164e63;
    --cs-primary-800: #155e75;
    --cs-primary-700: #0e7490;
    --cs-primary-600: #0891b2;
    --cs-primary-500: #06b6d4;
    --cs-primary-400: #22d3ee;
    --cs-primary-300: #67e8f9;
    --cs-primary-200: #a5f3fc;
    --cs-primary-100: #cffafe;
    --cs-primary-50:  #ecfeff;

    /* Accent: Appalachian Hardwood Amber (Tailwind amber-600) */
    --cs-accent: #d97706;
    --cs-accent-light: #fef3c7;

    /* Buff: Coal Slate */
    --cs-buff: #44403c;
    --cs-buff-light: #f5f5f4;

    /* Semantic mappings */
    --cs-primary: var(--cs-primary-800);
    --cs-primary-hover: var(--cs-primary-900);
    --cs-primary-active: var(--cs-primary-950);
    --cs-text-heading: var(--cs-primary-900);
    --cs-bg-section: var(--cs-primary-50);
    --cs-link: var(--cs-primary-800);
    --cs-link-hover: var(--cs-primary-900);
}
