html {
    font-size: 16px;
}

@media (max-width: 840px) {
    html {
        font-size: 8px;
    }
}