@font-face {
	font-family: nix8810;
	src: url(nix8810.woff);
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: nix8810, "Nix8810 M16", monospace;
	margin: 0px;
	font-size: 16px;
	line-height: 16px;
	text-decoration-line: none;
}

body {
	white-space: pre;
	padding: 16px;
	background: #000;
	color: #64647f;
}

ul {
	padding-left: 0;
	list-style: none;
}

li {
	padding-left: 1em;
	text-indent: -1em;
}

li:before {
	content: " •";
	padding-right: 8px;
}

.tang {
	color: #00a2e8;
}

.circ {
	color: #005c84;
}

.circb {
	background-color: #005c84;
}

.txt {
	color: #7575a0;
}

.dim {
	color: #2d2d39;
}

.hl {
	color: #8686c2;
}

a {
	color: #446;
}

a:hover {
	color: #aac;
}

@media (max-width: 532px) {
	* {
		font-size: 3vw;
		line-height: 3vw;
	}

	body {
		padding: 1em;
	}

	li:before {
		padding-right: 0.5em;
	}
}
