/* Minimal Font Awesome CSS - Only Used Icons */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-display: optional;
  font-variant: normal;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
  font-display: fallback;
  font-variant: normal;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.woff2") format("woff2");
  font-display: fallback;
  font-variant: normal;
}

.fa,
.fas {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

/* Only include the specific icons that are used */
.fa-location-dot:before { content: "\f3c5"; }
.fa-envelope-open-text:before { content: "\f658"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-down:before { content: "\f107"; }
.fa-flag-swallowtail:before { content: "\f74c"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-sack-dollar:before { content: "\f81d"; }
.fa-times:before { content: "\f00d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-check-circle:before { content: "\f058"; }
.fa-star:before { content: "\f005"; }