/** CONTENT LANGUAGE FONTS CONFIGURED FROM THE MANGEMENT PORTAL **/
@font-face {
    font-family:'Mandaic';
    src:url(/fileasset/languageFonts/NotoSansMandaic-Regular.woff2) format('woff2');
}

@font-face {
    font-family:'SBLHebrew';
    src:url(/fileasset/languageFonts/SBL_Hbrw.woff2) format('woff2');
}

@font-face {
    font-family:'Mandaic';
    src:url(/fileasset/languageFonts/NotoSansMandaic-Regular.woff) format('woff');
}

@font-face {
    font-family:'Scheherazade';
    src:url(/fileasset/languageFonts/Scheherazade-Regular.woff2) format('woff2');
}

[lang='mid-Mand'] {
    font-family:'Mandaic';
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    font-size:103%;
}

[lang='he-Hebr'] {
    font-family:'SBLHebrew';
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    font-size:94%;
}

[lang='he-Heb'] {
    font-family:'SBLHebrew';
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    font-size:94%;
}

[lang='ar-Arab'] {
    font-family:'Scheherazade';
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    font-size:150%;
    ailgn:right;
}
