@font-face {
	font-family: "UnibetPro";
	src: url('../fonts/UnibetPro.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/RobotoBold.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/RobotoRegular.ttf') format('truetype');
}

html, body {
	font-family: 'RobotoRegular', sans-serif;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	overscroll-behavior: none;
	scroll-behavior: smooth;
}

body {
	background-color: #111111 !important;
}

#app {
	background-color: #111111;
}
