/* Self-hosted Open Sans (Latin subset only — this site serves English + Japanese
   content, and Open Sans has no CJK glyphs, so Cyrillic/Greek/Hebrew/Vietnamese
   subsets Google serves by default are dead weight here).

   Both files are variable fonts: a single woff2 covers the whole 400-700 weight
   axis for "normal" style, so one @font-face with `font-weight: 400 700` handles
   both Regular and Bold. Downloaded from Google Fonts (Open Sans v44) on
   2026-08-17 — re-fetch https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400
   if the family ever needs a version bump. */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/css/fonts/open-sans-latin.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: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/open-sans-latin-italic.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;
}
