/*!
 * Font Awesome 6 Free (Subset) — VV Transport
 * Enthält nur die tatsächlich genutzten Icons (23 solid + 2 brands).
 * Fonts regenerieren: frontend/scripts/build-fa-subset.sh
 * Neues Icon: unten `.fa-<name>:before{content:"\f..."}` ergänzen UND das Icon
 * im Build-Skript zur Unicode-Liste hinzufügen, dann Subset neu bauen.
 * Original: Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com (SIL OFL 1.1 / MIT)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/fa/webfonts/fa-solid-900-subset.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/fa/webfonts/fa-brands-400-subset.woff2) format("woff2");
}

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

/* Solid */
.fa-arrow-right:before { content: "\f061"; }
.fa-bars:before { content: "\f0c9"; }
.fa-boxes-packing:before { content: "\e4c7"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle-check:before { content: "\f058"; }
.fa-clock:before { content: "\f017"; }
.fa-dolly:before { content: "\f472"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-hand-holding-dollar:before { content: "\f4c0"; }
.fa-house:before { content: "\f015"; }
.fa-house-chimney:before { content: "\e3af"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-route:before { content: "\f4d7"; }
.fa-stairs:before { content: "\e289"; }
.fa-star:before { content: "\f005"; }
.fa-truck-fast:before { content: "\f48b"; }
.fa-truck-ramp-box:before { content: "\f4de"; }
.fa-xmark:before { content: "\f00d"; }
.fa-shield-halved:before { content: "\f3ed"; }

/* Brands */
.fa-google:before { content: "\f1a0"; }
.fa-whatsapp:before { content: "\f232"; }
