:root {
  --bg: #f5f5f6;
  --surface: #ffffff;
  --surface-2: #f0f0f2;
  --text: #1f1f22;
  --muted: #6c6c74;
  --border: #dcdce0;
  --primary: #2f80ed;
}
.dark {
  --bg: #101015;
  --surface: #171721;
  --surface-2: #1f1f2b;
  --text: #f3f4f6;
  --muted: #999;
  --border: #2d2d37;
  --primary: #2f80ed;
  background: var(--bg);
  color: var(--text);
}
