:root {
  --bg-main: #111;
  --bg-surface: #1c1c1c;

  --text-primary: #ffffff;
  --text-muted: #9ca3af;

  --color-primary: #22c55e;

  --radius: 8px;
  --transition: 0.2s ease;
}
