:root{
	--dark: #141434;
	--primary-bgcolor: #ECEEFF;
	--primary-color: #5A6BD8;
	--sec-color: #1571DE;
	--sec-bgcolor: #F1F2FF;
	--white: #fff;
	--active: #DE0E6E;
	--inactive: #8993AA;
	--success: #078475;
	--font-family: Ubuntu, "Ubuntu Latin", "San Francisco", "Lucida Grande", "Helvetica Neue", Roboto, -apple-system, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
	--caveat-font: Caveat, 'Caveat Latin', var(--font-family);
}
@font-face {
	font-family: 'Ubuntu';
	src: url('./fonts/ubuntu-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu Latin';
	src: url('./fonts/ubuntu-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu Medium';
	src: url('./fonts/ubuntu-medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ubuntu Latin Medium';
	src: url('./fonts/ubuntu-latin-medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 600;
	src: url('/public/cdn/fonts/caveat-cyr-700.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-display: swap;
}
@font-face {
	font-family: 'Caveat Latin';
	font-style: normal;
	font-weight: 600;
	src: url('/public/cdn/fonts/caveat-lat-700.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'BERNIERShade';
    font-style: normal;
    font-weight: bold;
    src: url('/public/cdn/fonts/BERNIERShade-Regular.woff2') format('woff2');
    font-display: swap;
}
body,button,div,input,textarea,h1,h2,h3,p,ul {
	margin: 0;
	padding: 0;
}
button,input,textarea,div,ul,li {
	box-sizing: border-box;
}
button {cursor: pointer;}
html, body, #root {
	height: 100%;
}
body {
	font-family: var(--font-family);
	line-height: 1;
	color: var(--dark);
}
ul {
	list-style: none;
}
