/*
 * Noto Sans JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
       url('./font/NotoSansJP-Regular.woff2') format('woff2'),
       url('./font/NotoSansJP-Regular.woff') format('woff'),
       url('./font/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'),
       url('./font/NotoSansJP-Medium.woff2') format('woff2'),
       url('./font/NotoSansJP-Medium.woff') format('woff'),
       url('./font/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
       url('./font/NotoSansJP-Bold.woff2') format('woff2'),
       url('./font/NotoSansJP-Bold.woff') format('woff'),
       url('./font/NotoSansJP-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans CJK JP'),
       url('./font/NotoSansJP-black.woff2') format('woff2'),
       url('./font/NotoSansJP-black.woff') format('woff'),
       url('./font/NotoSansJP-black.otf') format('opentype');
}
