* {
  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;
}

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

input {
  font: inherit;
}

input::placeholder {
  color: inherit;
}
p {
  margin-bottom: 1rem;
}
@media print {
  body {
    width: 100%;
  }
  [class^="StagingFooter"] {
    opacity: 0;
  }
}
