.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #f7f7f7;
}

html[data-theme='dark'] .splash-screen {
  background: #132634;
}
