html, body {
  margin: 0;
  padding: 0;
  background: #0b0d12;
  color: #e8ecf3;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
#crew-root {
  min-height: 100vh;
}
