/* dynamic fonts REM */
@media only screen and (max-width: 1680px) and (min-width: 992px) {
    html {
        font-size: 1vw;
    }
}  