@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2') format('woff2');
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.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,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

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

/* Icon classes used in the project */
.fa-chevron-down::before { content: "\f078"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-circle-check::before { content: "\f058"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-building::before { content: "\f1ad"; }
.fa-ruler-combined::before { content: "\f545"; }
.fa-bridge::before { content: "\e4c8"; }
.fa-warehouse::before { content: "\f494"; }
.fa-clipboard::before { content: "\f328"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-phone::before { content: "\f095"; }
.fa-clock::before { content: "\f017"; }
.fa-users-gear::before { content: "\f509"; }
.fa-leaf::before { content: "\f06c"; }
.fa-bullseye::before { content: "\f140"; }
.fa-eye::before { content: "\f06e"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-headset::before { content: "\f590"; }
.fa-gears::before { content: "\f085"; }
.fa-award::before { content: "\f559"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-users::before { content: "\f0c0"; }
.fa-hard-hat::before { content: "\f807"; }
.fa-check-circle::before { content: "\f058"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-chart-line::before { content: "\f201"; }
.fa-drafting-compass::before { content: "\f568"; }
.fa-road::before { content: "\f018"; }
.fa-industry::before { content: "\f275"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
