@font-face {
  font-family: 'DinRegular';
  src: url('/static/fonts/DINPro.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DinCondRegular';
  src: url('/static/fonts/DINPro-Cond.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DinCondMedium';
  src: url('/static/fonts/DINPro-CondMedium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DinCondLight';
  src: url('/static/fonts/DINPro-CondLight.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DinCondBold';
  src: url('/static/fonts/DINPro-CondBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DinBold';
  src: url('/static/fonts/DINPro-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'DinMedium';
  src: url('/static/fonts/DINPro-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
