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

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

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

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

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

body {
  font-family: "DIN 2014", "DINPro", "Nunito Sans", "Helvetica Neue", Arial, sans-serif !important;
}