/* Custom minimal Font Awesome icons - only the ones actually used */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2') format('woff2');
}

/* Base icon styles */
.fas, .far {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fas {
  font-weight: 900;
}

.far {
  font-weight: 400;
}

/* Only the icons actually used in the project */
.fa-cog::before { content: "\f013"; }
.fa-sun::before { content: "\f185"; }
.fa-moon::before { content: "\f186"; }
.fa-bars::before { content: "\f0c9"; }
.fa-brain::before { content: "\f5dc"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
.fa-chart-line::before { content: "\f201"; }
.fa-bullseye::before { content: "\f140"; }
.fa-feather-alt::before { content: "\f56b"; }
.fa-mouse-pointer::before { content: "\f245"; }
.fa-rocket::before { content: "\f135"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-comments::before { content: "\f086"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-times::before { content: "\f00d"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-check::before { content: "\f00c"; }
.fa-star::before { content: "\f005"; }
.fa-user::before { content: "\f007"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
