@font-face {
    font-family: 'd-din';
    src: url('./font/D-DIN.eot');
    src: url('./font/D-DIN.woff2') format('woff2'), url('./font/D-DIN.woff') format('woff'),
        url('./font/D-DIN.ttf') format('truetype'), url('./font/D-DIN.svg') format('svg');
}

@font-face {
    font-family: 'd-din-bold';
    src: url('./font/D-DIN-Bold.eot');
    src: url('./font/D-DIN-Bold.woff2') format('woff2'), url('./font/D-DIN-Bold.woff') format('woff'),
        url('./font/D-DIN-Bold.ttf') format('truetype'), url('./font/D-DIN-Bold.svg') format('svg');
}

.d-din {
    font-weight: normal;
    font-style: normal;
    font-family: 'd-din' !important;
}

.d-din-bold {
    font-weight: bold;
    font-style: normal;
    font-family: 'd-din-bold' !important;
}