/* Font Awesome 6.4.0 — minimal subset (52 icons) */

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

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fa-brands-400.woff2') format('woff2');
}

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

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

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

/* Solid icons */
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up-right-dots::before { content: "\e4b7"; }
.fa-bars::before { content: "\f0c9"; }
.fa-building::before { content: "\f1ad"; }
.fa-building-ngo::before { content: "\e4d7"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-chess::before { content: "\f439"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-exclamation::before { content: "\f06a"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-clock-rotate-left::before { content: "\f1da"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-code::before { content: "\f121"; }
.fa-earth-americas::before { content: "\f57d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file-shield::before { content: "\e4f0"; }
.fa-gears::before { content: "\f085"; }
.fa-headset::before { content: "\f590"; }
.fa-key::before { content: "\f084"; }
.fa-laptop::before { content: "\f109"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-people-group::before { content: "\e533"; }
.fa-phone::before { content: "\f095"; }
.fa-plus::before { content: "\2b"; }
.fa-rocket::before { content: "\f135"; }
.fa-scale-balanced::before { content: "\f24e"; }
.fa-server::before { content: "\f233"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-staff-snake::before { content: "\e579"; }
.fa-star::before { content: "\f005"; }
.fa-user-clock::before { content: "\f4fd"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-shield::before { content: "\f505"; }
.fa-xmark::before { content: "\f00d"; }

/* Client Resources portal icons */
.fa-arrow-left::before { content: "\f060"; }
.fa-download::before { content: "\f019"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file::before { content: "\f15b"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-file-image::before { content: "\f1c5"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-file-word::before { content: "\f1c2"; }
.fa-lock::before { content: "\f023"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-upload::before { content: "\f093"; }

/* Brand icons */
.fa-google::before { content: "\f1a0"; }
.fa-jira::before { content: "\f7b1"; }
.fa-microsoft::before { content: "\f3ca"; }
.fa-slack::before { content: "\f198"; }
