/* Local font fallback — used when Google Fonts is unavailable (local dev etc.) */

@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/MPLUS1p-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/MPLUS1p-Light.ttf") format("truetype");
}

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

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

@font-face {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BIZUDPGothic-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
