:root {
  --bg: #0f1115;
  --panel: #151821;
  --panel2: #11141b;
  --border: #1f232b;

  --text: #e6e6e6;
  --muted: #8b949e;

  --cyan: #00bfbf;
  --magenta: #d100d1;

  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  --line: 1px;
  --r: 2px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
}
