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

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 8px; } }
@media screen and (max-width: 750px) {
  html, body {
    font-size: 10px; } }
@media print, screen and (max-width: 374px) {
  html, body {
    font-size: 8.4px; } }
</pre></body></html>