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

@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  src: url(./dinpro/DINPro.otf) format('opentype');
}

@font-face {
  font-family: 'DINPro';
  font-style: italic;
  font-weight: 400;
  src: url(./dinpro/DINPro-Italic.otf) format('opentype');
}

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