html {
  color-scheme: light dark;
  background-color: #f2f3f5;
}

html.dark {
  color-scheme: dark;
  background-color: #0d0d0f;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: inherit;
  color: #0d0d0f;
  font-family: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

html.dark body {
  color: #ececf0;
}

#root {
  min-height: 100vh;
}
