/* arabic fonts */

@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
    font-family: 'Almarai', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Almarai', sans-serif !important;
    font-weight: 700;
}


/*
@font-face {
    font-family: DinNext;
    src: url('fonts/DINNextArabicRegular.otf') format('embedded-opentype');
    src: url('fonts/DINNextArabicRegular.ttf') format('truetype');
}

@font-face {
    font-family: DinNext;
    src: url('fonts/DINNextArabicBold.otf') format('embedded-opentype');
    src: url('fonts/DINNextArabicBold.ttf') format('truetype');
    font-weight: bold;
}



body {
    font-family: DinNext, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: DinNext, sans-serif;
    font-weight: bold;
}
*/