/* =========================================================
   フォント定義: M PLUS Rounded 1c（自己ホスト・外部依存なし）
   フォントファイルは apps/lp/fonts/ に同梱。ライセンスは fonts/OFL.txt 参照。
   font-display: swap でフォント読み込み中も本文を即時表示（フォールバックを使用）。
   ========================================================= */

@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
}
