/* Font Awesome 6 Free - Minimal subset (31 icons) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/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(../webfonts/fa-brands-400.woff2) format("woff2");
}

.fa-solid,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

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

/* Solid icons */
.fa-building-columns::before { content: "\f19c"; }
.fa-car::before { content: "\f1b9"; }
.fa-car-battery::before { content: "\f5df"; }
.fa-car-burst::before { content: "\f5e1"; }
.fa-car-side::before { content: "\f5e4"; }
.fa-circle-dot::before { content: "\f192"; }
.fa-clock::before { content: "\f017"; }
.fa-dolly::before { content: "\f472"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-key::before { content: "\f084"; }
.fa-kit-medical::before { content: "\f479"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-lock-open::before { content: "\f3c1"; }
.fa-motorcycle::before { content: "\f21c"; }
.fa-mountain-sun::before { content: "\e52f"; }
.fa-recycle::before { content: "\f1b8"; }
.fa-road::before { content: "\f018"; }
.fa-star::before { content: "\f005"; }
.fa-tractor::before { content: "\f722"; }
.fa-trailer::before { content: "\e041"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-truck-medical::before { content: "\f0f9"; }
.fa-truck-moving::before { content: "\f4df"; }
.fa-truck-pickup::before { content: "\f63c"; }
.fa-truck-ramp-box::before { content: "\f4de"; }

/* Brand icons */
.fa-facebook-f::before { content: "\f39e"; }
.fa-google::before { content: "\f1a0"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-x-twitter::before { content: "\e61b"; }
