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

body {
  margin: 0;
  background-color: #fcfcfc;
  color: #0f172a;
}

html.light,
html.light body {
  background-color: #fcfcfc;
  color: #0f172a;
}

html.dark,
html.dark body {
  background-color: #0e0f13;
  color: #f8fafc;
}
