@charset "utf-8";
@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Light'),
       local('DINPro-Light'),
       url('../fonts/dinpro/DINPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Bold'),
       local('DINPro-Bold'),
       url('../fonts/dinpro/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Bold Italic'),
       local('DINPro-BoldItalic'),
       url('../fonts/dinpro/DINPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Cond Bold';
  src: local('DIN Pro Condensed Bold'),
       local('DINPro-CondensedBold'),
       url('../fonts/dinpro/DINPro-CondBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Cond Bold';
  src: local('DIN Pro Condensed Bold Italic'),
       local('DINPro-CondensedBoldItalic'),
       url('../fonts/dinpro/DINPro-CondBoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
