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

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fa-brands-400.woff2) format("woff2");
}

/* Minimalne style FA */
.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas:before { content: var(--fa) }
.fab:before { content: var(--fa) }

/* Ikony używane w projekcie */
.fa-bars{--fa:"\f0c9"}
.fa-tree{--fa:"\f1bb"}
.fa-crown{--fa:"\f521"}
.fa-seedling{--fa:"\f4d8"}
.fa-chevron-left{--fa:"\f053"}
.fa-chevron-right{--fa:"\f054"}
.fa-map-marker-alt{--fa:"\f3c5"}
.fa-phone{--fa:"\f095"}
.fa-envelope{--fa:"\f0e0"}
.fa-clock{--fa:"\f017"}

/* Brands */
.fa-facebook-f{--fa:"\f39e"}
.fa-instagram{--fa:"\f16d"}
.fa-pinterest{--fa:"\f0d2"}
.fa-youtube{--fa:"\f167"}