/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Fonts
------------------------------- */
/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Mixins
------------------------------- */
html {
  font-size: 12px;
}

body {
background: #ffffff;
font-family: "NeueMontreal-Regular", sans-serif;

}
.m-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 6rem auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .m-wrapper {
    margin: 4rem auto 0 !important;
  }
}
.m-wrapper.full {
  min-height: calc(100vh - 5rem);
  margin: 5rem auto 0;
}
@media (max-width: 480px) {
  .m-wrapper.full {
    height: auto;
    margin: 4rem auto 0;
  }
}

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