/* themes/dark.css */
body.dark {
    --main-color-text: #e1e8ed;
    --main-color-text-muted: #b0b0b0;
    --emphasis-color-text: #cfe5f2;
    --main-background-color: #0a0b2f;
    --body-background-color: #0a0b2f;
    --container-background-color: #090b38;
    --header-background-color: #090b38;
    --menu-mobile-link-color: #f5f5f5;
    --menu-desktop-link-color: #cfe5f2;
    --hero-text-color: #f5f5f5;
    --beer-cycle-background-color: linear-gradient(
        90deg,
        #331a1a 0%,
        #4a2525 50%,
        #331a1a 100%
    );
    --beer-cycle-text-color: #ffffff;
    --beer-item-style-color: #d0b0a0; /* Warm beige for contrast */
    --footer-background-color: #1e1e1e;
    --footer-text-color: #ffffff;
    --menu-item-card-background-color: #08081d;
    --menu-item-card-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    --menu-beer-filter-toggle-background-color: transparent;
    --menu-beer-filter-toggle-text-color: #98bee9;
    --menu-beer-filter-toggle-border-color: #98bee9;
    --menu-beer-sections-button-background-color: #71a5dfc2;
    --menu-beer-sections-button-text-color: #ecf5ff;
    --menu-beer-sections-active-button-background-color: #08081d;
    --menu-beer-sections-active-button-text-color: #fff7f7;
    --beer-item-style-color: #98bee9;
    --beer-item-abv-color: #83cafec2;

    --main-scroller-thumb-background-color: #08081d;
    --main-scroller-thumb-border-color: #ecf5ff;
    --main-scroller-track-background-color: #71a5dfc2;

    --contact-input-background-color: #ffffff10;
    --contact-input-border-color: #98bee9;
    --contact-input-outline-color: #bed4ed;
}
