/* src/styles.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  background-color: #f5f5f5;
  overflow-x: hidden;
  max-width: 100vw;
}

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