
@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-BoldItalic.woff2') format('woff2'),
        url('./fonts/DIN-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-BlackItalic.woff2') format('woff2'),
        url('./fonts/DIN-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-Black.woff2') format('woff2'),
        url('./fonts/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCond';
    src: url('./fonts/DINCond-Black.woff2') format('woff2'),
        url('./fonts/DINCond-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-Light.woff2') format('woff2'),
        url('./fonts/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-LightItalic.woff2') format('woff2'),
        url('./fonts/DIN-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-MediumItalic.woff2') format('woff2'),
        url('./fonts/DIN-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-Medium.woff2') format('woff2'),
        url('./fonts/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCond';
    src: url('./fonts/DINCond-Light.woff2') format('woff2'),
        url('./fonts/DINCond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCond';
    src: url('./fonts/DINCond-Bold.woff2') format('woff2'),
        url('./fonts/DINCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCond';
    src: url('./fonts/DINCond-Medium.woff2') format('woff2'),
        url('./fonts/DINCond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('./fonts/DINPro-Bold.woff2') format('woff2'),
        url('./fonts/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('./fonts/DINPro-Black.woff2') format('woff2'),
        url('./fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'DINPro';
    src: url('./fonts/DINPro-Regular.woff2') format('woff2'),
        url('./fonts/DINPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}