@font-face {
  font-family: 'din';
  src:url('css/fonts/DINBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dincold';
  src:url('css/fonts/dincond-black-opentype.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinblack';
  src:url('css/fonts/DINBlack.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'miura-jr';
  src:url('css/fonts/miuraLinerJrOtf-R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'himaji';
  src:url('css/fonts/KFhimaji.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeedJP-bold';
  src:url('css/fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src:url('css/fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.din-normal{
  font-family: 'din';
}

.din-cold{
  font-family: 'dincold';
}
.din-black-top{
  font-family: 'dinblack';
  font-weight: normal;
}