/* Self-hosted EB Garamond (latin subset, v33 from google-webfonts-helper).
   Four faces used by the site: 400 / 500, each normal + italic.
   font-display: swap — text paints immediately in the fallback, then swaps. */

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

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

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('eb-garamond/eb-garamond-500.woff2') format('woff2');
}

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