/* CSS Variables and theme tokens */
:root {
  --bg-primary: #1e1e1e;
  --bg-secondary: #252526;
  --bg-hover: #2a2d2e;
  --bg-selected: #094771;
  --text-primary: #cccccc;
  --text-secondary: #858585;
  --text-muted: #6e6e6e;
  --border-color: #3c3c3c;
  --accent-color: #0078d4;
  --icon-color: #858585;
  --icon-hover: #cccccc;
  --checkbox-border: #6e6e6e;
  --checkbox-checked: #0078d4;
  --indent-size: 16px;
  --row-height: 26px;
  --font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    sans-serif;
  --font-size: 13px;
}

/* Right panel width token */
:root {
  --right-panel-width: 320px;
}
