@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

.fa, .fas, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-bars:before { content: "\f0c9"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-universal-access:before { content: "\f29a"; }
.fa-adjust:before { content: "\f042"; }
.fa-th:before { content: "\f00a"; }
.fa-user:before { content: "\f007"; }
.fa-microphone:before { content: "\f130"; }
.fa-search:before { content: "\f002"; }
.fa-home:before { content: "\f015"; }
.fa-print:before { content: "\f02f"; }
.fa-link:before { content: "\f0c1"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-info:before { content: "\f129"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-user-shield:before { content: "\f505"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-copy:before { content: "\f0c5"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-circle:before { content: "\f06a"; }
