/* ============================================================
   CannabisKansas.org — Sunflower Gold Theme
   ============================================================
   Sunflower Gold — anchored on Tailwind yellow-700 (#a16207),
   evoking Kansas wheat fields, the state flower, and the broad
   golden plains of the Sunflower State. Distinct from KY
   bourbon (more orange-amber), CO sunset amber, NY empire
   amber, MD Old Bay Gold, LA bayou gold, GA peach sunset coral.
   Reflects the prohibition island reality (one of two US states
   with full prohibition), the temperance-state heritage (first
   constitutional alcohol prohibition 1880), and the Bleeding
   Kansas free-state legacy juxtaposed with the 1927 marijuana
   prohibition that came a decade before the federal Marijuana
   Tax Act of 1937. The Sunflower State as a structural irony.
   ============================================================ */

:root {
    /* Primary: Sunflower Gold (Tailwind yellow-700-anchored) */
    --cs-primary-950: #422006;
    --cs-primary-900: #713f12;
    --cs-primary-800: #854d0e;
    --cs-primary-700: #a16207;
    --cs-primary-600: #ca8a04;
    --cs-primary-500: #eab308;
    --cs-primary-400: #facc15;
    --cs-primary-300: #fde047;
    --cs-primary-200: #fef08a;
    --cs-primary-100: #fef9c3;
    --cs-primary-50:  #fefce8;

    /* Accent: Wheat Rust (Plains harvest tone) */
    --cs-accent: #b45309;
    --cs-accent-light: #fed7aa;

    /* Buff: Wheat Cream */
    --cs-buff: #f5e6d3;
    --cs-buff-light: #fdf8f0;

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