.fa-facebook{--fa:"\f09a"}
.fa-instagram{--fa:"\f16d"}

/* Font loading */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fa-solid-900.woff2) format("woff2");
}

/* Brands font (lokalnie) - wymagany do .fab (Facebook, YouTube, Instagram, LinkedIn) */
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fa-brands-400.woff2) format("woff2");
}

/* Podstawowe style FA */
.fa,.fas,.fab {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fas:before, .fab:before { content: var(--fa) }

/* Ustawienie .fab na font brands (nadpisze domyślne) */
.fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

/* Tylko używane ikony */
.fa-utensils{--fa:"\f2e7"}
.fa-spa{--fa:"\f5bb"}
.fa-water{--fa:"\f773"}
.fa-mountain{--fa:"\f6fc"}
.fa-facebook-f{--fa:"\f39e"}
.fa-instagram{--fa:"\f16d"}
.fa-tripadvisor{--fa:"\f262"}
.fa-map-marker-alt{--fa:"\f3c5"}
.fa-envelope{--fa:"\f0e0"}
.fa-phone{--fa:"\f095"}
.fa-times{--fa:"\f00d"}
.fa-chevron-left{--fa:"\f053"}
.fa-chevron-right{--fa:"\f054"}
/* Dodatkowe ikony używane w mar-masz.html */
.fa-tools{--fa:"\f7d9"}
.fa-check-circle{--fa:"\f058"}
.fa-warehouse{--fa:"\f494"}
.fa-cogs{--fa:"\f085"}
.fa-headset{--fa:"\f590"}
.fa-truck{--fa:"\f0d1"}
.fa-building{--fa:"\f1ad"}
.fa-user{--fa:"\f007"}
.fa-map{--fa:"\f279"}
.fa-id-card{--fa:"\f2c2"}
.fa-map-marked-alt{--fa:"\f5a0"}
.fa-youtube{--fa:"\f167"}
.fa-linkedin-in{--fa:"\f0e1"}
.fa-flag{--fa:"\f024"}