@font-face {
	font-family:'Proxima';
	src:url(../fonts/ProximaNova.ttf) format("truetype");
	font-weight: 500;
	font-style:normal
}

@font-face {
	font-family:'ProximaLight';
	src:url(../fonts/ProximaNovaLight.ttf) format("truetype");
	font-weight: 600;
	font-style:normal
}

@font-face {
	font-family:'ProximaCond';
	src:url(../fonts/ProximaNovaCond.ttf) format("truetype");
	font-weight: 600;
	font-style:normal
}

@font-face {
	font-family:'ProximaBold';
	src:url(../fonts/ProximaNovaBold.ttf) format("truetype");
	font-weight: 900;
	font-style:normal
}

@font-face {
	font-family:'ProximaCondBold';
	src:url(../fonts/ProximaNovaCondBold.ttf) format("truetype");
	font-weight: 900;
	font-style:normal
}