@font-face {
    font-family: 'DIN2014-Bold';
    src: url('../fonts/DIN2014-Bold.ttf');
}
@font-face {
    font-family: 'DIN2014-DemiBold';
    src: url('../fonts/DIN2014-DemiBold.ttf');
}
@font-face {
    font-family: 'DIN2014-Light';
    src: url('../fonts/DIN2014-Light.ttf');
}
@font-face {
    font-family: 'DIN2014-Regular';
    src: url('../fonts/DIN2014-Regular.ttf');
}



.dnb{
    font-family: 'DIN2014-Bold';
}
.dndb{
    font-family: 'DIN2014-DemiBold';
}
.dnl{
    font-family: 'DIN2014-Light';
}
.dnr{
    font-family: 'DIN2014-Regular';
}