/*
 * Font Awesome 6 Free — Pro-Lease Subset
 * Self-hosted: only the icons offered in the Customizer are included.
 * Full FA6 Free license: https://fontawesome.com/license/free
 */

/* ── @font-face declarations ── */
@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');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa/fa-brands-400.woff2') format('woff2');
}

/* ── Base classes ── */
.fa, .fas, .far, .fab,
.fa-solid, .fa-regular, .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;
}
.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.far, .fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* ── Icon definitions — trucking / business subset ── */
/* Trucks & Transport */
.fa-truck::before              { content: "\f0d1"; }
.fa-truck-fast::before         { content: "\f48b"; }
.fa-route::before              { content: "\f4d7"; }
.fa-road::before               { content: "\f018"; }
.fa-gas-pump::before           { content: "\f52f"; }
.fa-warehouse::before          { content: "\f494"; }
.fa-car::before                { content: "\f1b9"; }

/* People & Service */
.fa-handshake::before          { content: "\f2b5"; }
.fa-headset::before            { content: "\f590"; }
.fa-user::before               { content: "\f007"; }
.fa-people-group::before       { content: "\e533"; }
.fa-id-card::before            { content: "\f2c2"; }
.fa-thumbs-up::before          { content: "\f164"; }

/* Achievement & Quality */
.fa-star::before               { content: "\f005"; }
.fa-award::before              { content: "\f559"; }
.fa-medal::before              { content: "\f5a2"; }
.fa-shield::before             { content: "\f132"; }
.fa-check-circle::before       { content: "\f058"; }
.fa-bolt::before               { content: "\f0e7"; }
.fa-fire::before               { content: "\f06d"; }
.fa-flag::before               { content: "\f024"; }

/* Business & Finance */
.fa-building::before           { content: "\f1ad"; }
.fa-money-bill::before         { content: "\f0d6"; }
.fa-tag::before                { content: "\f02b"; }
.fa-key::before                { content: "\f084"; }
.fa-wrench::before             { content: "\f0ad"; }
.fa-tools::before              { content: "\f7d9"; }
.fa-gear::before               { content: "\f013"; }

/* Contact & Location */
.fa-phone::before              { content: "\f095"; }
.fa-envelope::before           { content: "\f0e0"; }
.fa-map-marker::before         { content: "\f041"; }
.fa-map-pin::before            { content: "\f276"; }
.fa-home::before               { content: "\f015"; }

/* Media & UI */
.fa-camera::before             { content: "\f030"; }
.fa-image::before              { content: "\f03e"; }
.fa-clock::before              { content: "\f017"; }
