/** 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');
}

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

@font-face {
    font-family:'Tiro Bangla';
    src:url(/fileasset/languageFonts/TiroBangla-Regular.ttf) format('ttf');
}

html body #pageBody [lang='mid-Mand'] {
    font-family:'Mandaic' !important;
    font-style:normal;
    font-weight:normal !important;
    text-rendering:optimizeLegibility;
    font-size-adjust:103%;
}

html body #pageBody [lang='he-Hebr'] {
    font-family:'SBLHebrew' !important;
    font-style:normal;
    font-weight:normal !important;
    text-rendering:optimizeLegibility;
    font-size-adjust:94%;
    text-align:right;
    direction:rtl;
}

html body #pageBody [lang='mid-Mand'] {
    font-family:'Mandaic' !important;
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    size-adjust:103%;
}

html body #pageBody [lang='ar-Arab'] {
    font-family:'Scheherazade' !important;
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
    font-size:170%;
    align:right;
    direction:rtl;
}

html body #pageBody [lang='txg-Tang'] {
    font-family:'Tangut Yinchuan' !important;
    font-style:normal;
    font-weight:normal !important;
    letter-spacing:0.2em;
    font-size-adjust:90%;
    text-rendering:optimizeLegibility;
}

html body #pageBody [lang='bn-Beng'] {
    font-family:'Tiro Bangla' !important;
    font-style:normal;
    font-weight:normal;
    text-rendering:optimizeLegibility;
}
