/* Font Awesome hard fix for local/WAMP
   Forces local webfonts and direct unicode content for the icons used by the project. */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../vendor/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
       url("../vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
.fa, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands,
[class^="fa-"], [class*=" fa-"] {
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}
.fa-bars::before { content: "\f0c9" !important; }
.fa-xmark::before { content: "\f00d" !important; }
.fa-arrow-up-from-bracket::before { content: "\f093" !important; }
.fa-whatsapp::before { content: "\f232" !important; }
.fa-instagram::before { content: "\f16d" !important; }
.fa-facebook-f::before { content: "\f39e" !important; }

/* Backoffice/AdminLTE sidebar icon fallback mappings */
.fa-gauge-high::before, .fa-tachometer-alt::before { content: "\f625" !important; }
.fa-hand-sparkles::before { content: "\f58d" !important; }
.fa-shapes::before { content: "\f61f" !important; }
.fa-layer-group::before { content: "\f5fd" !important; }
.fa-children::before { content: "\f51b" !important; }
.fa-image::before { content: "\f03e" !important; }
.fa-address-book::before { content: "\f2b9" !important; }
.fa-circle-info::before, .fa-info-circle::before { content: "\f05a" !important; }
.fa-user-shield::before { content: "\f505" !important; }
.fa-arrow-up-right-from-square::before, .fa-external-link-alt::before { content: "\f35d" !important; }
.fa-right-from-bracket::before, .fa-sign-out-alt::before { content: "\f2f5" !important; }
.fa-user::before { content: "\f007" !important; }
