@font-face {
  font-family: "LJ Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "LJ Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype");
}

.fa,
.fas,
.fa-solid {
  font-family: "LJ Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
}

.fab,
.fa-brands {
  font-family: "LJ Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
}

.fa::before,
.fas::before,
.fa-solid::before,
.fab::before,
.fa-brands::before {
  display: inline-block;
}

.fa-trophy::before {
  content: "\f091";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-youtube::before {
  content: "\f167";
}
