@font-face {
  font-family: 'DinPro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DINProLight300.woff2') format('woff2'),
       url('../fonts/DINProLight300.woff') format('woff');
}

@font-face {
  font-family: 'DinPro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DINPro400.woff2') format('woff2'),
       url('../fonts/DINPro400.woff') format('woff');
}

@font-face {
  font-family: 'DinPro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/DINProMedium500.woff2') format('woff2'),
       url('../fonts/DINProMedium500.woff') format('woff');
}

@font-face {
  font-family: 'DinPro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/DINProBold700.woff2') format('woff2'),
       url('../fonts/DINProBold700.woff') format('woff');
}