@media (max-width:575px) {
    html {
        font-size: 10px;
    }
}

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