/* Font Awesome 6.5.1 — SUBSET (only icons used in this app). */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fa-subset.woff2") format("woff2");
}
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-bolt::before { content: "\f0e7"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-box-open::before { content: "\f49e"; }
.fa-check::before { content: "\f00c"; }
.fa-check-square::before { content: "\f14a"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-cloud-upload-alt::before { content: "\f0ee"; }
.fa-code::before { content: "\f121"; }
.fa-copy::before { content: "\f0c5"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-file-video::before { content: "\f1c8"; }
.fa-filter::before { content: "\f0b0"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-folder-plus::before { content: "\f65e"; }
.fa-globe::before { content: "\f0ac"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-key::before { content: "\f084"; }
.fa-link::before { content: "\f0c1"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-pen::before { content: "\f304"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\2b"; }
.fa-rotate-left::before { content: "\f2ea"; }
.fa-scissors::before { content: "\f0c4"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-sync::before { content: "\f021"; }
.fa-times::before { content: "\f00d"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-user-plus::before { content: "\f234"; }
.fa-users-cog::before { content: "\f509"; }
.fa-wand-magic-sparkles::before { content: "\e2ca"; }
