/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
app-root {
  display: block;
  height: 100%;
}
input:focus {
  outline: none;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}

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