@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  font-family: 'Familjen Grotesk', sans-serif;
}

.no-scroll {
  overflow: hidden;
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1010;
}

#preloader img {
  transform: scaleX(-1);
}

.whatsappButton-desktop {
  display: none;
}

.whatsappButton-mobile {
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1001;
}

.whatsappButton-mobile img {
  height: 3rem;
  width: 3rem;
}

@media (min-width: 75rem) {
  .whatsappButton-desktop {
    display: flex;
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 1001;
  }

  .whatsappButton-mobile {
    display: none;
  }

  .whatsappButton-desktop img {
    height: 4.375rem;
    width: 19.4375rem;
  }
}
