@font-face {
  font-family: "titleFont";
  /* font-weight: 400;
                  font-style: normal; */
  src: url("/fonts/ZenKakuGothicAntique-Bold.ttf");
}
@font-face {
  font-family: "mainFont";
  /* font-weight: 400;
                  font-style: normal; */
  src: url("/fonts/ZenKakuGothicAntique-Regular.ttf");
}
body {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "mainFont", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.titleFont {
  font-family: "titleFont";
  font-size: 2.5rem;
}/*# sourceMappingURL=main.css.map */