* {
  box-sizing: border-box;
}

:root {
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  :root {
    font-size: 9px;
  }
}

body {
  font-family: "Atlas Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
}
body.no-scroll,
body.open--newsletter-terms {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  font: inherit;
}
input::placeholder {
  color: inherit;
}
