/* ============================================================
   SanFranciscoCannabis.org — Golden Gate Orange Theme
   ============================================================
   International Orange palette inspired by the Golden Gate
   Bridge, San Francisco's most iconic structure, and the
   warm glow of the city's legendary fog-filtered sunsets.
   ============================================================ */

:root {
    /* Primary: Golden Gate Orange (Tailwind Orange) */
    --cs-primary-950: #431407;
    --cs-primary-900: #7c2d12;
    --cs-primary-800: #9a3412;
    --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: Pacific Blue */
    --cs-accent: #0369a1;
    --cs-accent-light: #e0f2fe;

    /* Buff: Fog Gray */
    --cs-buff: #57534e;
    --cs-buff-light: #f5f5f4;

    /* Semantic mappings */
    --cs-primary: var(--cs-primary-600);
    --cs-primary-hover: var(--cs-primary-700);
    --cs-primary-active: var(--cs-primary-800);
    --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);
}
