html {
    padding: env(safe-area-inset);
    font-size: 0.0695vw;
    background-color: #242323;
}

button,
input,
select,
optgroup,
textarea,
body {
    font-size: 18rem;
    line-height: 21rem;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 990px) {

    html {
        padding: env(safe-area-inset);
        font-size: 0.25641vw;
    }

    button,
    input,
    select,
    optgroup,
    textarea,
    body {
        font-size: 16rem;
        line-height: 24rem;
    }
}

