/* CSS GLOBAL - SEM RESET AGRESSIVO */
body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* SÓ RESET NO NECESSÁRIO */
.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.logo {
    justify-content: center;
    align-items: center;
    width: 20%;
}