html {
  background-color: #000000 !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #000000 !important;
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#root {
  background-color: #000000;
}

.App {
  background-color: #000000;
}

html[data-route-surface="light"],
html[data-route-surface="light"] body,
html[data-route-surface="light"] #root,
html[data-route-surface="light"] .App {
  background-color: #ffffff !important;
}
