@charset 'UTF-8';

/* ===========================================================================
English
============================================================================*/
html[lang="en"] body {
    text-align: left;
    direction: ltr;
}

html[lang="en"] body {
    font-family: "Lexend", sans-serif;
    font-weight: 400; /* 400, 500, 700 */
    font-style: normal;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
} */

/* ===========================================================================
Arabic
============================================================================*/
html[lang="ar"] body {
    text-align: right;
    direction: rtl;
}

html[lang="ar"] body {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* 100 to 900 */
    font-style: normal;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6{
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; /* 100 to 900 */
    font-style: normal;
}
