/* Font Awesome 6.4.0 - Lokal gehostet */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fontawesome.woff2") format("woff2");
}

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

.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fas, .fab, .fa-solid, .fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Font Awesome Icons */
.fa-bolt::before { content: "\f0e7"; }
.fa-wind::before { content: "\f72e"; }
.fa-leaf::before { content: "\f06c"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-home::before { content: "\f015"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-check-circle::before { content: "\f058"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-comments::before { content: "\f086"; }
.fa-medal::before { content: "\f5a2"; }
.fa-tools::before { content: "\f7d9"; }
.fa-building::before { content: "\f1ad"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-star::before { content: "\f005"; }