body {
    margin: 0;
    background: rgba(252, 244, 198, 1.00);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 /9;
}

@font-face {
    font-family: HYGFont;
    src: url('/assets/HYGInormbold.ttf');
    font-weight: bold;
}

* {
    font-family: HYGFont !important;
}

/* Loading screen */
#flashreplace {
    height: 100%;
    aspect-ratio: 4/3;
    margin-left: auto;
    margin-right: auto;
}

.loader {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 4/3;
    z-index: 100;
    pointer-events: none;
}
