html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #f4f4f4;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

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

@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('fonts/raleway-semibold.ttf') format('truetype');
}

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

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

@font-face {
	font-family: 'Raleway-ExtraLight';
	src: url('fonts/raleway-extralight.ttf') format('truetype');
}

@font-face {
	font-family: 'Raleway-ExtraBold';
	src: url('fonts/raleway-extrabold.ttf') format('truetype');
}

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

