/* src/styles/app.scss */
html,
body {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
html *:not(.pi, .material-icons, .fa, .far, .fas),
body *:not(.pi, .material-icons, .fa, .far, .fas) {
  font-family:
    "Inter",
    "Tajawal",
    sans-serif;
}
.directionRTL input-text {
  direction: rtl;
}
.directionRTL input-textarea {
  direction: rtl;
}
.editorRTL {
  direction: rtl;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-C5OOVZWS.css.map */
