:root {
  --bg-main: #071322;
  --bg-panel: #0f1f35;
  --bg-card: #152743;
  --accent: #3b82f6;
  --accent-soft: #1d4ed8;
  --text-main: #ffffff;
  --text-muted: #cbd5f5;
  --border-soft: #1f2937;
}

body.theme-dark {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
}

a {
  color: var(--accent);
}

button {
  font-family: inherit;
}
