@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,
body {
  font-family: "Manrope", sans-serif;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  #smooth-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.preload * {
  transition: unset !important;
  animation: unset !important;
}

.pin-spacer {
  position: absolute !important;
}

.wp-contact {
  width: 9.0625rem;
  height: 9.0625rem;
  position: fixed;
  right: 1.44rem;
  bottom: 1.44rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-contact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
