@charset "UTF-8";
/* CSS Document */

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

@font-face{
	font-family:proxima-regular;
	src:url("../fonts/ProximaNova-Reg.otf");
	
}


@font-face{
	font-family:proxima-sbold;
	src:url("../fonts/ProximaNova-Sbold.otf");
	
}

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


