@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-ExtraLight.otf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-Light.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-Regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-Medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-SemiBold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-Bold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url('./NotoSerifJP-Black.otf');
  font-weight: 900;
  font-style: normal;
}