/* 道具の書体（tools/make_fonts.py が作る。手で直さない）
   Zen Maru Gothic 500・700: 道具の画面に出る字、ASCII、かな、全角の英数字だけに絞ったもの。入っていない字（入力した名前の漢字など）は、1字ずつ端末の丸ゴシックで出る。
   Dela Gothic One（数字と「ルイーズ」）は tools.css の "Louise Num" が fonts/dela-num.woff2 を読む。
   ライセンス: SIL Open Font License 1.1（OFL-ZenMaruGothic.txt、OFL-DelaGothicOne.txt）。外の書体サーバーは読まない。 */
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("zen-maru-500.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("zen-maru-700.woff2") format("woff2");
}
