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

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

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

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

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

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

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

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

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

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

