/*!
 * Font Awesome Free 6.5.0 – minimaler Subset für BH Event
 * Nur verwendete Icons: phone, envelope, map-marker-alt, chevron-left, chevron-right
 */

:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

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

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

.fa-phone:before          { content: "\f095"; }
.fa-envelope:before       { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-chevron-left:before   { content: "\f053"; }
.fa-chevron-right:before  { content: "\f054"; }
