/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Aero';
    font-style: normal;
    font-weight: 400;
    src: url('Aero.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0;
    background-color: #002d5f;
    font-family: 'Aero';
    color: white;
}

main {
    max-width: 1200px;
    padding: 0 32px;
    margin: 0 auto;
    font-family: 'Arial';
}

h1 {
    font-size: 60px;
    text-shadow: 10px 10px 20px black;
    text-align: center;
    font-family: 'Aero';
}

h2 {
    font-size: 40px;
    text-shadow: 1px 1px 5px black;
    font-family: 'Aero';
}

h3 {
    font-size: 30px;
    text-align: center;
}

.card {
    background-color: white;
    color: #1a1f2f;
    border-radius: 12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
        padding: 20px 24px;
        border-bottom: 1px solid oklch(0.554 0.046 257.417);
        font-size: 20px;
    }

    li:last-child {
        border-bottom: none;
    }
}

.date {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px;
}

.info {
    color: oklch(0.554 0.046 257.417);
    padding-top: 6px;
    font-size: 16px;
}

.slalom {
    margin-bottom: 128px;

    p {
        text-align: center;
        font-size: 18px;
    }
}


.hint {
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
    padding: 16px;
    margin-bottom: 32px;

    &.warn {
        background-color: oklch(0.97 0.014 254.604);
        color: oklch(0.488 0.243 264.376);
    }
}

footer {
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    gap: 64px;
    margin: 128px auto;

    a {
        color: white;
        text-decoration: none;
        font-size: 18px;

    }
}