@media only screen and (min-width: 2000px) and (max-width: 2800px)  {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 2800px )   {
    html {
        font-size: 25.5px !important;
    }
}
