.c-font__small {
  font-family: serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 2;
}

.c-font__medium {
  font-family: serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.c-font__large {
  font-family: serif;
  font-size: 1.5rem;
  font-weight: 700;
}

@font-face {
  font-family: "CustomFont_01";
  src: url("../font/mgenplus-1c-thin.ttf");
}

@font-face {
  font-family: "CustomFont_02";
  src: url("../font/GenJyuuGothicL-Monospace-ExtraLight.ttf");
}