/* =========================================================
   自己ホストフォント: M PLUS Rounded 1c（見出し用 / subset woff2）
   Google Fonts CDN を置き換え（外部通信ゼロ）。
   差し替え時は scripts/subset_fonts.py で woff2 を再生成する。
========================================================= */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/mplus/mplus-rounded-1c-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/mplus-rounded-1c-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/mplus-rounded-1c-700.woff2") format("woff2");
}
