@font-face {
    font-family: 'SuisseIntl';
    src: url('fonts/suisse/SuisseIntl-Regular.woff2') format('woff2'),
         url('fonts/suisse/SuisseIntl-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

.container {
    background-color: #fff;
    height: 100%;
}

.logo {
    display: block;
    margin: 28px auto 0;
    width: 258px;
    height: 38.8px;
}

.code-status {
    margin-top: 110px;
    font-family: 'Kommuna', Helvetica, Arial, sans-serif;
    color: #F5EBFF;
    text-shadow: 
        0px 2px 4px rgba(142, 0, 255, 0.6),
        0 -0.5px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    text-align: center;
    font-size: 220px;
    font-style: normal;
    font-weight: 400;
    line-height: 180px;
    letter-spacing: -6.6px;
    user-select: none;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text {
    font-family: 'Kommuna', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 33px;
    letter-spacing: 0.01em;
    word-spacing: -0.15em;
    color: #000;
    max-width: 720px;
    margin-top: 40px;
    text-align: center;
    white-space: pre-line;
}

.list {
    font-family: 'SuisseIntl', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: center;

    a {
        color: #8e00ff;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    li {
        &:first-child {
            margin-top: 0;
        }
        margin-top: 8px;
    }
}

@media (max-width: 390px) {
    .code-status {
        margin-top: 54px;
        font-size: 160px;
        line-height: 160px;
        letter-spacing: -4.8px;
    }

    .text {
        max-width: 360px;
        margin-top: 0px;
        font-size: 26px;
        line-height: 28px;
    }
}
