/* Global baseline styles to match the Tailwind-driven design */
:root {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #09090b;
  color: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #09090b;
  color: #fafafa;
}

#root {
  min-height: 100vh;
}
