/* ===== Christmas Theme ===== */
body.christmas-theme {
    background: linear-gradient(to bottom, #ffffff, #eaf6ff);
}

/* Headings */
.christmas-theme h1,
.christmas-theme h2,
.christmas-theme h3 {
    color: #b30000;
}

/* Buttons */
.christmas-theme button,
.christmas-theme .btn {
    background: #0b8457;
    color: #fff;
    border-radius: 6px;
}

.christmas-theme button:hover,
.christmas-theme .btn:hover {
    background: #086b45;
}

/* Links */
/* .christmas-theme a {
    color: #b30000;
} */

/* Top ribbon */
.christmas-ribbon {
    background: #b30000;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
}

/* Snow canvas */
#snow-canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}