/* Webフォントのセルフホスト(規約第7章。外部CDNからは読み込まない)
   取得元: Google Fonts (SIL Open Font License) / japanese+latin サブセット woff2
   最適化サブセット化(文字集合の絞り込み)はフォント確定後に実施予定 */

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/zen-kaku-gothic-new-v18-japanese_latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/zen-kaku-gothic-new-v18-japanese_latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/zen-kaku-gothic-new-v18-japanese_latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/zen-maru-gothic-v19-japanese_latin-700.woff2") format("woff2");
}
