* {
  box-sizing: border-box;
}

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

body {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  background: #f6fbff;
}

.landing-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1646px) {
  .landing-image {
    width: 1646px;
  }

  .site-shell {
    background: linear-gradient(90deg, #f6fbff 0%, #ffffff 50%, #f6fbff 100%);
  }
}
