* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #f1f5f9;
  color: #1e293b;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
