:root {
  --bg: #0f1419;
  --bg2: #172132;
  --bg3: #202d40;
  --border: #2d3748;
  --text: #e2e8f0;
  --muted: #a0aec0;
  --accent: #c9302c;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a { color: inherit; }
