/* 同梱フォント: Inter (latin) + Noto Sans JP (japanese サブセット)
   Google Fonts への依存をなくし、オフラインでも同じ見た目にする */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/inter-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/noto-sans-jp-japanese-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/noto-sans-jp-japanese-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/noto-sans-jp-japanese-700.woff2') format('woff2');
}

/* 同梱フォント: M PLUS Rounded 1c (丸ゴシック・アプリUIのゲーム感用)
   latin と japanese を unicode-range で分割し、初期表示は軽い latin だけ先読みする。
   日本語(大きい japanese サブセット)は CJK が画面に出たときにロード */
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/mplus-rounded-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20BF, U+2212;
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/mplus-rounded-japanese-400.woff2') format('woff2');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/mplus-rounded-latin-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20BF, U+2212;
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/mplus-rounded-japanese-500.woff2') format('woff2');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/mplus-rounded-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20BF, U+2212;
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/mplus-rounded-japanese-700.woff2') format('woff2');
}
