:root {
  --bg-body: #0f0d15;
  --bg-card: #1e1b2e;
  --bg-modal: #262340;
  --bg-inset: #161422;
  --accent-primary: #7c8cf8;
  --accent-secondary: #a594f9;
  --accent-gradient: linear-gradient(135deg, #7c8cf8, #a594f9);
  --text-primary: #e8e6f0;
  --text-secondary: #c5c0d8;
  --text-muted: #8b85a0;
  --text-dim: #5a5670;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-accent: rgba(124, 140, 248, 0.15);
  --success: #34d399;
  --warning: #fbbf24;
  --danger: #f87171;
  --fs-xs: 11px;
  --fs-sm: 13px;
  --fs-base: 16px;
  --fs-lg: 19px;
  --fs-xl: 23px;
  --fs-2xl: 28px;
  --fs-hero: 48px;
}
