* {
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-text-size-adjust: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    display: none;
}

:root {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    -webkit-text-size-adjust: none;
    touch-action: none;
    background: #F2F4F6;
}

body {
    margin: unset;
    height: 100%;
    width: 100%;
    position: fixed;
}

input, button {
    font-size: 18px;
}

.hidden {
    display: none;
}

quiz-link:target ~ quiz-link {
    --color: rgba(0, 0, 0, .2);
}

quiz-link[data-disabled]:not(:target) {
    display: none;
}

@media (min-width: 1364px) {
    :root {
        background: #F5F6F8;
    }

    quiz-link:target ~ quiz-link {
        --beforeColor: #6B6B72;
        --border-left: 3px solid transparent;
        --color: rgba(0, 0, 0, .3);
    }
}
