@font-face {
    font-family: 'D-DIN Condensed';
    src: url('/webfont/D-DINCondensed.woff2') format('woff2'),
        url('/webfont/D-DINCondensed.woff') format('woff'),
        url('/webfont/D-DINCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('/webfont/D-DIN-Bold.woff2') format('woff2'),
        url('/webfont/D-DIN-Bold.woff') format('woff'),
        url('/webfont/D-DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('/webfont/D-DIN.woff2') format('woff2'),
        url('/webfont/D-DIN.woff') format('woff'),
        url('/webfont/D-DIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

