@charset "UTF-8";
/* =========================================================
   fonts.css -- 書体の読み込み（自前ホスト）
   ---------------------------------------------------------
   Zen Maru Gothic / SIL Open Font License 1.1
   Copyright 2021 The Zen Maru Gothic Project Authors
   (https://github.com/googlefonts/zen-marugothic)
   ライセンス全文: /fonts/OFL.txt

   ※ 外部CDNを使わず自サイトから配信しています。
     - 訪問者のIPアドレス等が第三者に渡らない
     - CSP を default-src 'self' まで絞れる
     - ネットが不安定でも表示が崩れない
   ※ このサイトで使う文字（英数字・かな・記号・教育漢字1026字）だけに
     サブセット化済み。含まれない漢字は端末の書体で表示されます。
   ========================================================= */

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ZenMaruGothic-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/ZenMaruGothic-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/ZenMaruGothic-900.woff2') format('woff2');
}
