* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #eef4f1;
  color: #17211f;
}

body {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

geometry-construction {
  display: block;
  width: 100%;
  height: 100dvh;
  min-height: 0;
}
