﻿@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins.ttf') format('truetype');
}

@font-face {
	font-family: 'PoppinsBold';
	src: url('../fonts/PoppinsBold.ttf') format('truetype');
}

@font-face {
	font-family: 'korolev';
	src: url('../fonts/korolev.ttf') format('truetype');
}

html, body {
	font-family: 'Poppins', 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;
	overscroll-behavior: none;
	scroll-behavior: smooth;
}

body {
	background-color: white !important;
}

#app {
	background-color: white;
}

