/* Self-hosted OFL faces (§9.2, §9.5) — woff2, latin subset, font-display: swap.
   Provenance per face: public/fonts/README.md. No CDN at runtime (§10). */

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

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

@font-face {
  font-family: 'IM Fell English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/imfell-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IM Fell English';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/imfell-italic.woff2') format('woff2');
}

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