@font-face {
	font-family: 'Titillium';
	src: url('../fonts/TitilliumText22L-Bold.otf');
	font-weight: bold;
}

@font-face {
	font-family: 'Titillium';
	src: url('../fonts/TitilliumText22L-Regular.otf');
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf');
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	position: absolute;
}