@font-face {
	font-family: 'NotoSans';
    src: 
	url(../fonts/NotoSans-Black.ttf) format('truetype');
	font-weight: 900;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'NotoSans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
a {
	text-decoration: none;
	color: inherit;
}
#container, #preloader {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
canvas {
    width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
}
.progress-indicator {
	color: #fff;
	font-size: 5vh;
}
