@font-face {
	font-family: "Helvetica Neue";
	src: 	local('Helvetica Neue Normal'), 
			local('Helvetica Neue-Normal'),
			url("HelveticaNeueRoman.woff2") format("woff2"),
			url("HelveticaNeueRoman.woff") format("woff"), 
			url("HelveticaNeueRoman.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "Helvetica Neue";
	src: 	local('Helvetica Neue'), 
			local('Helvetica Neue-Bold'),
			url("HelveticaNeueBold.woff2") format("woff2"),	
			url("HelveticaNeueBold.woff") format("woff"), 
			url("HelveticaNeueBold.otf") format("opentype"),
			url("HelveticaNeueBold.eot?#iefix") format("embedded-opentype"),
			url("HelveticaNeueBold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}