.loader {
    position: fixed;
    inset: 0;
    background: var(--w-emerald-deep);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 2s ease;
}
.loader-text h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: 600;
    color: var(--w-gold);
    margin: 0;
    letter-spacing: 1px;
}
