@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./third-party/Russo1.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./third-party/Russo2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./third-party/Russo3.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'Russo One', sans-serif !important;
    user-select: none;
}

.disciplineSelected {
    background: rgb(0, 0, 255);
    color: white;
}

button {
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    margin: 5px;
    outline: none !important;
    padding: 5px;
    user-select: none;
}

select {
    font-size: 25px;
    height: 50px;
    text-align: center;
    width: 100%;
}

textarea[readonly] {
    background: black;
    color: white;
    font-family: 'Russo One', sans-serif;
    font-weight: bold;
    user-select: none;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 1518px;
    overflow-y: visible
}
