@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-fw {
  width: 1.25em;
  text-align: center;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-adjust:before { content: "\f042"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-archive:before,
.fa-box-archive:before { content: "\f187"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-bars:before { content: "\f0c9"; }
.fa-book-open:before { content: "\f518"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-circle-user:before { content: "\f2bd"; }
.fa-clock:before { content: "\f017"; }
.fa-cog:before { content: "\f013"; }
.fa-comments:before { content: "\f086"; }
.fa-down-left-and-up-right-to-center:before { content: "\f422"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-facebook:before { content: "\f09a"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-github:before { content: "\f09b"; }
.fa-heart:before { content: "\f004"; }
.fa-history:before { content: "\f1da"; }
.fa-home:before { content: "\f015"; }
.fa-inbox:before { content: "\f01c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-language:before { content: "\f1ab"; }
.fa-link:before { content: "\f0c1"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-list:before { content: "\f03a"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-music:before { content: "\f001"; }
.fa-paste:before { content: "\f0ea"; }
.fa-rss:before { content: "\f09e"; }
.fa-search:before { content: "\f002"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-spinner:before { content: "\f110"; }
.fa-square-arrow-up-right:before { content: "\f14c"; }
.fa-stream:before { content: "\f550"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-th-large:before { content: "\f009"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-times:before { content: "\f00d"; }
.fa-tools:before { content: "\f7d9"; }
.fa-twitter:before { content: "\f099"; }
.fa-up-right-and-down-left-from-center:before { content: "\f424"; }
.fa-user:before { content: "\f007"; }
.fa-video:before { content: "\f03d"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-youtube:before { content: "\f167"; }
