/*!
 * Font Awesome Free Local - Minimal Set
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.woff") format("woff"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

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

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

.fa-home::before { content: "\f015"; }
.fa-database::before { content: "\f1c0"; }
.fa-table::before { content: "\f0ce"; }
.fa-terminal::before { content: "\f120"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-check-circle::before { content: "\f058"; }
.fa-plug::before { content: "\f1e6"; }
.fa-server::before { content: "\f233"; }
.fa-user::before { content: "\f007"; }
.fa-key::before { content: "\f084"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-link::before { content: "\f0c1"; }
.fa-moon::before { content: "\f186"; }
.fa-sun::before { content: "\f185"; }
.fa-adjust::before { content: "\f042"; }
.fa-globe::before { content: "\f0ac"; }
.fa-check::before { content: "\f00c"; }
.fa-github::before { content: "\f09b"; }
.fa-book::before { content: "\f02d"; }
.fa-heart::before { content: "\f004"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\f067"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-search::before { content: "\f002"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-file-import::before { content: "\f56f"; }
.fa-list::before { content: "\f03a"; }
.fa-columns::before { content: "\f0db"; }
.fa-edit::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-cog::before { content: "\f013"; }
.fa-weight::before { content: "\f496"; }
.fa-calendar::before { content: "\f133"; }
.fa-star::before { content: "\f005"; }
.fa-bars::before { content: "\f0c9"; }
.fa-inbox::before { content: "\f01c"; }
.fa-times-circle::before { content: "\f057"; }

.fa-fw { width: 1.25em; text-align: center; }
