@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  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: swap;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
}
.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* Icons used in index.html */
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-bars:before { content: "\f0c9"; }
.fa-xmark:before { content: "\f00d"; }
.fa-rocket:before { content: "\f135"; }
.fa-users:before { content: "\f0c0"; }
.fa-star:before { content: "\f005"; }
.fa-chart-line:before { content: "\f201"; }
.fa-brain:before { content: "\f5dc"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-flask:before { content: "\f0c3"; }
.fa-comments:before { content: "\f086"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-check:before { content: "\f00c"; }
