@font-face {
    font-family: 'FF DIN';
    src: local('FF DIN Pro Condensed Bold'), local('FF-DIN-Pro-Condensed-Bold'),
        url('DINPro-CondBold.woff2') format('woff2'),
        url('DINPro-CondBold.woff') format('woff'),
        url('DINPro-CondBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Condensed Medium'), local('DIN-Pro-Condensed-Medium'),
    url('DINPro-CondensedMedium.woff2') format('woff2'),
    url('DINPro-CondensedMedium.woff') format('woff'),
    url('DINPro-CondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FF DIN Regular';
    src: local('FF DIN Pro Condensed Regular'), local('FF-DIN-Pro-Condensed-Regular'),
    url('DINPro-Cond.woff2') format('woff2'),
    url('DINPro-Cond.woff') format('woff'),
    url('DINPro-Cond.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}