/* Base styles */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Inter', sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
}
#root {
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}