@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fa-home:before {
  content: "\f015";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-user:before {
  content: "\f007";
}

.fa-cog:before {
  content: "\f013";
}

.fa-search:before {
  content: "\f002";
}

.fa-star:before {
  content: "\f005";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-font:before {
  content: "\f031";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-clock:before {
  content: "\f017";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-pen:before {
  content: "\f304";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-chevron-right:before {
  content: "\f054";
} 