/* CONTAINERS & SIDEBAR */
html[dir="rtl"] #page #content {
    flex-direction: row-reverse;
}
html[dir="rtl"] .one-container.right-sidebar .site-main {
    margin-right: 0;
    margin-left: 40px;
}
@media (max-width: 1024px) {
html[dir="rtl"] #primary {
order: 1 !important;
}
html[dir="rtl"] #right-sidebar {
order: 2 !important;
}
}

/* TYPO */
html[dir="rtl"],
html[dir="rtl"] body {
    font-family: 'Almarai', sans-serif;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: 'Rubik', sans-serif;
}

html[dir="rtl"] * {
    letter-spacing: normal !important;
	font-style: normal !important;
	word-break: normal !important;
    hyphens: none !important;
}