@import "tailwindcss";

/* body に font-body を付けた時に Dela Gothic One を適用 */
body.font-body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal !important;
}
