/* ブランドフォント（サブセット済みwoff2）。
 * 収録範囲: ASCII、かな、CJK統合漢字、全角形、一般記号。
 * 元: Google Fonts (OFL) Zen Maru Gothic / Noto Sans JP / Inter */
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./ZenMaruGothic-500.woff2") format("woff2");
}

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

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("./NotoSansJP-var.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("./Inter-var.woff2") format("woff2");
}
