/* Self-hosted Font Awesome 6 Free (Solid), trimmed to only the icon glyphs
   actually used across the admin sidebar and composer badges -- avoids
   pulling in the full multi-hundred-KB stylesheet for a handful of icons.
   Font file: /assets/fonts/fa-solid-900.woff2 (Font Awesome Free, SIL OFL). */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-file-text:before { content: "\f15c"; }
.fa-pen:before { content: "\f304"; }
.fa-unlink:before { content: "\f127"; }
.fa-folder:before { content: "\f07b"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-lock:before { content: "\f023"; }
.fa-book-open:before { content: "\f518"; }
.fa-smile:before { content: "\f118"; }
.fa-tag:before { content: "\f02b"; }
.fa-contact-book:before { content: "\f2b9"; }
.fa-users:before { content: "\f0c0"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-images:before { content: "\f302"; }
.fa-trash:before { content: "\f1f8"; }
.fa-gear:before { content: "\f013"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-copy:before { content: "\f0c5"; }
.fa-palette:before { content: "\f53f"; }
.fa-user:before { content: "\f007"; }
.fa-link:before { content: "\f0c1"; }
.fa-image:before { content: "\f03e"; }
.fa-microphone:before { content: "\f130"; }
.fa-eye:before { content: "\f06e"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-file-import:before { content: "\f56f"; }
.fa-camera:before { content: "\f030"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-puzzle-piece:before { content: "\f12e"; }
