@font-face {
  font-family: 'Font-Awesome-5-Free';
  src:  url('../fonts/Font-Awesome-5-Free.eot?or6g61');
  src:  url('../fonts/Font-Awesome-5-Free.eot?or6g61#iefix') format('embedded-opentype'),
    url('../fonts/Font-Awesome-5-Free.ttf?or6g61') format('truetype'),
    url('../fonts/Font-Awesome-5-Free.woff?or6g61') format('woff'),
    url('../fonts/Font-Awesome-5-Free.svg?or6g61#Font-Awesome-5-Free') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

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

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  line-height: 1;
}

.fab {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Font-Awesome-5-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
  content: "\f00d";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-in:before {
  content: "\f08c";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-x-twitter:before {
  content: "\e61b"
}