html {
  font-size: 62.5%;
  background-color: #efeeea;
  color: #1f1f1d;
  min-height: -webkit-fill-available;
}

body {
  font-family: 'neue-haas-grotesk-display', 'Gothic Medium BBB', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  background-color: #efeeea;
  background-image: url('../images/sprite_no_text.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 10em -190px;
}

main {
  position: relative;
}

main section.fv {
  height: 100vh;
}

main.top section.fv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: clip;
}

#teaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wrapper a {
  font-size: 2.75em;
  text-decoration: none;
}
