@font-face {
  font-family: DIN;
  src: url(/fonts/DIN.ttf);
}

@font-face {
  font-family: DIN-Medium;
  src: url(/fonts/DIN-Medium.ttf);
}

@font-face {
  font-family: DIN-Bold;
  src: url(/fonts/DIN-Bold.ttf);
}

@font-face {
  font-family: NotoSansCJKjp-Regular;
  src: url(/fonts/NotoSansJP-Regular.otf);
}

@font-face {
  font-family: NotoSansCJKjp-Light;
  src: url(/fonts/NotoSansJP-Light.otf);
}

@font-face {
  font-family: NotoSansCJKjp-Medium;
  src: url(/fonts/NotoSansJP-Medium.otf);
}

@font-face {
  font-family: NotoSansCJKjp-DemiLight;
  src: url(/fonts/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: NotoSansCJKjp;
  src: url(fonts/NotoSansCJKjp-DemiLight.otf);
}

/* 
div::-webkit-scrollbar {
  width: 4px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  outline: 2px solid slategrey;
} */