body {
  margin: 0;
  background-color: #0a0a0a;
  color: #fafafa;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Override mds global section/fieldset borders for dark theme */
fieldset,
section {
  border: none !important;
}

#preload {
  display: none;
}

#loader-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #0a0a0a;
}
