/* src/styles.css */
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  color: #f3edf6;
  background:
    radial-gradient(
      circle at 75% -10%,
      #2c1741 0,
      #100b16 34%,
      #09070f 74%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    sans-serif;
}
button,
input {
  font: inherit;
}
button:focus-visible {
  outline: 2px solid #e2baff;
  outline-offset: 3px;
}

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