*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  color: #10253d;
  background: #eef3f8;
  font-family: var(--font-sans, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif);
  line-height: 1.4;
}

html.map-layout,
body.map-layout {
  overflow: hidden;
  overscroll-behavior: none;
}
