/* Apercu — self-hosted webfonts (from the original With Intent theme) */

@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu-bold-webfont.woff2') format('woff2'),
       url('../fonts/apercu-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu-bolditalic-webfont.woff2') format('woff2'),
       url('../fonts/apercu-bolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'apercuitalic';
  src: url('../fonts/apercu-italic-webfont.woff2') format('woff2'),
       url('../fonts/apercu-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'aperculight';
  src: url('../fonts/apercu-light-webfont.woff2') format('woff2'),
       url('../fonts/apercu-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'aperculight_italic';
  src: url('../fonts/apercu-lightitalic-webfont.woff2') format('woff2'),
       url('../fonts/apercu-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'apercumedium';
  src: url('../fonts/apercu-medium-webfont.woff2') format('woff2'),
       url('../fonts/apercu-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'apercumedium_italic';
  src: url('../fonts/apercu-mediumitalic-webfont.woff2') format('woff2'),
       url('../fonts/apercu-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'apercumono';
  src: url('../fonts/apercu-mono-webfont.woff2') format('woff2'),
       url('../fonts/apercu-mono-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'apercuregular';
  src: url('../fonts/apercu-regular-webfont.woff2') format('woff2'),
       url('../fonts/apercu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
