html,
body {
  margin: 0;
  min-height: 100%;
  background: #ede7dd;
}

body.ssr-loading {
  overflow: hidden;
}

body.ssr-loading::before {
  content: "SUGMAISON";
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: #1f1c18;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

#root[data-server-rendered="true"] {
  visibility: hidden;
}