/* Japanese face — loaded only on /ja pages, AFTER tailwind, so the var
   overrides below win. M PLUS Rounded 1c (OFL, self-hosted, japanese subset)
   keeps the rounded/warm brand feel for Japanese; Latin falls back to Nunito. */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/mplus-rounded-1c-500-06631e61.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/mplus-rounded-1c-700-a79c0a0f.woff2") format("woff2");
}

:root {
  --font-sans: "M PLUS Rounded 1c", "Nunito", ui-rounded, "SF Pro Rounded", system-ui, sans-serif;
  --font-display: "M PLUS Rounded 1c", "Fredoka", ui-rounded, "SF Pro Rounded", system-ui, sans-serif;
}
