/* Winter & New Year Frost Theme */
body[data-theme="winter"] {
    --cnp-bg: #060b14;
    --cnp-header: #0d1829;
    --cnp-surface: #102037;
    --cnp-surface2: #192e4e;
    --cnp-card-hover: #162a47;
    --cnp-text: #f0f9ff;
    --cnp-secondary: #93c5fd;
    --cnp-muted: #60a5fa;
    --cnp-yellow: #38bdf8; /* Glacier Blue */
    --cnp-yellow-hover: #7dd3fc;
    --cnp-accent: #fbbf24; /* Festive Gold */
    --cnp-accent-hover: #fcd34d;
    --cnp-border: rgba(56, 189, 248, 0.2);
    --cnp-border-hover: rgba(251, 191, 36, 0.5);
}

body[data-theme="winter"] .cnp-header {
    border-bottom: 2px solid rgba(56, 189, 248, 0.3);
    box-shadow: 0 4px 25px rgba(56, 189, 248, 0.15);
}
