@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../vendor/font-awesome-pro/fonts/fa-solid-900.woff2) format("woff2");
}

.fa,
.fas,
.far,
.fal,
.fab,
[class*="fa-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
  letter-spacing: normal !important;
}

.fa::before,
.fas::before,
.far::before,
.fal::before,
.fab::before,
[class*="fa-"]::before {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
}

.fa-envelope:before { content: "\f0e0"; }
.fa-gem:before { content: "\f3a5"; }
.fa-globe:before { content: "\f0ac"; }
.fa-fire:before { content: "\f06d"; }
