/*
Name: Gryaab - Spoleborg
Version:  v.1.1 Bat Ray
Author website: https://www.kreation.se
Author: Ben Rodin
Email: ben.rodin@kreation.se
 */
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: 'ITC WeberHand W01';
	src: url('fonts/itc weberhand w01.woff') format('woff'), url('fonts/itc weberhand w01.woff2') format('woff2'), url('fonts/itc weberhand w01.eot') format('embedded-opentype'), url('fonts/itc weberhand w01.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('fonts/opensans-semibold.ttf') format('truetype');
}

