/* Self-hosted fonts — Latin subset, variable woff2 (SIL Open Font License).
   Cormorant Garamond + Jost, downloaded from Google Fonts and served locally
   for performance and independence. Regenerate with scripts/generate-fonts.js. */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./cormorant-garamond.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./cormorant-garamond-italic.woff2') format('woff2');
}

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