@media (min-width: 1440px) {
html:not([style*="font-size"]) {
font-size: 16px !important;
}
}
@media (min-width: 1280px) and (max-width: 1439px) {
html:not([style*="font-size"]) {
font-size: 14px !important;
}
}
@media (max-width: 1279px) {
html:not([style*="font-size"]) {
font-size: 12px !important;
}
}