/*
 * Self-hosted webfonts (EB Garamond, Archivo).
 * Hosted locally instead of loaded from Google Fonts to avoid sending
 * visitor IPs to Google without consent (GDPR).
 * Source: Google Fonts (OFL licensed) — https://fonts.google.com/specimen/EB+Garamond
 * and https://fonts.google.com/specimen/Archivo
 */

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/eb-garamond-variable.woff2') format('woff2-variations'),
       url('../fonts/eb-garamond-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/eb-garamond-italic.woff2') format('woff2-variations'),
       url('../fonts/eb-garamond-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/archivo-600.woff2') format('woff2');
}
