/* CSS Document */

/*------- Font -------*/
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* GoogleFont "Zen kaku gothic 700" */
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* GoogleFont "Inter" */
.inter {
  /* weight: 100 to 900 */
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}