/* valentines.css */
body.valentines-theme {
    --theme-primary: #ffc2d1;
    --theme-secondary: #f08080;
    --theme-accent: #c9184a;
    --theme-text: #590d22;
    --theme-hero-text: #ffffff;
}

.valentines-hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://placehold.co/1920x1080/c9184a/ffffff?text=Hearts+and+Fun') no-repeat center center/cover;
}

.valentines-hero h1 {
    color: var(--theme-hero-text);
    text-shadow: 2px 2px 8px var(--theme-accent);
}

.valentines-theme .event-details {
    background-color: var(--theme-primary);
}

.valentines-theme .section-header h2 {
    color: var(--theme-accent);
}

.valentines-theme .section-header p {
    color: var(--theme-text);
}

.valentines-theme .info-card {
    background-color: #fff0f3;
    border-left: 5px solid var(--theme-secondary);
}

.valentines-theme .info-card i {
    color: var(--theme-accent);
}
