@font-face {
  font-family: 'notosans';
  src: url('./fonts/NotoSansCJK/NotoSansCJKjp-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Thin.otf') format('opentype');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format('opentype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url('./fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format('opentype');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'gaiji';
  src: url('./fonts/EUDC.woff') format('truetype');
  font-style: normal;
  font-weight: 100;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, 
section, summary, time, mark, audio, video{
  font-family:'NotoSansJP', 'gaiji' !important;
}