body {
  margin: 0;
  padding: 0;
  background: #0B0F1A;
  color: #E2E8F0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

#root {
  min-height: 100vh;
}
