html {
  min-height: var(--ase-pre-min-h);
  min-width: var(--ase-pre-min-w);
  height: 100%;
}

body {
  min-height: var(--ase-pre-min-h);
  min-width: var(--ase-pre-min-w);
  height: 100%;
  margin: 0;
  overflow: auto;
}

#root {
  min-height: var(--ase-pre-min-h);
  min-width: var(--ase-pre-min-w);
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: max(100vw, var(--ase-pre-min-w));
  height: max(100vh, var(--ase-pre-min-h));
  background: var(--ase-pre-bg);
  display: flex;
  flex-direction: column;
  font-family: 'Fira Code', monospace;
  font-feature-settings: 'liga' 1, 'calt' 1;
  color: var(--ase-pre-text);
  z-index: 9999;
  overflow: auto;
}
