/*--------------------------------------------------------------
# Start ltr style
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    direction: ltr;
    font-family: 'Vazirmatn', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: 'Vazirmatn', sans-serif;
}

/*--------------------------------------------------------------
# End ltr style
--------------------------------------------------------------*/
