<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("webfont.css");

html, body {
	background-color: black;
	color: white;
	font-family: "Determination Sans", Fixedsys, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

#rumbling_sans {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


@font-face {
    font-family: 'Determination Sans';
    src: url('DeterminationMonoWeb.woff') format('woff');
}
</pre></body></html>