body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', !important; /* Use a font that supports Arabic */
  direction: rtl !important; /* Set the document direction to RTL */
  text-align: justify !important; /* Justify the text */
}

.arabic-text {
  text-align: justify; /* Ensure text alignment is justified */
  direction: rtl; /* Ensure the directionality is set */
  max-width: 100%; /* Control the width to manage line breaks, adjusted to percentage */
  margin: 0; /* Center the paragraph by using left and right margins in percentage */
  padding: 2%; /* Reset any default padding */
  box-sizing: border-box; /* Include padding and border in the element's total width */
}
