/*
  Typography bridge for the original design.
  Japanese font binaries are intentionally not bundled because they can make
  the project substantially larger. Four Fontsource CDN files replace the
  original eleven external stylesheet requests while preserving font families.
*/
@font-face {
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-display: swap;
  font-weight: 400 800;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/shippori-mincho-b1:vf@latest/japanese-wght-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/zen-kaku-gothic-new:vf@latest/japanese-wght-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/space-grotesk:vf@latest/latin-wght-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/fraunces@latest/latin-600-italic.woff2') format('woff2');
}
