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

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