



@font-face {
	font-family: "light";
	src: url("fonts/Proxima Nova Light.otf");
}

@font-face {
	font-family: "semi";
	src: url("fonts/Proxima Nova Light.otf");
}
@font-face {
	font-family: "demi";
	src: url("fonts/Proxima Nova Semibold.otf");
}
@font-face {
	font-family: "medium";
	src: url("fonts/Proxima Nova Regular.otf");
}

@font-face {
	font-family: "regular";
	src: url("fonts/Proxima Nova Regular.otf");
}
@font-face {
	font-family: "normal";
	src: url("fonts/Proxima Nova Regular.otf");
}
@font-face {
	font-family: "bold";
	src: url("fonts/Proxima Nova Bold.otf");
}
@font-face {
	font-family: "cond";
	src: url("fonts/Proxima Nova Condensed Light.otf");
}
@font-face {
	font-family: "titlefont";
	src: url("fonts/Proxima Nova Alt Thin.otf");
}
@font-face {
	font-family: "thin";
	src: url("fonts/Proxima Nova Alt Thin.otf");
}
@font-face {
	font-family: "thin";
	src: url("fonts/Proxima Nova Thin.otf");
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "light";
}

body {
	background-color: #ffffff;
}