/* Font Awesome 6 Free – Blog-Subset (Solid), lokal gehostet */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}

.fa-solid,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.fa-magnifying-glass::before { content: "\f002"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle-question::before { content: "\f059"; }
.fa-list::before { content: "\f03a"; }
.fa-user::before { content: "\f007"; }
.fa-tag::before { content: "\f02b"; }
