html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #f2f2f2;
	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: 'lbelscript-webfont';
	src: url('fonts/lbelscript-webfont.woff2') format('woff2'), url('fonts/lbelscript-webfont.woff') format('woff');
}

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

@font-face {
	font-family: 'polaris-bold';
	src: url('fonts/polaris-bold.otf') format('opentype');
}

@font-face {
	font-family: 'polaris-book';
	src: url('fonts/polaris-book.otf') format('opentype');
}

@font-face {
	font-family: 'polaris-light';
	src: url('fonts/polaris-light.otf') format('opentype');
}

@font-face {
	font-family: 'polaris-medium';
	src: url('fonts/polaris-medium.otf') format('opentype');
}

