@font-face {
	font-family: "Montserrat";
	src: url(assets/montserrat.ttf) format('truetype');
}
html, body {
	height: 100%;
	margin: 0;
	background-color: #000;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#preloader {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}

#gamecanvas {
	display: none;
}