/* text-arabic.css */
@font-face {
  font-family: "Noto Sans Arabic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.text-style--araba {
  font-family: "Noto Sans Arabic", sans-serif;
  direction: rtl;
  text-align: right;
}