/* self-hosted and subset to the glyphs this site actually uses.
   Japanese families are not served subset by the Google CSS API, so the
   originals were subset locally with fontTools — 444 KB for six faces
   instead of ~3.4 MB. No fonts.googleapis.com / gstatic call at runtime. */

@font-face {
  font-family: 'Shippori Mincho Sub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/shippori-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Zen Kaku Gothic Sub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/zenkaku-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Zen Kaku Gothic Sub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/zenkaku-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Zen Kaku Gothic Sub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/zenkaku-700.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono Sub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dmmono-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201D, U+2192, U+2212;
}
@font-face {
  font-family: 'DM Mono Sub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dmmono-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2013-2014, U+2018-201D, U+2192, U+2212;
}
