/* src/styles.scss */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  background: #fafafa;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px 0;
  color: #222;
}
button {
  font-family: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
input,
select,
textarea {
  font-family: inherit;
}
code {
  background: #f4f4f4;
  padding: 2px 4px;
  border-radius: 3px;
  font-family:
    Monaco,
    Consolas,
    "Courier New",
    monospace;
  font-size: 0.9em;
}
.ok {
  color: #0a7c2f;
  font-weight: 500;
}
.ko {
  color: #b00020;
  font-weight: 500;
}

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