/* Font Awesome 6 Custom Icons - Only used icons */
/* Icons: fire, cloud, sun, heartbeat, check-circle, phone, phone-alt, envelope, 
   map-marker-alt, ruler-combined, tools, cogs, tree, lightbulb, handshake, 
   chevron-left, chevron-right, chevron-down, drafting-compass, hammer, 
   check-double, shield-alt, truck, facebook-f */

.fas::before,
.fab::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

.fas::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Solid Icons */
.fa-fire::before { content: "\f06d"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-sun::before { content: "\f185"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-check-circle::before { content: "\f05d"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-ruler-combined::before { content: "\f564"; }
.fa-tools::before { content: "\f7d9"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-tree::before { content: "\f1bb"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-drafting-compass::before { content: "\f568"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-check-double::before { content: "\f560"; }
.fa-shield::before { content: "\f132"; }
.fa-truck::before { content: "\f0d1"; }

/* Brand Icons */
.fa-facebook-f::before { content: "\f39e"; }
