/* src/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  overscroll-behavior-y: contain;
}
body {
  overscroll-behavior-y: contain;
  padding: 0em;
  box-sizing: unset;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    \201cSegoe UI\201d,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    \201c Apple Color Emoji\201d,
    \201cSegoe UI Emoji\201d,
    \201cSegoe UI Symbol\201d;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

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