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: 'zelek-bold';
	src: url('fonts/zelek-bold.ttf') format('truetype');
}

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

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

