/* Arabic typeface aliases: this file is loaded by Arabic pages only. */
@font-face {
    font-family: "font_main";
    src: url("../fonts/ArbFONTS-GE-Flow-Regular-1.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "font_medium";
    src: url("../fonts/ArbFONTS-GE-Flow-Regular-1.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "font_bold";
    src: url("../fonts/ArbFONTS-GE-Flow-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "semiBold";
    src: url("../fonts/ArbFONTS-GE-Flow-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html[lang="ar"] body {
    text-align: right;
    direction: rtl;
    font-family: "font_main", Tahoma, Arial, sans-serif;
}

html[lang="ar"] .lg-container {
    font-family: "font_main", Tahoma, Arial, sans-serif;
}

