html,
body {
  background: var(--color-onyx-black-900) !important;
}

.app-loading {
  font-family: var(--typography-family-secondary, 'Source Sans 3');
  position: relative;
  display: flex;
  top: 10em;
}
.app-loading p {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
}

.app-loading .lds-pacman {
  position: relative;
  margin: auto;
  width: 700px !important;
  height: 300px !important;
}
