/* depico 同梱フォント定義（すべて SIL Open Font License 1.1、LICENSES.md 参照）。
   CDN 参照はせず、リポジトリ同梱の woff2 のみを使用する（Standalone 設計）。
   可変フォント（Noto Sans/Serif JP, Caveat）は font-weight を範囲で宣言する。
   Noto Color Emoji は絵文字スタンプ用のカラーフォント（COLRv1）で、使用絵文字だけに
   サブセット化して同梱する。 */

@font-face {
  font-family: "Noto Sans JP";
  src: url("noto-sans-jp.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("noto-serif-jp.woff2") format("woff2");
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("zen-maru-gothic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yomogi";
  src: url("yomogi.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Klee One";
  src: url("klee-one.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Mochiy Pop One";
  src: url("mochiy-pop-one.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DotGothic16";
  src: url("dotgothic16.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pacifico";
  src: url("pacifico.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bangers";
  src: url("bangers.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("caveat.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Noto Color Emoji";
  src: url("noto-color-emoji.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
