@charset "UTF-8";

@font-face {
  font-family: 'apercu-web';
  src: url('apercu-bold.eot');
  src: url('apercu-bold.eot?#iefix') format('embedded-opentype'),
       url('apercu-bold.woff') format('woff'),
       url('apercu-bold.woff2') format('woff2'),
       url('apercu-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-web';
  src: url('apercu-regular.eot');
  src: url('apercu-regular.eot?#iefix') format('embedded-opentype'),
       url('apercu-regular.woff') format('woff'),
       url('apercu-regular.woff2') format('woff2'),
       url('apercu-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}