<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 20px;
    font-size: 5.33333vw
}

@media screen and (max-width:320px) {
    html {
        font-size: 17.06667px
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 28.8px
    }
}</pre></body></html>