/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Ivelina Vladimirova Three Digital
 */

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

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

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