/* src/styles.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #1a1a2e;
  color: #fff;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
}
* {
  box-sizing: border-box;
}
.field-hint {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  margin-top: 2px;
}
.section-hint {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: -8px;
  margin-bottom: 16px;
}

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