html,
body,
#root {
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.92);
}

html[data-theme='light'],
body[data-theme='light'] {
  background: #fffdf0;
  color: rgba(15, 23, 42, 0.92);
}
