/* Public Google Fonts, Latin subsets; Korean uses Pretendard. */
/* The italic face carries a handful of editorial words — the hero line, the
   section pull-quotes and the footer's "together." — and was shipping the
   whole Google latin subset to do it. It is cut down to Basic Latin plus the
   quotation marks, dashes and ellipsis the copy uses (150 KB -> 101 KB), with
   every layout feature and all four variable axes kept. The range below is
   narrowed to match the file exactly, so anything outside it falls through to
   the next family instead of asking this face for a glyph it no longer has. */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url(../fonts/latin-1.woff2?v=d4961e2f) format('woff2');
  unicode-range: U+0020-007E, U+2013-2014, U+2018-201D, U+2026;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(../fonts/latin-2.woff2?v=7e744849) 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: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/latin-3.woff2?v=08949f72) 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: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/latin-4.woff2?v=3100e775) 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;
}
