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

.fa-solid,
.fas {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-ban::before { content: '\f05e'; }
.fa-table-cells::before { content: '\f00a'; }
.fa-right-from-bracket::before { content: '\f2f5'; }
.fa-right-to-bracket::before { content: '\f2f6'; }
.fa-signal::before { content: '\f012'; }
.fa-star::before { content: '\f005'; }
.fa-check::before { content: '\f00c'; }
.fa-check-circle::before,
.fa-circle-check::before { content: '\f058'; }
.fa-trash::before { content: '\f1f8'; }
.fa-list::before { content: '\f03a'; }
.fa-network-wired::before { content: '\f6ff'; }
.fa-phone::before { content: '\f095'; }
.fa-plus-circle::before { content: '\f055'; }
.fa-shield-alt::before,
.fa-shield-halved::before { content: '\f3ed'; }
.fa-screwdriver-wrench::before { content: '\f7d9'; }
.fa-triangle-exclamation::before { content: '\f071'; }
.fa-inbox::before { content: '\f01c'; }
.fa-message::before { content: '\f27a'; }
.fa-user::before { content: '\f007'; }
.fa-desktop::before { content: '\f390'; }
.fa-list-check::before { content: '\f0ae'; }
.fa-circle-info::before { content: '\f05a'; }
.fa-download::before { content: '\f019'; }
.fa-mobile-screen::before { content: '\f3cf'; }
.fa-mobile-screen-button::before { content: '\f3cd'; }
.fa-rotate::before { content: '\f2f1'; }
.fa-lock::before { content: '\f023'; }
.fa-plug::before { content: '\f1e6'; }
.fa-headset::before { content: '\f590'; }
.fa-file-arrow-down::before { content: '\f56d'; }
.fa-arrow-up-right-from-square::before { content: '\f35d'; }
