html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'Berlin Sans FB Demi';
	src: url('fonts/berlin sans fb demi.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaVuSerif-Bold';
	src: url('fonts/dejavuserif-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Arkhive';
	src: url('fonts/arkhive.ttf') format('truetype');
}

@font-face {
	font-family: 'Willamette SF';
	src: url('fonts/willamette sf.ttf') format('truetype');
}

@font-face {
	font-family: 'Anonymous Pro';
	src: url('fonts/anonymous pro.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenGostTypeA-Regular';
	src: url('fonts/opengosttypea-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'arnamu_mono_bold';
	src: url('fonts/arnamu_mono_bold.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikMonoOne-Regular';
	src: url('fonts/rubikmonoone-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'CodenameCoderFree4F-Bold';
	src: url('fonts/codenamecoderfree4f-bold.otf') format('opentype');
}

@font-face {
	font-family: 'Arial';
	src: url('fonts/arial.ttf') format('truetype');
}

