#loader {
    background: #b20728;
    color: white;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-laliga {
    font-family: 'FontTheLiga';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontTheLiga';
    src: url('../fonts/font.woff2') format('woff2'),
        url('../fonts/font.woff') format('woff'),
        url('../fonts/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}