/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f5f6fa;
  color: #2c3e50;
  direction: rtl;
}
html,
body {
  height: 100%;
}
button {
  font-family: inherit;
}
@media (min-width: 501px) {
  body {
    background: #e8e9ed;
  }
}

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