/* Font Awesome 6.0.0 - Local version */
/* Note: Font files need to be placed in static/fonts/webfonts/ directory */
/* Download from: https://fontawesome.com/download */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/static/fonts/webfonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/static/fonts/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/static/fonts/webfonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/webfonts/fa-brands-400.woff2') format('woff2'),
       url('/static/fonts/webfonts/fa-brands-400.woff') format('woff');
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Common Font Awesome icons used in the app */
.fa-fist-raised::before { content: '\f6de'; }
.fa-check-circle::before { content: '\f058'; }
.fa-exclamation-triangle::before { content: '\f071'; }
.fa-exclamation-circle::before { content: '\f06a'; }
.fa-info-circle::before { content: '\f05a'; }
.fa-list::before { content: '\f03a'; }
.fa-plus::before { content: '\f067'; }
.fa-clock::before { content: '\f017'; }
.fa-poll::before { content: '\f681'; }
.fa-link::before { content: '\f0c1'; }
.fa-filter::before { content: '\f0b0'; }
.fa-table::before { content: '\f0ce'; }
.fa-users::before { content: '\f0c0'; }
.fa-arrow-left::before { content: '\f060'; }
.fa-sign-out-alt::before { content: '\f2f5'; }

