/*font style*/
@font-face {
    font-family: 'din-black';
    src: url('../fonts/din/din-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*font style*/
@font-face {
    font-family: 'din-medium';
    src: url('../fonts/din/din-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*font style*/
@font-face {
    font-family: 'din-bold';
    src: url('../fonts/din/din-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.din-medium{
    font-family: 'din-medium',sans-serif;
}

.weight-normal{
    font-weight: 500!important;
}
