/* Global styles that will be inlined for better performance */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
}

#app {
  /* Removed min-height to allow natural content flow */
}
