/* AWJ web fonts. Points at the OTF/TTF source files because the previously
   generated .woff2/.woff webfonts were Latin-only (Arabic glyphs were stripped
   during subsetting). These OTF/TTF files include the Arabic glyphs. */

@font-face {
    font-family: 'avenir_arabicblack';
    src: url('AvenirArabic-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_arabicbook';
    src: url('AvenirArabic-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_arabicheavy';
    src: url('AvenirArabic-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_arabiclight';
    src: url('AvenirArabic-Light1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_arabicmedium';
    src: url('alfont_com_AlFont_com_AvenirArabic-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_next_lt_probold';
    src: url('AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_next_lt_proitalic';
    src: url('AvenirNextLTPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sakkal_majallaregular';
    src: url('majalla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sakkal_majallabold';
    src: url('majallab.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
