@font-face {
	font-family: 'find_regular';
	src: url('/static/font/FindSansPro-Regular.ttf');
}

@font-face {
	font-family: 'find_ligth';
	src: url('/static/font/FindSansPro-Light.ttf');
}

@font-face {
	font-family: 'find_medium';
	src: url('/static/font/FindSansPro-Medium.ttf');
}

@font-face {
	font-family: 'find_bold';
	src: url('/static/font/FindSansPro-Bold.ttf');
}

@font-face {
	font-family: 'mont_bold';
	src: url('/static/font/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'mont_extrabold';
	src: url('/static/font/Montserrat-ExtraBold.ttf');
}

@font-face {
	font-family: 'mont_light';
	src: url('/static/font/Montserrat-Light.ttf');
}

@font-face {
	font-family: 'mont_medium';
	src: url('/static/font/Montserrat-Medium.ttf');
}

@font-face {
	font-family: 'mont_regular';
	src: url('/static/font/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'mont_semibold';
	src: url('/static/font/Montserrat-SemiBold.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';*/
	font-family: 'find_ligth';
	-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;
}
