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: 'CooperBlackStd';
	src: url('fonts/cooperblackstd.otf') format('opentype');
}

@font-face {
	font-family: 'CooperBlackStd-Italic';
	src: url('fonts/cooperblackstd-italic.otf') format('opentype');
}

