@font-face {
  font-family: 'Apercu';
  src: url('fonts/apercu_regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/apercu_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/apercu_regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/apercu_regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/apercu_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/apercu_regular.vg#svgFontName') format('svg'); /* Legacy iOS */
  
  font-weight: normal;
}

@font-face {
	font-family: 'Apercu';
	src: url('fonts/apercu_medium.eot'); /* IE9 Compat Modes */
	src: url('fonts/apercu_medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/apercu_medium.woff2') format('woff2'), /* Super Modern Browsers */
	     url('fonts/apercu_medium.woff') format('woff'), /* Pretty Modern Browsers */
	     url('fonts/apercu_medium.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/apercu_medium.vg#svgFontName') format('svg'); /* Legacy iOS */
	     
  font-weight: bold;

}