@font-face {
	font-family: NeoSans-l;
	src: url("../build/fonts/NeoSansPro/NeoSansPro-Light.otf") format("opentype"), url("../build/fonts/NeoSansPro/NeoSansPro-Light.woff") format("woff");
}

@font-face {
	font-family: NeoSans-m;
	src: url("../build/fonts/NeoSansPro/NeoSansPro-Medium.otf") format("opentype"), url("../build/fonts/NeoSansPro/NeoSansPro-Medium.woff") format("woff");
}

@font-face {
	font-family: NeoSans-r;
	src: url("../build/fonts/NeoSansPro/NeoSansPro-Regular.otf") format("opentype"), url("../build/fonts/NeoSansPro/NeoSansPro-Regular.woff") format("woff");
}

@font-face {
	font-family: NeoSans-b;
	src: url("../build/fonts/NeoSansPro/NeoSansPro-Bold.otf") format("opentype"), url("../build/fonts/NeoSansPro/NeoSansPro-Bold.woff") format("woff");
}

.neoSans-l {
	font-family: NeoSans-l, Helvetica, sans-serif;
}

.neoSans-m {
	font-family: NeoSans-m, Helvetica, sans-serif;
}

.neoSans-r {
	font-family: NeoSans-r, Helvetica, sans-serif;
}

.neoSans-b {
	font-family: NeoSans-b, Helvetica, sans-serif;
}