@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/fonts/fa-solid-subset.woff2') format('woff2');
}
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
}
.fa-cogs::before { content: "\f085"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-brain::before { content: "\f5dc"; }
.fa-chart-line::before { content: "\f201"; }
.fa-search-dollar::before { content: "\f688"; }
.fa-magic::before { content: "\f0d0"; }
