@media screen and (max-width: 1023px) {

    html,
    body {
        font-size: clamp(1rem, 4.2666vw, 10rem);
    }
}
