/* 自社サーバーから配るWebフォント。
   agents/スバメ｜Web/ルーティン/フォント生成.py が作る自動生成ファイル＝手で直さない。
   サイトに出てくる文字だけを詰めてあり、足りない文字は端末のフォントで表示される。 */

@font-face { font-family: "Noto Sans JP"; font-style: normal;
  font-weight: 400 700; font-display: swap;
  src: url("/css/fonts/noto-sans-jp.woff2") format("woff2"); }

@font-face { font-family: "Noto Serif JP"; font-style: normal;
  font-weight: 500 900; font-display: swap;
  src: url("/css/fonts/noto-serif-jp.woff2") format("woff2"); }

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

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

@font-face { font-family: "Fraunces"; font-style: normal;
  font-weight: 400; font-display: swap;
  src: url("/css/fonts/fraunces.woff2") format("woff2"); }

@font-face { font-family: "Fraunces"; font-style: italic;
  font-weight: 400; font-display: swap;
  src: url("/css/fonts/fraunces-italic.woff2") format("woff2"); }
