body {
  font-family: "Avenir";
  overflow-x: hidden;
  margin: 0 auto;
  box-sizing: border-box; }

html {
  font-size: 1rem;
  font-family: "Avenir"; }

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

@media (min-width: 769px) {
  html {
    font-size: 1rem; } }

h1 {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Avenir"; }

h2 {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Avenir"; }

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

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Avenir"; }

h5 {
  font-weight: 600;
  font-family: "Avenir"; }

.storepage {
  width: 100%; }

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