html {
  background: #0b0b0b;
  color: #f8fafc;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #0b0b0b;
  color: #f8fafc;
  font-family:
    "Noto Sans",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#root {
  min-height: 100vh;
  background: #0b0b0b;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}
