:root {
    --theme-primary: #011818;
    --theme-secondary: #000000;
    --theme-accent: #edf11e;
    --theme-background: #ff0505;
    --theme-text: #e6e6fa;
    --event-card-background: #000000;
    --event-title-text-color: #e6e6fa;
    --event-text-color: #e6e6fa;
    --event-date-color: #b8b8e6;
    --event-overlay-background: #000000;
    --event-overlay-text-color: #ffffff;
}