html,
body,
#root {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #f3f1eb;
}

body {
  min-height: 100vh;
}

html[data-theme="dark"],
html[data-theme="dark"] body,
html[data-theme="dark"] #root {
  background: #121915;
}
