html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fafafa;
}

html.darkMode,
html.darkMode body,
html.darkMode .app-loading {
  background-color: #303030;
}

.app-loading {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  z-index: 9999;
}

.app-loading-logo {
  width: 600px;
  height: auto;
}
