body {
  font-family: Helvetica Neue;
}

html {
  font-family: Helvetica Neue;
  font-size: .875rem;
}

@media (width >= 544px) {
  html {
    font-size: 1rem;
  }
}

@media (width >= 769px) {
  html {
    font-size: 1.125rem;
  }
}

h1 {
  font-family: Helvetica Neue;
  font-size: 4rem;
  font-weight: 900;
}

h2 {
  font-family: Helvetica Neue;
  font-size: 3rem;
  font-weight: 900;
}

h3 {
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 1.67rem;
  font-weight: 900;
}

h4 {
  font-family: Helvetica Neue;
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  font-family: Helvetica Neue;
  font-weight: 600;
}

.storepage {
  width: 100%;
}


/*# sourceMappingURL=storePage.css.map*/