:root {
    --theme-primary: #2a1b3d;
    --theme-secondary: #5c2a9d;
    --theme-accent: #ff69b4;
    --theme-background: #1a1a2e;
    --theme-text: #e6e6fa;
    --event-card-background: #2a1b3d;
    --event-title-text-color: #e6e6fa;
    --event-text-color: #e6e6fa;
    --event-date-color: #b8b8e6;
    --event-overlay-background: #000000;
    --event-overlay-text-color: #ffffff;
}