:root {
  --bg-app: #2a323c;
  --bg-card: #212731;
  --bg-input: #2a2e3c;
  --color-primary: #bdbdbd;
  --color-success: #4cd4e6;
  --color-danger: #f84986;
  --color-warning: #d29922;
  --color-text: #e6edf3;
  --color-muted: #8b949e;
  --color-border: #30363d;
  --font-family: system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-size-base: 14px;
  --radius: 0px;
}
