/**
 * フォント設定
 * M PLUS Rounded 1cフォントの統一的設定
 */

/* フォント設定の強化 */
* {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Tailwind CSSのフォント設定を上書き */
.font-sans {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
