:root {
  --bg: #0d1117;
  --card: #0f141b;
  --muted: #9aa4b2;
}
html,
body {
  background: var(--bg);
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #e5e7eb;
}

.serif {
  font-family: "EB Garamond", Georgia, serif;
}
