:root {
    --theme-primary: #080808;
    --theme-secondary: #000000;
    --theme-accent: #ffffff;
    --theme-background: #6b190a;
    --theme-text: #e6e6fa;
    --event-card-background: #000000;
    --event-title-text-color: #ffffff;
    --event-text-color: #ffffff;
    --event-date-color: #ffffff;
    --event-overlay-background: #000000;
    --event-overlay-text-color: #ffffff;
}