<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("tablet.css") only screen and (min-width:1px) and (max-width:800px);
@import url("desktop.css") only screen and (min-width:801px);



</pre></body></html>