body {
    margin: 0;
    padding: 0;
    background-color: #121212;
    font-family: "ABCMonumentGrotesk", -apple-system, BlinkMacSystemFont, sans-serif;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    gap: 20px;
}

.loading-horse {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.loading-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
}