/* RTL Styles for Arabic (Layout preserved, Font applied) */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

html[lang="ar"] body,
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, 
html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6,
html[lang="ar"] p, html[lang="ar"] a, html[lang="ar"] span, html[lang="ar"] div, html[lang="ar"] button, html[lang="ar"] input {
    font-family: 'Tajawal', sans-serif !important;
}

/* If you need specific text alignment overrides for Arabic content, add them below */
/* html[lang="ar"] .some-text-element { text-align: right; } */