/* Font Awesome 6.4.0 - Free Version */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("data:font/woff2;base64,d09GMgABAAAAAA7sAAsAAAAAGFwAA...") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("data:font/woff2;base64,d09GMgABAAAAAA7sAAsAAAAAGFwAA...") format("woff2");
}

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

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Icon Unicode Values */
.fa-home::before { content: "\f015"; }
.fa-user::before { content: "\f007"; }
.fa-search::before { content: "\f002"; }
.fa-monument::before { content: "\f5a6"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-university::before { content: "\f19c"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-user-shield::before { content: "\f505"; }
.fa-headset::before { content: "\f590"; }
.fa-file-contract::before { content: "\f56c"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-lock::before { content: "\f023"; }
.fa-plus::before { content: "\f067"; }
.fa-check::before { content: "\f00c"; }
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }
.fa-cog::before { content: "\f013"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-heart::before { content: "\f004"; }
.fa-comment::before { content: "\f075"; }
.fa-times::before { content: "\f00d"; }
.fa-test-tube::before { content: "\f0c3"; }
.fa-info-circle::before { content: "\f05a"; }

/* Social Media Icons */
.fa-share-alt::before { content: "\f1e0"; }
.fa-pray::before { content: "\f683"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-image::before { content: "\f03e"; }
.fa-copy::before { content: "\f0c5"; }

/* Brand Icons */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook::before { content: "\f39e"; }
.fa-x-twitter::before { content: "\f099"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-telegram::before { content: "\f2a6"; } 