*,
html,
body {
  font-family: var(--ff-default);
}

#outer-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: var(--max-application-width);
}

#wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: var(--max-application-width);
  height: 100vh;
  overflow: hidden;
  background-color: var(--clr-bright);
}/*# sourceMappingURL=general-styles.css.map */