:root {
    --theme-primary: #080808;
    --theme-secondary: #000000;
    --theme-accent: #ffffff;
    --theme-background: #6b190a;
    --theme-text: #e6e6fa;
    --theme-secondary-rgb: 0, 0, 0;
    --theme-accent-rgb: 255, 255, 255;
    --theme-text-rgb: 230, 230, 250;
    --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;
}