@font-face {
	font-family: Comfortaa-Bold;
	src: url('../fonts/Comfortaa-Bold.ttf');
}

@font-face {
	font-family: Comfortaa-Light;
	src: url('../fonts/Comfortaa-Light.ttf');
}

@font-face {
	font-family: Comfortaa-Medium;
	src: url('../fonts/Comfortaa-Medium.ttf');
}

@font-face {
	font-family: Comfortaa-Regular;
	src: url('../fonts/Comfortaa-Regular.ttf');
}

@font-face {
	font-family: Comfortaa-SemiBold;
	src: url('../fonts/Comfortaa-SemiBold.ttf');
}

html {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	font-weight: normal!important;
	scroll-behavior: smooth!important;
	-webkit-user-select: none!important;
	-webkit-tap-highlight-color: transparent!important;
}

body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	font-weight: normal!important;
	scroll-behavior: smooth!important;
	-webkit-user-select: none!important;
	-webkit-tap-highlight-color: transparent!important;
}

/* WRONG ORIENTATION */
@media only screen and (orientation: landscape) {
	html, body {
		overflow: hidden!important;
	}
	#orientation_block {
		display: flex!important;
	}
}

/* CORRECT ORIENTATION */
@media only screen and (orientation: portrait) {
	html, body {
		overflow-x: hidden!important;
	}
	#orientation_block {
		display: none!important;
	}
}

#orientation_block {
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	position: fixed;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 40px);
	background-color: #000000;
	height: calc(100vh - 40px);
	min-width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	z-index: 2147483647!important;
	min-height: calc(100vh - 40px);
	max-height: calc(100vh - 40px);
}

#orientation_block i {
	padding: 0;
	color: #FFFFFF;
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
}

#orientation_block text {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
	word-break: break-word;
	text-align: -webkit-center;
	font-family: Comfortaa-Bold;
}