html {
  box-sizing: border-box;
  width: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: var(--brand);
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;

  main {
    min-height: calc(100vh - 150px);

    strong {
      font-weight: 800;
    }
  }

  footer {
    .postal-code {
      margin-left: 0.25rem;
    }
  }
}

@font-face {
  font-family: "Avenir";
  src: url("/static/avenir.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
