/* LOAD WEBFONTS */

	@font-face {
	font-family: 'apercu_bold';
	src: url('../fonts/apercu_bold.eot');
	src: url('../fonts/apercu_bold.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/apercu_bold.woff') format('woff'), 
		 url('../fonts/apercu_bold.woff2') format('woff2'), 
		 url('../fonts/apercu_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
		
	@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.woff2') format('woff2'),
         url('../fonts/apercu_mono.woff') format('woff'),
         url('../fonts/apercu_mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
