:root {
  --bg: #000000;
  --text: #e6e6e6;
  --muted: #aaaaaa;
  --border: #222222;
  --panel: #0d0d0d;
  --link: #7ec8ff;
  --accent: #ffffff;
  --accentText: #000000;
  --maxWidth: 960px;
  --fontBody: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --fontHeadings: inherit;
  --fontMono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --baseFontSize: 16px;
  --logoHeight: 144px;
}

