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

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