/* Media Queries */

/* mobile */
@media(max-width: 576px) {
    html {font-size: calc(var(--size) * .75px)}
}