/* stylelint-disable */

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Medium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Black.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('DINPro-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
