@font-face {
    font-family: 'din_medium';
    src: url('../fonts/din_medium.woff2') format('woff2'),
         url('../fonts/din_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_black';
    src: url('../fonts/din_black.woff2') format('woff2'),
         url('../fonts/din_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_bold';
    src: url('../fonts/din_bold.woff2') format('woff2'),
         url('../fonts/din_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_light';
    src: url('../fonts/din_light.woff2') format('woff2'),
         url('../fonts/din_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}