@font-face {
  font-family: 'dinpro';
  src:
    url('fonts/DINPro-CondLight.woff2') format('woff2'),
    url('fonts/DINPro-CondLight.woff') format('woff'),
    url('fonts/DINPro-CondLight.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}

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

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

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

@font-face {
  font-family: 'SF UI Display';
  src:
    url('fonts/SFUIDisplay-Light.woff2') format('woff2'),
    url('fonts/SFUIDisplay-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src:
      url('fonts/SFUIDisplay-Regular.woff2') format('woff2'),
      url('fonts/SFUIDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src:
    url('fonts/SFUIDisplay-Medium.woff2') format('woff2'),
    url('fonts/SFUIDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src:
    url('fonts/SFUIDisplay-Semibold.woff2') format('woff2'),
    url('fonts/SFUIDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src:
    url('fonts/SFUIDisplay-Bold.woff2') format('woff2'),
    url('fonts/SFUIDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}