@font-face {
	font-family: Lato;
	src: url(../../../font/Lato-Regular.ttf);
	font-weight: normal;
	}

@font-face {
	font-family: Lato;
	src: url(../../../font/Lato-Bold.ttf);
	font-weight: bold;
	}


@font-face {
	font-family: BarlowCondensed;
	src: url(../../../font/BarlowCondensed-Regular.ttf);
	font-weight: normal;
	}

@font-face {
	font-family: BarlowCondensed;
	src: url(../../../font/BarlowCondensed-Bold.ttf);
	font-weight: bold;
	}



html {
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
	}

body {
	background-color: #eeeeee;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.6em;
	font-family: Lato, Arial;
	}




@media (min-width: 1025px) {
	}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	}



@media (max-width: 767px) {
	}
