/* Font Awesome 6.4.0 - Local Version */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fas, .far, .fal, .fad {
  font-family: "Font Awesome 6 Free", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 6 Brands", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Social Media Icons */
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-messenger::before { content: "\f39f"; }

/* General Icons */
.fa-phone::before { content: "\f095"; }
.fa-clock::before { content: "\f017"; }
.fa-magic::before { content: "\f0d0"; }
.fa-home::before { content: "\f015"; }
.fa-cogs::before { content: "\f085"; }
.fa-user::before { content: "\f007"; }
.fa-star::before { content: "\f005"; }
.fa-question-circle::before { content: "\f059"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-heart::before { content: "\f004"; }
.fa-ring::before { content: "\f0d0"; }
.fa-eye::before { content: "\f06e"; }
.fa-gem::before { content: "\f3a5"; }
.fa-images::before { content: "\f302"; }
.fa-cc-visa::before { content: "\f1f0"; }
.fa-cc-mastercard::before { content: "\f1f1"; }
.fa-paypal::before { content: "\f1f4"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-search::before { content: "\f002"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-close::before { content: "\f00d"; }
.fa-menu::before { content: "\f0c9"; }
.fa-hamburger::before { content: "\f0c9"; }
