html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

