/* _renewal/_build-fonts.py が生成。直接編集しないこと。
   実際に使われている文字だけを含むサブセット。文言を大きく変えたら再生成する。 */

@font-face {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ZenOldMincho-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/ZenOldMincho-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/SpaceGrotesk-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/SpaceGrotesk-700.woff2') format('woff2');
}
