html, body, #app {
  min-height: 100dvh;
  background: #070708;
  color: #cfcfd2;
  margin: 0;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
}
a {
  color: #8a8a8e;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
}
.bg-whisper,
button.bg-whisper,
a.bg-whisper {
  background: #cfcfd2;
  color: #070708;
}
.wallpaper-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  opacity: 0;
}
.wallpaper-slide.is-on {
  opacity: 1;
}
