:root {
    /* Colors */
    --background-color: #fff;
    --text-color: #000;
    --link-color: #0b5394;
    --link-color-hover: #083b6c;
    --link-hover-color: var(--text-color);
    --border-color: #ddd;
    --accent: #53940b;
    --accent-hover: #3d6b08;
    --accent-2: #36454F;
    --accent-2-rgb: 54, 69, 79;
    --accent-3: #00c8e3;
    --error-color: #dc3232;
    --success-color: #28a745;
    --button-text-color: #fff;
    --header-background: #000;
    --header-text-color: #fff;
    --notice-bg: #f8f9fa;
    --notice-border: #0b5394;
    --card-background: #f1f5f9;
    --muted-text: #6b7280;
    --card-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --focus-border-color: #53940b;
    --focus-box-shadow: 0 0 0 3px rgba(83, 148, 11, 0.2);
    --post-title-link-color: var(--text-color);
    --post-title-link-hover-color: var(--text-color);

    /* Font Families */
    --font-family-heading: "Loft Sans", sans-serif;
    --font-family-body: 'Helvetica', 'Open Sans', serif;
    --font-family-brand: "Lobster", sans-serif;
    --font-family-mono: 'Helvetica', Arial, sans-serif;

    /* Font Sizes */
    --font-size-xs: 0.625rem;
    --font-size-sm: 0.8125rem;
    --font-size-base: 1rem;
    --font-size-body: 1.125rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-2xl: 1.75rem;
    --font-size-3xl: 2rem;
    --font-size-brand: 2.25rem;

    /* Border Radius */
    --border-radius-sm: 5px;
    --border-radius-md: 8px;
    --border-radius-lg: 10px;
    --border-radius-xl: 14px;
    --border-radius-pill: 50px;
    --border-radius-circle: 50%;

    /* Container Widths */
    --container-width: 1200px;
    --content-width: 800px;
    --container-wide: 1600px;
    --sidebar-width: 380px;
    --form-width: 500px;

    /* Line Heights */
    --line-height-tight: 1.2;
    --line-height-base: 1.5;
    --line-height-relaxed: 1.8;

    /* Spacing Scale */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;

    /* Badge Colors */
    --artist-badge-color: #E21FC5;
    --team-badge-color: #1fc5e2;
    --professional-badge-color: #9D1FE2;

    /* Taxonomy Badge Colors */
    --badge-festival-bonnaroo-bg: #000000;
    --badge-festival-bonnaroo-text: #79c031;
    --badge-festival-coachella-bg: #EFC93D;
    --badge-festival-coachella-text: #000000;
    --badge-festival-acl-festival-bg: #f56423;
    --badge-festival-acl-festival-text: #192819;
    --badge-festival-sxsw-bg: #000000;
    --badge-festival-sxsw-text: #ffffff;
    --badge-festival-electric-forest-bg: #228B22;
    --badge-festival-electric-forest-text: #ffffff;
    --badge-festival-hulaween-bg: #7E57C2;
    --badge-festival-hulaween-text: #ffffff;
    --badge-festival-shaky-knees-bg: #C62828;
    --badge-festival-shaky-knees-text: #ffffff;
    --badge-festival-governors-ball-bg: #1E90FF;
    --badge-festival-governors-ball-text: #ffffff;
    --badge-festival-all-things-go-festival-bg: #A6D6D6;
    --badge-festival-all-things-go-festival-text: #000000;
    --badge-festival-lollapalooza-bg: #ff3366;
    --badge-festival-lollapalooza-text: #ffffff;
    --badge-festival-ultra-music-festival-bg: #005eff;
    --badge-festival-ultra-music-festival-text: #ffffff;
    --badge-festival-glastonbury-festival-bg: #7d0068;
    --badge-festival-glastonbury-festival-text: #ffffff;
    --badge-festival-lost-lands-bg: #228B22;
    --badge-festival-lost-lands-text: #FFA500;
    --badge-festival-riot-fest-bg: #d72631;
    --badge-festival-riot-fest-text: #ffffff;
    --badge-festival-outside-lands-bg: #C84B31;
    --badge-festival-outside-lands-text: #ffffff;
    --badge-festival-shambhala-bg: #9B59B6;
    --badge-festival-shambhala-text: #ffffff;
    --badge-festival-new-orleans-jazz-heritage-festival-bg: #DAA520;
    --badge-festival-new-orleans-jazz-heritage-festival-text: #3A1F3F;
    --badge-festival-electric-daisy-carnival-bg: #FF00FF;
    --badge-festival-electric-daisy-carnival-text: #ffffff;
    --badge-festival-burning-man-bg: #8B4513;
    --badge-festival-burning-man-text: #FFA500;
    --badge-festival-farm-aid-bg: #228B22;
    --badge-festival-farm-aid-text: #FFFF00;
    --badge-festival-hopscotch-festival-bg: #6B73FF;
    --badge-festival-hopscotch-festival-text: #ffffff;
    --badge-festival-boogieman-fest-bg: #000000;
    --badge-festival-boogieman-fest-text: #FFA500;
    --badge-location-charleston-bg: #660000;
    --badge-location-charleston-text: #e5e5e5;
    --badge-location-austin-bg: #bf5700;
    --badge-location-austin-text: #e5e5e5;
    --badge-location-asheville-bg: #122518;
    --badge-location-asheville-text: #ffffff;
    --badge-location-columbia-bg: #73000a;
    --badge-location-columbia-text: #ffffff;
    --badge-location-boston-bg: #BD3039;
    --badge-location-boston-text: #ffffff;
    --badge-location-jamaica-bg: #009639;
    --badge-location-jamaica-text: #FFD700;
    --badge-location-usa-bg: #B22234;
    --badge-location-usa-text: #ffffff;
    --badge-location-charlotte-bg: #1D1160;
    --badge-location-charlotte-text: #00B6B1;
    --badge-location-chicago-bg: #41B6E6;
    --badge-location-chicago-text: #ffffff;
    --badge-location-nashville-bg: #3c2f2f;
    --badge-location-nashville-text: #ffffff;
    --badge-location-new-orleans-bg: #4b0082;
    --badge-location-new-orleans-text: #FFD700;
    --badge-location-philadelphia-bg: #004C54;
    --badge-location-philadelphia-text: #ffffff;
    --badge-location-atlanta-bg: #A71930;
    --badge-location-atlanta-text: #ffffff;
    --badge-location-europe-bg: #003399;
    --badge-location-europe-text: #ffffff;
    --badge-location-california-bg: #003262;
    --badge-location-california-text: #F2A206;
    --badge-location-tennessee-bg: #FF8200;
    --badge-location-tennessee-text: #e5e5e5;
    --badge-location-florida-bg: #FFA500;
    --badge-location-florida-text: #000000;
    --badge-location-maryland-bg: #D72631;
    --badge-location-maryland-text: #ffffff;
    --badge-location-michigan-bg: #00274C;
    --badge-location-michigan-text: #ffffff;
    --badge-location-nevada-bg: #DAA520;
    --badge-location-nevada-text: #000000;
    --badge-location-las-vegas-bg: #FFBF00;
    --badge-location-las-vegas-text: #000000;
    --badge-location-new-jersey-bg: #FFD700;
    --badge-location-new-jersey-text: #000000;
    --badge-location-washington-bg: #14532d;
    --badge-location-washington-text: #ffffff;
    --badge-location-raleigh-bg: #a3342e;
    --badge-location-raleigh-text: #ffffff;
    --badge-location-peru-bg: #b0002b;
    --badge-location-peru-text: #f7e17b;
    --badge-location-ohio-bg: #BB0000;
    --badge-location-ohio-text: #ffffff;
    --badge-location-texas-bg: #c2402b;
    --badge-location-texas-text: #ffffff;
    --badge-location-north-carolina-bg: #21468B;
    --badge-location-north-carolina-text: #ffffff;
    --badge-location-savannah-bg: #13B554;
    --badge-location-savannah-text: #ffffff;
    --badge-location-athens-bg: #BA0C2F;
    --badge-location-athens-text: #ffffff;
    --badge-location-greenville-bg: #2E5A3C;
    --badge-location-greenville-text: #ffffff;
    --badge-location-denver-bg: #002244;
    --badge-location-denver-text: #FB4F14;
    --badge-location-san-francisco-bg: #AA0000;
    --badge-location-san-francisco-text: #FFD700;
    --badge-location-detroit-bg: #006341;
    --badge-location-detroit-text: #ffffff;
    --badge-location-los-angeles-bg: #1D428A;
    --badge-location-los-angeles-text: #FDB927;
    --badge-location-san-diego-bg: #002D62;
    --badge-location-san-diego-text: #A2AAAD;
    --badge-location-miami-bg: #F4427D;
    --badge-location-miami-text: #ffffff;
    --badge-location-new-york-bg: #1C1C1C;
    --badge-location-new-york-text: #ffffff;
    --badge-location-brooklyn-bg: #000000;
    --badge-location-brooklyn-text: #ffffff;
    --badge-location-seattle-bg: #002244;
    --badge-location-seattle-text: #69BE28;
    --badge-location-boise-bg: #0033A0;
    --badge-location-boise-text: #D64309;
    --badge-location-houston-bg: #002244;
    --badge-location-houston-text: #C41E3A;
    --badge-location-columbus-bg: #CE1141;
    --badge-location-columbus-text: #ffffff;
    --badge-location-memphis-bg: #12239E;
    --badge-location-memphis-text: #C1D8FF;
    --badge-location-tampa-bg: #0D2240;
    --badge-location-tampa-text: #C4CED4;
    --badge-location-minneapolis-bg: #4F2683;
    --badge-location-minneapolis-text: #FFC62F;
    --badge-location-orlando-bg: #0077C0;
    --badge-location-orlando-text: #ffffff;
    --badge-location-phoenix-bg: #1D1160;
    --badge-location-phoenix-text: #E56020;
    --badge-location-pittsburgh-bg: #000000;
    --badge-location-pittsburgh-text: #FFB612;
    --badge-location-portland-bg: #004731;
    --badge-location-portland-text: #ffffff;
    --badge-location-sacramento-bg: #5A2D82;
    --badge-location-sacramento-text: #ffffff;
    --badge-location-salt-lake-city-bg: #002B5C;
    --badge-location-salt-lake-city-text: #F9A01B;
    --badge-location-san-antonio-bg: #C0C0C0;
    --badge-location-san-antonio-text: #000000;
    --badge-location-st-louis-bg: #C41E3A;
    --badge-location-st-louis-text: #0C2340;
    --badge-location-tucson-bg: #CC0033;
    --badge-location-tucson-text: #003366;
    --badge-location-birmingham-bg: #1B365D;
    --badge-location-birmingham-text: #ffffff;
    --badge-location-cleveland-bg: #311D00;
    --badge-location-cleveland-text: #FF3C00;
    --badge-location-indianapolis-bg: #002C5F;
    --badge-location-indianapolis-text: #ffffff;
    --badge-location-kansas-city-bg: #E31837;
    --badge-location-kansas-city-text: #FFB612;
    --badge-location-milwaukee-bg: #12284B;
    --badge-location-milwaukee-text: #EFE1CE;
    --badge-location-oakland-bg: #003831;
    --badge-location-oakland-text: #EFB21E;
    --badge-location-honolulu-bg: #006E51;
    --badge-location-honolulu-text: #ffffff;
    --badge-location-omaha-bg: #D31145;
    --badge-location-omaha-text: #ffffff;
    --badge-location-dallas-bg: #00338D;
    --badge-location-dallas-text: #B0B7BC;
    --badge-category-festival-news-bg: #44D62C;
    --badge-category-festival-news-text: #000000;
    --badge-category-interviews-bg: #3b5998;
    --badge-category-interviews-text: #ffffff;
    --badge-category-concerts-bg: #e67e22;
    --badge-category-concerts-text: #ffffff;
    --badge-category-festivals-bg: #16a085;
    --badge-category-festivals-text: #ffffff;
    --badge-category-music-news-bg: #8e44ad;
    --badge-category-music-news-text: #ffffff;
    --badge-category-song-meanings-bg: #f39c12;
    --badge-category-song-meanings-text: #ffffff;
    --badge-venue-default-bg: #000000;
    --badge-venue-default-text: #ffffff;
    --badge-venue-the-royal-american-bg: #000000;
    --badge-venue-the-royal-american-text: #ff0000;
    --badge-venue-the-bounty-bar-bg: #000000;
    --badge-venue-the-bounty-bar-text: #ff0000;
    --badge-venue-the-refinery-bg: #ffffff;
    --badge-venue-the-refinery-text: #000000;
    --badge-venue-lo-fi-brewing-bg: #E2205F;
    --badge-venue-lo-fi-brewing-text: #f8f8f8;
    --badge-venue-charleston-tin-roof-bg: #17b9bb;
    --badge-venue-charleston-tin-roof-text: #ffffff;
    --badge-artist-susto-bg: #20B3A9;
    --badge-artist-susto-text: #F4FFFF;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background-color: #1a1a1a;
        --text-color: #e5e5e5;
        --link-color: #53940b;
        --link-color-hover: #1a6bb8;
        --link-hover-color: var(--text-color);
        --border-color: #555;
        --accent-hover: #6ab312;
        --accent-2: #9fc5e8;
        --accent-2-rgb: 159, 197, 232;
        --accent-3: #0b5394;
        --error-color: #ef4444;
        --success-color: #46b450;
        --notice-bg: #1e1e1e;
        --notice-border: #444;
        --card-background: #2a2a2a;
        --muted-text: #b0b0b0;
        --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        --card-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        --focus-border-color: #8aa6bf;
        --focus-box-shadow: 0 0 0 3px rgba(138, 166, 191, 0.2);
        --post-title-link-color: var(--text-color);
        --post-title-link-hover-color: var(--text-color);
    }
}
