@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-display: swap;
}

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

@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Condensed Black'), local('DIN-Pro-Condensed-Black'),
    url('DINPro-CondensedBlack.woff2') format('woff2'),
    url('DINPro-CondensedBlack.woff') format('woff'),
    url('DINPro-CondensedBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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