:root {
  --brand: #1e40af;
  --brand-2: #0ea5e9;
  --accent: #d97706;
  --dark: #f8fafc;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef4ff;
  --panel: rgba(15, 23, 42, .055);
  --panel-strong: rgba(15, 23, 42, .09);
  --line: rgba(15, 23, 42, .13);
  --text-body: #1f2937;
  --text-strong: #0f172a;
  --muted: #64748b;
}
