/* Self-hosted web fonts — latin subset only. GENERATED FILE.
 *
 * Regenerate with: python3 scripts/build_fonts.py
 *
 * Replaces fonts.googleapis.com + fonts.gstatic.com, the last third-party
 * origins on the critical render path (~750 ms including two cold
 * DNS+TLS handshakes before any text could paint).
 *
 * Google served 50 @font-face blocks across 10 subsets; this site is
 * English-only. These are VARIABLE fonts, so one file per family covers
 * every weight -- declared with a weight range. font-display: swap kept.
 *
 * Cormorant Garamond and Open Sans are licensed under the SIL Open Font
 * License 1.1, which permits redistribution.
 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/static/fonts/cormorant-garamond.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/static/fonts/open-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
