/* ============================================================
   CannabisNC.org — Smoky Mountain Theme
   ============================================================
   Smoky Mountain deep teal evoking the Blue Ridge / Great Smoky
   Mountains anchor of NC's cannabis story (the EBCI Cherokee
   dispensary). Accents pull in longleaf-pine green and
   flue-cured tobacco gold for the heritage angle. Avoids UNC
   Tar Heel blue and Wolfpack red to sidestep collegiate brand
   collisions.
   ============================================================ */

:root {
    /* Primary: Smoky Mountain Teal */
    --cs-primary-950: #0a2422;
    --cs-primary-900: #14403d;
    --cs-primary-800: #1d524e;
    --cs-primary-700: #2c5f5d;
    --cs-primary-600: #366f6c;
    --cs-primary-500: #428380;
    --cs-primary-400: #5fa19d;
    --cs-primary-300: #84bcb8;
    --cs-primary-200: #afd4d1;
    --cs-primary-100: #d6e9e8;
    --cs-primary-50:  #ebf4f3;

    /* Accent: Longleaf Pine */
    --cs-accent: #3f6b3f;
    --cs-accent-light: #e1ede1;

    /* Buff: Flue-Cured Tobacco Gold */
    --cs-buff: #c9a961;
    --cs-buff-light: #fbf6e8;

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