@font-face {
	font-family: 'regular';
	src: url('/static/font/Rubik-Regular.ttf');
}

@font-face {
	font-family: 'bold';
	src: url('/static/font/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'medium';
	src: url('/static/font/Rubik-Medium.ttf');
}

template{
	display: none;
}


input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}


html{
	height: 100%;
}

html,body{
	scroll-behavior: auto;
}

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	position: relative;
	font-family: 'regular';
	-webkit-font-smoothing: antialiased;
	/*background: #000000;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*min-height: 100%;*/
	color: #FFFFFF;
	font-size: 16px;
	/*position: fixed;*/
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

a{
	text-decoration: none;
	color: inherit;
}

input,textarea{
	background: none;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
