@import url('/fonts/roboto_mono.ttf');

html {
	--global-font: 'Roboto Mono', monospace;
	font-family: var(--global-font);
}

@font-face {
	font-family: Serif;
	/*src: url("/fonts/roboto_mono.ttf") format("truetype");*/
}

body {
	color: white;
	background-color: black;

}

#void_heading {
	user-select: none;
	-webkit-user-select: none;
}
