@font-face {
  font-family: NotoSansJP;
  font-weight: 400;
  src: url('fonts/Noto_Sans/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: NotoSansJPBold;
  font-weight: 700;
  src: url('fonts/Noto_Sans/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: NotoSansJPBoldItalic;
  font-weight: 700;
  src: url('fonts/Noto_Sans/NotoSans-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: NotoSansJPItalic;
  font-weight: 700;
  src: url('fonts/Noto_Sans/NotoSans-Italic.ttf') format('truetype');
}
