/* ============================================================
   CannabisKentucky.org — Kentucky Bourbon Theme
   ============================================================
   Warm bourbon-amber palette evoking Kentucky's distilling
   heritage, tobacco barns, and rich agricultural tradition.
   Deeper and warmer than standard amber — true bourbon.
   ============================================================ */

:root {
    /* Primary: Kentucky Bourbon */
    --cs-primary-950: #2c1503;
    --cs-primary-900: #4d2809;
    --cs-primary-800: #6e3a10;
    --cs-primary-700: #8b4a13;
    --cs-primary-600: #a8611b;
    --cs-primary-500: #c47d2a;
    --cs-primary-400: #d99d4e;
    --cs-primary-300: #e8bc7e;
    --cs-primary-200: #f2d8b0;
    --cs-primary-100: #f9ecd8;
    --cs-primary-50:  #fdf6ed;

    /* Accent: Bluegrass Blue */
    --cs-accent: #1d4ed8;
    --cs-accent-light: #dbeafe;

    /* Buff: Kentucky Green (bluegrass) */
    --cs-buff: #15803d;
    --cs-buff-light: #f0fdf4;

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