/* Arabic / RTL: body text uses Arabic-capable stack when html[dir="rtl"] */
html[dir="rtl"] body {
    font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}
