@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DINPro-Regular.woff2') format('woff2'),
        url('../fonts/DINPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DIN-Black.woff2') format('woff2'),
        url('../fonts/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinproregular-webfont.eot');
    src: url('../fonts/dinproregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinproregular-webfont.ttf') format('truetype'),
         url('../fonts/dinproregular-webfont.svg#btcondregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinprolight-webfont.eot');
    src: url('../fonts/dinprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinprolight-webfont.ttf') format('truetype'),
         url('../fonts/dinprolight-webfont.svg#btcondregular') format('svg');
    font-weight: 300;
    font-style: 300;
}
@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinpromedium-webfont.eot');
    src: url('../fonts/dinpromedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpromedium-webfont.ttf') format('truetype'),
         url('../fonts/dinpromedium-webfont.svg#btcondregular') format('svg');
    font-weight: 500;
    font-style: 500;
}

@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinprobold-webfont.eot');
    src: url('../fonts/dinprobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinprobold-webfont.ttf') format('truetype'),
         url('../fonts/dinprobold-webfont.svg#btcondregular') format('svg');
    font-weight: 700;
    font-style: 700;
}

*/