/* Self-hosted Cormorant Garamond so no font request ever goes to Google.
   Subsets: latin + latin-ext (Hungarian/German glyphs). Linked statically from
   index.html and served from public/, so the woff2 paths are resolved by the
   browser at runtime (not bundled by webpack). Run scripts/fetch-fonts.js to
   (re)download the woff2 files into public/fonts/. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cormorant-garamond-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cormorant-garamond-600-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-700-italic.woff2') format('woff2');
}
