/* ============================================================
   CannabisIdaho.org — Sawtooth Granite Theme
   ============================================================
   Cool blue-gray inspired by the bare granite faces of the
   Sawtooth Range at dawn — distinctively Idaho geographic
   identity, distinct from Iowa's "Heartland Slate" (which
   skews warmer). Reflects the "prohibition island in a sea
   of legal cannabis" mood — austere, mineral, watchful.
   ============================================================ */

:root {
    /* Primary: Sawtooth Granite (Tailwind slate-blue blend) */
    --cs-primary-950: #0f172a;
    --cs-primary-900: #1e293b;
    --cs-primary-800: #334155;
    --cs-primary-700: #475569;
    --cs-primary-600: #64748b;
    --cs-primary-500: #94a3b8;
    --cs-primary-400: #cbd5e1;
    --cs-primary-300: #e2e8f0;
    --cs-primary-200: #f1f5f9;
    --cs-primary-100: #f8fafc;
    --cs-primary-50:  #f8fafc;

    /* Accent: Idaho Sage (sagebrush silver-green) */
    --cs-accent: #4d7c0f;
    --cs-accent-light: #ecfccb;

    /* Buff: Idaho Garnet (the state gem, deep red) */
    --cs-buff: #b91c1c;
    --cs-buff-light: #fee2e2;

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