<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

p {
	font-size: 1.6rem;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 960px) {

}

@media only screen and (min-width: 1280px) {
}</pre></body></html>