:root {
  --brand-primary: #1226a9;
  --brand-secondary: #85e6ac;
  --brand-accent: #ff5470;
  --brand-peach: #ffcfc2;
  --brand-yellow: #fff796;
  --brand-cyan: #9cefff;
  --brand-background: #ffffff;
  --brand-surface: #f7f8ff;
  --brand-border: #d8dcff;
  --brand-text: #202124;
  --brand-muted: #667085;
  --danger: #ff5470;
  --success: #15804f;
  --warning: #9a6b00;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(18, 38, 169, 0.13);
  --shadow-soft: 0 8px 24px rgba(18, 38, 169, 0.08);
  --font-heading: "Inter", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", Aptos, "Segoe UI Variable Text", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-body);
}
