/* ============================================================
   BigEasyCannabis.com — Storyville Sepia Theme
   ============================================================
   Burnished antique sepia/brown — evokes 1920s jazz-era
   photography, the historical Storyville district, and the
   Louis Armstrong cultural lineage at the heart of this site.
   Distinct from CannabisLouisiana.org's Mardi Gras Purple
   (which carries the state-level brand).
   ============================================================ */

:root {
    /* Primary: Storyville Sepia (warm antique brown) */
    --cs-primary-950: #1c1410;
    --cs-primary-900: #2a1f17;
    --cs-primary-800: #3d2d1f;
    --cs-primary-700: #5b4329;
    --cs-primary-600: #78592f;
    --cs-primary-500: #927037;
    --cs-primary-400: #b08e54;
    --cs-primary-300: #d0b27d;
    --cs-primary-200: #e8d5ad;
    --cs-primary-100: #f5ebd6;
    --cs-primary-50:  #faf6ee;

    /* Accent: French Quarter Wrought-Iron Green */
    --cs-accent: #1f5340;
    --cs-accent-light: #d4e8dc;

    /* Buff: Bourbon Street Brass */
    --cs-buff: #c8a242;
    --cs-buff-light: #fef9e7;

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