/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

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

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

@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");
}

.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 {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.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;
}

/* Icon styles */
.fa-share-alt:before { content: "\f1e0"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-cube:before { content: "\f1b2"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-play-circle:before { content: "\f144"; }
.fa-book:before { content: "\f02d"; }
.fa-file-download:before { content: "\f56d"; }
.fa-camera:before { content: "\f030"; }
.fa-star:before { content: "\f005"; }
.fa-cable:before { content: "\f8a4"; }
.fa-microchip:before { content: "\f2db"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-box:before { content: "\f466"; }
.fa-telescope:before { content: "\f6e8"; }
.fa-users:before { content: "\f0c0"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-link:before { content: "\f0c1"; }
.fa-globe:before { content: "\f0ac"; }
.fa-heart:before { content: "\f004"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-info-circle:before { content: "\f05a"; }

/* Brand icons */
.fab.fa-youtube:before { content: "\f167"; }
.fab.fa-discord:before { content: "\f392"; }
.fab.fa-tiktok:before { content: "\e07b"; }
.fab.fa-facebook:before { content: "\f09a"; }
