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

.fa-solid,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.fa-gamepad::before { content: '\f11b'; }
.fa-plus::before { content: '\2b'; }
.fa-arrow-left::before { content: '\f060'; }
.fa-arrow-right::before { content: '\f061'; }
.fa-link::before { content: '\f0c1'; }
.fa-arrows-rotate::before { content: '\f021'; }
.fa-users::before { content: '\f0c0'; }
.fa-circle-check::before { content: '\f058'; }
.fa-bolt::before { content: '\f0e7'; }
.fa-play::before { content: '\f04b'; }
.fa-right-to-bracket::before { content: '\f2f6'; }
.fa-puzzle-piece::before { content: '\f12e'; }
.fa-sparkles::before { content: '\f890'; }
