/*
 * Holiday Theme - Swap colors here for each holiday!
 * Currently: Valentine's Day (deep pinks, roses, romantic reds)
 *
 * Ideas for future holidays:
 *   St. Patrick's Day: greens, golds
 *   Halloween: oranges, blacks, purples
 *   Christmas: reds, greens, golds
 *   4th of July: reds, whites, blues
 */
:root[data-theme="holiday"] {
    --bg-color: #1a0a12;
    --card-bg: #2d1220;
    --panel-bg: #3d1a2e;
    --border-color: #5c2040;
    --text-primary: #fde8ef;
    --text-secondary: #f5b8cc;
    --text-light: #d88aa5;
    --accent-blue: #f472b6;
    --accent-green: #fb7185;
    --accent-red: #e11d48;
    --accent-yellow: #fda4af;
    --accent-purple: #e879f9;
    --input-bg: #2d1220;
    --bg-secondary: #3d1a2e;
    --highball-orange: #f472b6;
    --highball-dark: #ec4899;
}
