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

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

