/* FontAwesome 7 Custom Subset - Only Icons We Use */

/* Font Face Declarations */
@font-face {
  font-family: 'Font Awesome 7 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2');
}

/* Base Classes */
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .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 7 Free';
  font-weight: 900;
}

.fa-regular, .far {
  font-family: 'Font Awesome 7 Free';
  font-weight: 400;
}

.fa-brands, .fab {
  font-family: 'Font Awesome 7 Brands';
  font-weight: 400;
}

/* Icon Definitions - ONLY YOUR ICONS */

/* Brands */
.fa-square-facebook::before { content: "\f082"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-square-instagram::before { content: "\e055"; }
.fa-square-x-twitter::before { content: "\e61a"; }
.fa-whatsapp::before { content: "\f232"; }

/* Solid Icons */
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-gauge::before { content: "\f625"; }
.fa-star::before { content: "\f005"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-car::before { content: "\f1b9"; }
.fa-camera::before { content: "\f030"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-circle-check::before { content: "\f058"; }
.fa-message::before { content: "\f27a"; }
.fa-ruler-combined::before { content: "\f546"; }
.fa-tags::before { content: "\f02c"; }
.fa-ship::before { content: "\f21a"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-arrow-rotate-left::before { content: "\f0e2"; }
.fa-th::before { content: "\f00a"; }
.fa-align-justify::before { content: "\f039"; }
.fa-angles-left::before { content: "\f100"; }
.fa-angles-right::before { content: "\f101"; }

/* Regular Icons */
.fa-regular.fa-calendar-days::before { content: "\f073"; }
.fa-regular.fa-images::before { content: "\f302"; }
.fa-regular.fa-envelope::before { content: "\f0e0"; }
.fa-regular.fa-circle-dot::before { content: "\f192"; }