/* Minimal FontAwesome CSS - Only used icons */

/* Solid */
@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.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Brands */
@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.4.0/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base mapping */
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Only the icons used in your site */
.fa-bars::before { content: "\f0c9"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-clock::before { content: "\f017"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hands::before { content: "\f4c2"; }
.fa-hands-helping::before { content: "\f4c4"; }
.fa-heart::before { content: "\f004"; }
.fa-history::before { content: "\f1da"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-mountain::before { content: "\f6fc"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-star::before { content: "\f005"; }
.fa-ticket-alt::before { content: "\f3ff"; }
.fa-times::before { content: "\f00d"; }
.fa-user-tie::before { content: "\f508"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-walking::before { content: "\f554"; }

/* Brand icons */
.fa-facebook-f::before { content: "\f39e"; }
.fa-yelp::before { content: "\f1e9"; }
.fa-youtube::before { content: "\f167"; }
