/* Font Awesome Local Version */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fontawesome/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/fontawesome/fa-brands-400.woff2') format('woff2');
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
}

/* Common icons used in the project */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-trash:before { content: "\f1f8"; }
.fa-edit:before { content: "\f044"; }
.fa-save:before { content: "\f0c7"; }
.fa-search:before { content: "\f002"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-facebook:before, .fa-facebook-f:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-snapchat:before { content: "\f2ac"; }
.fa-snapchat-ghost:before { content: "\f2ac"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-box:before { content: "\f466"; }
.fa-hdd:before { content: "\f0a0"; }
.fa-chart-line:before { content: "\f201"; }
.fa-clock:before { content: "\f017"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-spinner:before { content: "\f110"; }
.fa-spin:before { content: "\f110"; }
.fa-sync:before { content: "\f021"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-user-shield:before { content: "\f505"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-dice:before { content: "\f522"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-copy:before { content: "\f0c5"; }