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

#preload {
  display: none;
}

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


/* Garm branding: replace MinIO/mds logo with Garm monogram */
.logoContainer svg { display: none !important; }
.logoContainer {
  background: url("/garm-logo.svg") left center / contain no-repeat;
  min-width: 150px;
  height: 44px !important;
}

/* Garm Core font */
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
