/* =============================
   Minimal Utility Classes Used
   ============================= */

.pointer-events-none {
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.z-50 {
    z-index: 50;
}

.top-\[18\%\] {
    top: 18%;
}

.top-\[12\%\] {
    top: 12%;
}

.w-\[450px\] {
    width: 450px;
}

.h-auto {
    height: auto;
}

/* =============================
   COLORS USED FOR STAR ICONS
   ============================= */

.text-yellow-200 {
    color: oklch(.945 .129 101.54);
}

.text-yellow-300 {
    color: oklch(.905 .182 98.111);
}

.text-yellow-400 {
    color: oklch(.852 .199 91.936);
}

/* =============================
   DROP SHADOW (used by Santa img)
   ============================= */
.drop-shadow-2xl {
    filter: drop-shadow(0 25px 25px #00000026);
}
