/* Font Awesome 6 - Local Version */

@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');
}

.fas {
  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;
  line-height: 1;
  text-rendering: auto;
}

/* Essential icons for our application */
.fa-plus-circle::before { content: '\f055'; }
.fa-link::before { content: '\f0c1'; }
.fa-trash::before { content: '\f1f8'; }
.fa-edit::before { content: '\f044'; }
.fa-list::before { content: '\f03a'; }
.fa-times::before { content: '\f00d'; }
.fa-check::before { content: '\f00c'; }
.fa-cogs::before { content: '\f085'; }
.fa-mouse-pointer::before { content: '\f245'; }
.fa-redo::before { content: '\f01e'; }
.fa-save::before { content: '\f0c7'; }
.fa-satellite-dish::before { content: '\f7c0'; }
.fa-project-diagram::before { content: '\f542'; }
.fa-route::before { content: '\f4d7'; }
.fa-network-wired::before { content: '\f6ff'; }
.fa-lock::before { content: '\f023'; }
.fa-plug::before { content: '\f1e6'; }
.fa-exclamation-circle::before { content: '\f06a'; }
.fa-check-circle::before { content: '\f058'; }