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

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

.fa,
.fas,
.fa-solid,
.fab,
.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;
}

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

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

.fa-balance-scale:before,
.fa-scale-balanced:before { content: "\f24e"; }
.fa-bars:before,
.fa-navicon:before { content: "\f0c9"; }
.fa-basketball:before,
.fa-basketball-ball:before { content: "\f434"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-bullseye:before { content: "\f140"; }
.fa-calendar-alt:before,
.fa-calendar-days:before { content: "\f073"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-clock:before { content: "\f017"; }
.fa-cog:before { content: "\f013"; }
.fa-coins:before { content: "\f51e"; }
.fa-compass:before { content: "\f14e"; }
.fa-crown:before { content: "\f521"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-open-text:before { content: "\f658"; }
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before { content: "\f071"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-flag:before { content: "\f024"; }
.fa-futbol:before,
.fa-futbol-ball:before,
.fa-soccer-ball:before { content: "\f1e3"; }
.fa-home:before { content: "\f015"; }
.fa-list-numeric:before,
.fa-list-ol:before { content: "\f0cb"; }
.fa-moon:before { content: "\f186"; }
.fa-reddit-alien:before { content: "\f281"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-sun:before { content: "\f185"; }
.fa-table:before { content: "\f0ce"; }
.fa-tachometer-alt:before { content: "\f625"; }
.fa-telegram-plane:before,
.fa-telegram:before { content: "\f2c6"; }
.fa-times:before,
.fa-close:before,
.fa-remove:before,
.fa-xmark:before { content: "\f00d"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-trophy:before { content: "\f091"; }
.fa-user:before { content: "\f007"; }
.fa-user-plus:before { content: "\f234"; }
.fa-wave-square:before { content: "\f83e"; }
.fa-youtube:before { content: "\f167"; }
