@font-face {
	font-family: "unscii16";
	src:	url("unscii-16.ttf") format("ttf"),
		url("unscii-16.woff") format("woff");
}

a {	color: #fff; }

body {	/* copied from a textfile site because idk css */
	background:	#000;
	color:	#ffdbdb;
	display:	grid;
	grid-template-rows: auto 1fr auto;
	margin: 0 auto 0 auto;
	text-align:	left;
	width: 80ch;
}

.txt {
	font-family: "unscii16", monospace;
	font-smooth: never;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
}

pre { /* DRY who? */
	font-family: "unscii16", monospace;
	font-smooth: never;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
}

@media (prefers-color-scheme: light) {
	a {	color:      #000 !important; }
	body {  background: #eee !important;
		color:      #333 !important; }
}
