@font-face {
    font-family: 'Bahij-Bold';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf')
}
@font-face {
    font-family: 'Bahij_light';
    src: url('../fonts/Bahij_TheSansArabic-Light.ttf')
}

@font-face {
    font-family: 'din-regular';
    src: url('../fonts/din-regular.ttf')
}
@font-face {
    font-family: 'din-bold';
    src: url('../fonts/din-bold.otf')
}
@font-face {
    font-family: 'din-black';
    src: url('../fonts/din-black.otf')
}
body {
    font-family: 'din-regular';
}

