#preloader {
    position: fixed;
    inset: 0;
    pointer-events: all;
    touch-action: none;
    overscroll-behavior: contain;
    z-index: 9999;
}

.preloader-bg {
    position: absolute;
    inset: 0;
    background-color: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    will-change: transform;
}

.preloader-nome {
    font-family: var(--font-clash);
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 500;
    color: #c9c9c9;
    will-change: opacity, transform;
    transform: translateY(30px);
    opacity: 0;
    z-index: 2;
}
