/* ============================================================
   CannabisIndiana.org — Hoosier Crimson Theme
   ============================================================
   Wine/burgundy crimson evoking Indiana's basketball heritage,
   the Northern Cardinal (state bird), and the Crossroads of
   America identity. Deeper and more burgundy-toned than MO's
   brighter Gateway Red. Limestone cream + cornfield gold accents
   pull in Indiana's signature exports. Avoids IU crimson, Purdue
   old gold, Notre Dame green (collegiate brand collisions).
   ============================================================ */

:root {
    /* Primary: Hoosier Crimson */
    --cs-primary-950: #2c0712;
    --cs-primary-900: #4d0d20;
    --cs-primary-800: #6b1228;
    --cs-primary-700: #8b1538;
    --cs-primary-600: #a63148;
    --cs-primary-500: #c14b5e;
    --cs-primary-400: #d57186;
    --cs-primary-300: #e598a8;
    --cs-primary-200: #f0bdc7;
    --cs-primary-100: #f8dde1;
    --cs-primary-50:  #fcf0f2;

    /* Accent: Limestone Cream */
    --cs-accent: #c8b89a;
    --cs-accent-light: #f5efe4;

    /* Buff: Cornfield Gold */
    --cs-buff: #d4a017;
    --cs-buff-light: #fdf6db;

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