@font-face {
	font-family: "Exo2-BoldCondensed";
	src: url(../css/fonts/Exo2-BoldCondensed.woff2) format("woff2"),
		url(../css/fonts/Exo2-BoldCondensed.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Exo2-MediumCondensed";
	src: url(../css/fonts/Exo2-MediumCondensed.woff2) format("woff2"),
		url(../css/fonts/Exo2-MediumCondensed.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

.font1 {
	font-family: "Exo2-BoldCondensed";
}

.font2 {
	font-family: "Exo2-MediumCondensed";
}

html,
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.fonts {
	position: absolute;
	left: -1000px;
}

