/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
  font-family:
    "Outfit",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  background: #f5f5f5;
  color: #0f1723;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
button,
input {
  font: inherit;
}

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