@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Playfair+Display&display=swap");
body {
  min-height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgb(22, 22, 22);
  font-family: "Montserrat", sans-serif;
  color: rgb(247, 247, 247);
  line-height: 1.2;
  background-image: url("/assets/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .video-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  min-width: 100%;
  display: flex;
  justify-content: center;
}
body .video-wrapper #video-bg {
  height: 100%;
  min-width: 100vw;
  object-fit: cover;
}
body .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 50vh;
}
body .wrapper header {
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body .wrapper header {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  body .wrapper header {
    font-size: 26px;
  }
}
@media (min-width: 1536px) {
  body .wrapper header {
    font-size: 29px;
  }
}
body .wrapper header span {
  font-size: 130%;
  font-weight: 600;
}
body .wrapper main {
  font-size: 40px;
  white-space: pre-line;
  font-weight: 400;
  font-family: "Playfair Display", Georgia, serif;
}
@media (min-width: 768px) {
  body .wrapper main {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  body .wrapper main {
    font-size: 62px;
  }
}
@media (min-width: 1536px) {
  body .wrapper main {
    font-size: 64px;
  }
}

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