:root {
  --brand: #5b4dff;
  --brand-dark: #4338ca;
  --brand-soft: #eef0ff;
  --accent: #06b6d4;
  --ink: #101828;
  --ink-soft: #475467;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #ffffff;
  --surface-2: #f8f9fc;
  --surface-3: #f2f4f7;
  --night: #0b1220;
  --ok: #12b76a;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(16, 24, 40, 0.06);
  --shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
  --shadow-lg: 0 24px 48px rgba(16, 24, 40, 0.12);
  --container: 1180px;
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
