/* Self-hosted Cormorant Garamond + Jost — replaces the Google Fonts <link>.
 * Both families ship as variable fonts, so one file covers the full weight
 * range Google previously split across several static @font-face weights;
 * the declarations below just repeat that mapping locally. Latin subset only
 * (the copy across all 13 pages is English; verified no glyphs outside
 * U+0000-00FF / U+2000-206F are used). */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-normal.woff2") format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/cormorant-garamond-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/jost.woff2") format('woff2');
}
