@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200; /* ExtraLight */
  font-display: swap;
  src: url('./NotoSerifJP-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: swap;
  src: url('./NotoSerifJP-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('./NotoSerifJP-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url('./NotoSerifJP-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600; /* SemiBold */
  font-display: swap;
  src: url('./NotoSerifJP-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('./NotoSerifJP-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800; /* ExtraBold */
  font-display: swap;
  src: url('./NotoSerifJP-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900; /* Black */
  font-display: swap;
  src: url('./NotoSerifJP-Black.ttf') format('truetype');
}