html,
body {
  height: 100%;
  margin: 0;
}

html {
  background: #f5f3f0;
}

body {
  background: inherit;
}

@media (prefers-color-scheme: dark) {
  html {
    background: #1a1614;
  }
}

[data-theme='dark'] {
  background: #1a1614;
}

#boot-splash {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: #8b7355;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}

[data-theme='dark'] #boot-splash {
  color: #e67e22;
}
