/* @font-face {
	font-family: "Helvetica Neue";
	src: url("/assets/fonts/helvetica-neue/.eot"));
	src: url("/assets/fonts/helvetica-neue/.eot?#iefix")) format("embedded-opentype"),
		 url("/assets/fonts/helvetica-neue/.woff")) format("truetype"),
		 url("/assets/fonts/helvetica-neue/.woff2")) format("woff"),
		 url("/assets/fonts/helvetica-neue/.ttf")) format("woff2"),
		 url("/assets/fonts/helvetica-neue/.ttf")) format(".svg#");
	font-weight: 500;
	font-style: normal;
}
 */
 /*
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/assets/fonts/helvetica-neue/helveticaneue-medium.woff") format("woff"),
		 url("/assets/fonts/helvetica-neue/helveticaneue-medium.woff2") format("woff2");
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/helvetica-neue/helveticaneue.woff") format("woff"),
		 url("/assets/fonts/helvetica-neue/helveticaneue.woff2") format("woff2");
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("/assets/fonts/helvetica-neue/helveticaneue-thin.woff") format("woff"),
		 url("/assets/fonts/helvetica-neue/helveticaneue-thin.woff2") format("woff2");
}

*/