@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* src/styles.scss */
:root {
  --stripe-bg: #f5f6fb;
  --stripe-panel: #ffffff;
  --stripe-muted: #dfe4ef;
  --stripe-accent: #635bff;
  --stripe-accent-strong: #2b21ff;
  --stripe-shadow: rgba(15, 23, 42, 0.08);
  --stripe-text: #0f172a;
  --stripe-label: #475467;
  --stripe-border: #e3e6f0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--stripe-bg);
  color: var(--stripe-text);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
}

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