/* Change appearance here. Layout lives in style.css; processing lives in renderer.js. */
:root {
  color-scheme: dark;
  --font: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  --background: #181a1b;
  --surface: #202324;
  --text: #efefef;
  --muted: #b4b8ba;
  --border: #565b5e;
  --button: #303436;
  --selected: #e9ecee;
  --selected-text: #1a1c1d;
  --focus: #aacbff;
  --radius: 4px;
  --space: 1rem;
  --content-width: 1180px;
}
