body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
}

.site-wrapper {
  max-width: 1200px;
  margin: auto;
}

.site-content {
  padding: 20px;
}
