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: 'Lucida Console';
	src: url('fonts/lucida console.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Franklin Gothic Demi Cond';
	src: url('fonts/franklin gothic demi cond.ttf') format('truetype');
}

