/* ============================================================
   fonts.css — ローカルフォント（サブセット済み）
   Google Fonts 依存を排除 / 全フォント自己ホスト
   総サイズ: ~560 KB (旧: ~1,734 KB)
   ============================================================ */

/* Noto Serif JP — 見出し用 */
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../fonts/subsets/noto-serif-jp-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../fonts/subsets/noto-serif-jp-700.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans JP — 本文・ナビ用 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/subsets/noto-sans-jp-400.woff2') format('woff2');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/subsets/noto-sans-jp-500.woff2') format('woff2');
  font-weight: 500 700 900;
  font-style: normal;
  font-display: swap;
}

/* Zen Old Mincho — ロゴ・装飾数字用 */
@font-face {
  font-family: 'Zen Old Mincho';
  src: url('../fonts/subsets/zen-old-mincho-700.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* Zen Kaku Gothic New — ヒーロー日本語訳用 */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../fonts/subsets/zen-kaku-gothic-new-400.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
