

/* Ensure headings also follow RTL and justification */
h1, h2, h3, h4, h5, h6 {
  direction: rtl;
  text-align: justify;
}

/* Optional: handle common layout containers */
p, div, span, li, td, th {
  direction: rtl;
  text-align: justify;
}