@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;600;700;800&display=swap";

/* src/styles.css */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  font-family: "Noto Sans Arabic", sans-serif;
  color: #0f172a;
}

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