<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and ( min-width: 1300px ) {
  html{
    zoom: 1.1;
  }
}
@media screen and ( min-width: 1400px ) {
  html{
    zoom: 1.2;
  }
}
@media screen and ( min-width: 1500px ) {
  html{
    zoom: 1.3;
  }
}
@media screen and ( min-width: 1600px ) {
  html{
    zoom: 1.4;
  }
}
@media screen and ( min-width: 1700px ) {
  html{
    zoom: 1.5;
  }
}</pre></body></html>