@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro-Medium.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro-Light.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro-Bold.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro-LightItalic.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/res/fonts/DINPro/DINPro-MediumItalic.woff2') format('woff2'),
      url('/res/fonts/DINPro/DINPro-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
