/* Meadow Office Inc. — polish */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap');

body {
  font-family: 'Crimson Pro', Georgia, serif;
}

.launch-panel-bg {
  background-image: url('../images/qibe-zef-puvu98.jpeg');
  background-size: cover;
  background-position: center;
}

.cookie-banner {
  display: none;
}

/* Hide scrollbar on snap-scroll card decks (keeps scrolling, removes double bar) */
.deck,
.legalDeck,
.privacyDeck .deck,
.servicesDeck,
.equipmentDeck,
.contactDeck {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.deck::-webkit-scrollbar,
.legalDeck::-webkit-scrollbar,
.privacyDeck .deck::-webkit-scrollbar,
.servicesDeck::-webkit-scrollbar,
.equipmentDeck::-webkit-scrollbar,
.contactDeck::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
