/* src/styles.scss */
* {
  box-sizing: border-box;
}
:root {
  --app-bg: #020617;
  --app-surface: #111827;
  --app-surface-2: #111827;
  --app-border: #1f2937;
  --app-text: #f8fafc;
  --app-muted: #cbd5e1;
  --app-soft: #94a3b8;
  --app-primary: #ff5b00;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  background: var(--app-bg);
  color: var(--app-text);
  font-family:
    Inter,
    Arial,
    sans-serif;
}
img {
  max-width: 100%;
}

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