/* Noto Sans JP(自己ホスト)
   フォントファイルは /assets/fonts/ に次の名前で配置する:
   NotoSansJP-Regular.woff2(400)/ NotoSansJP-Medium.woff2(500)/ NotoSansJP-Bold.woff2(700)
   ライセンス: SIL Open Font License 1.1 */

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/NotoSansJP-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/NotoSansJP-Bold.woff2') format('woff2');
}
