@font-face {
  src: url(un_data/assets/fonts/Roboto-Bold.ttf);
  font-family: roboto;
}
@font-face {
  src: url(un_data/assets/fonts/unGrid.otf);
  font-family: ungrid;
}
html {
  font-size: 0.7vw;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

body {
  background-color: #c9c9c9;
  color: #141414;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "roboto", Helvetica, sans-serif;
  text-align: center;
}

.logo {
  display: block;
  padding-top: 26vh;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  opacity: 100%;
  padding-bottom: 5vh;
}

h2 {
  font-family: "roboto", Helvetica, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  margin: 0;
}

.ungrid {
  font-family: "ungrid", "roboto", Helvetica, sans-serif;
}

a {
  z-index: 99;
  text-decoration: none;
  color: #c9c9c9;
}

a:hover {
  color: #BBBBBB;
}

.overlay {
  mix-blend-mode: difference;
  position: fixed;
  height: 100vh;
  width: 90vw;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 53rem;
  color: #c9c9c9;
}

nav {
  mix-blend-mode: difference;
  position: fixed;
  width: 90vw;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 53rem;
  display: flex;
  justify-content: space-between;
  bottom: 4rem;
}

.container {
  display: flex;
  height: 100vh;
  scroll-snap-align: start;
  width: auto;
  max-width: 100vw;
  overflow: hidden;
  padding-left: auto;
  justify-content: center;
}

video {
  height: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imprint {
  max-width: 40rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: auto;
  text-align: left;
}

@media (max-width: 900px) {
  html {
    font-size: 1.5vw;
  }
}/*# sourceMappingURL=un_style.css.map */