/* 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");
}

/*
  If brand icons (Facebook/Instagram) are missing, add the brands WOFF2 file
  named `fa-brands-400.woff2` to this same folder (obtain from Font Awesome package).
  Then the .fab class below will use the brands font so brand glyphs render correctly.
*/
@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;
}
.fab {
  /* Brand icons are provided by the separate brands font */
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.fas:before, .fab:before { content: var(--fa) }

/* Tylko używane ikony */
.fa-bars{--fa:"\f0c9"}
.fa-tv{--fa:"\f26c"}
.fa-wifi{--fa:"\f1eb"}
.fa-snowflake{--fa:"\f2dc"}
.fa-mug-hot{--fa:"\f7b6"}
.fa-shower{--fa:"\f2cc"}
.fa-wind{--fa:"\f72e"}
.fa-spa{--fa:"\f5bb"}
.fa-tshirt{--fa:"\f553"}
.fa-search-plus{--fa:"\f00e"}
.fa-map-marker-alt{--fa:"\f3c5"}
.fa-phone{--fa:"\f095"}
.fa-envelope{--fa:"\f0e0"}
.fa-globe{--fa:"\f0ac"}
.fa-facebook-f{--fa:"\f39e"}
.fa-instagram{--fa:"\f16d"}