/* Font Awesome local subset (apenas ícones usados no site) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("../assets/webfonts/fa-solid-900.woff2") format("woff2");
}

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

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

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

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

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

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

.fa-arrow-up-right-from-square:before {
  content: "\f08e";
}

.fa-award:before {
  content: "\f559";
}

.fa-book:before {
  content: "\f02d";
}

.fa-cart-shopping:before {
  content: "\f07a";
}

.fa-check:before {
  content: "\f00c";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-circle-check:before {
  content: "\f058";
}

.fa-circle-exclamation:before {
  content: "\f06a";
}

.fa-clock:before {
  content: "\f017";
}

.fa-comments:before {
  content: "\f086";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-crown:before {
  content: "\f521";
}

.fa-discord:before {
  content: "\f392";
}

.fa-download:before {
  content: "\f019";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-gift:before {
  content: "\f06b";
}

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

.fa-magnifying-glass:before {
  content: "\f002";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-server:before {
  content: "\f233";
}

.fa-shield-halved:before {
  content: "\f3ed";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-triangle-exclamation:before {
  content: "\f071";
}

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

.fa-x-twitter:before {
  content: "\e61b";
}

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