/* 同梱フォント（Noto Sans JP・SIL Open Font License 1.1）自社ホスト・実行時の外部通信なし。
   サイト内で使用する文字のみのサブセット（Google Fonts CSS2 APIのtext=指定で取得・自前で再配布） */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/NotoSansJP-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/NotoSansJP-subset.woff2) format('woff2');
}
