html,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", system-ui, sans-serif;
}
html[data-desktop].light {
  background: rgba(255, 255, 255, 0.6);
  color: #202020;
}
html[data-desktop].dark {
  background: rgba(17, 17, 19, 0.4);
  color: #eee;
}
#root:not(:has(*)) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}
