/* src/styles.css */
html {
  font-size: 14px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    Roboto,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.warning-text {
  color: #c83e4d;
  font-weight: bold;
}
.supplementary-text {
  color: rgb(155, 155, 155);
  font-size: 0.9rem;
}
.buttons app-button {
  margin-left: 0.5rem;
}

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