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

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-subset.woff") format("woff");
}

.fa-solid,
.fa-regular {
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-solid {
  font-weight: 900;
}

.fa-regular {
  font-weight: 400;
}

.fa-play::before { content: "\f04b"; }
.fa-table::before { content: "\f0ce"; }
.fa-image::before { content: "\f03e"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-circle-question::before { content: "\f059"; }
.fa-folder-tree::before { content: "\f802"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-file-image::before { content: "\f1c5"; }
