
@font-face {
    font-family: 'DIN';
    src: url('fonts/din/din-regular.woff2') format('woff2');
    font-weight: normal;    /* normally 300 */
    font-style: normal;
    font-display: swap;
}


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


@font-face {
    font-family: 'DIN';
    src: url('fonts/din/din-light.woff2') format('woff2');
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
}

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