@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    direction: rtl !important;
    text-align: right !important;
  white-space: normal;        /* Allows wrapping */
  overflow-wrap: break-word;  /* Break long words if needed */
  word-wrap: break-word;
  width: 100%;                /* Make sure container takes full width */
}
h1, h2, h3, h4, h5, h6, span, div, section, p, b, u, ol,ul,li
{
font-family: Amiri !important;
}