/****************************************** FONTS ************************************************/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot"); /* IE9 Compat Modes */
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/icomoon.woff") format("woff"),
		/* Pretty Modern Browsers */ url("../fonts/icomoon.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/icomoon.svg#icomoon") format("svg"); /* Legacy iOS */
}
@font-face {
	font-family: "apercu";
	font-weight: 800;
	src: url("../fonts/apercu_bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/apercu_bold.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/apercu_bold.woff") format("woff"),
		/* Pretty Modern Browsers */ url("../fonts/apercu_bold.woff2")
			format("woff2"),
		/* Pretty Modern Browsers */ url("../fonts/apercu_bold.ttf")
			format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/apercu_bold.svg#apercubold")
			format("svg"); /* Legacy iOS */
}

@font-face {
	font-family: "apercu";
	font-weight: 400;
	src: url("../fonts/apercu_medium.eot");
	src: url("../fonts/apercu_medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/apercu_medium.woff") format("woff"),
		url("../fonts/apercu_medium.woff2") format("woff2"),
		url("../fonts/apercu_medium.ttf") format("truetype"),
		url("../fonts/apercu_medium.svg#apercumedium") format("svg");
}

@font-face {
	font-family: "apercu";
	font-weight: 100;
	src: url("../fonts/apercu_light.eot");
	src: url("../fonts/apercu_light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/apercu_light.woff") format("woff"),
		url("../fonts/apercu_light.woff2") format("woff2"),
		url("../fonts/apercu_light.ttf") format("truetype"),
		url("../fonts/apercu_light.svg#aperculight") format("svg");
}

@font-face {
	font-family: "apercu_mono";
	src: url("../fonts/apercu_mono.eot");
	src: url("../fonts/apercu_mono.eot?#iefix") format("embedded-opentype"),
		url("../fonts/apercu_mono.woff") format("woff"),
		url("../fonts/apercu_mono.woff2") format("woff2"),
		url("../fonts/apercu_mono.ttf") format("truetype"),
		url("../fonts/apercu_mono.svg#apercumono") format("svg");
}
