:root {
  --bg-main: #0b0b0d;
  --bg-panel: #121216;
  --bg-hover: #1a1a20;

  --outline: #2a2a33;

  --text-main: #e6e6eb;
  --text-muted: #9a9aa3;
  --text-accent: #b8b8ff;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
}

#app {
  display: flex;
  height: 100vh;
}
