html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
}

:root {
  --primary-color: #1d3443;
  --primary-background: #f9fbff;
  --primary-foreground: #142b3a;
}


@media (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
