/* Base styles to avoid missing stylesheet 404s and ensure stable layout. */
:root {
  color-scheme: light;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #f8f9fa;
}

body {
  font-family: "Inter", sans-serif;
}

#root {
  min-height: 100vh;
}
