/* Self-hosted, minimal Font Awesome 5 subset — only the icons actually used on the site.
   Replaces the CDN build (use.fontawesome.com) to remove a render-blocking external
   request and to control font-display ourselves. */

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

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

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

.fa, .fas, .far, .fab {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.far { font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }

.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-bars::before { content: "\f0c9"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-heart::before { content: "\f004"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-search::before { content: "\f002"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-phone::before { content: "\f095"; }
.fa-sync::before { content: "\f021"; }
.fa-code::before { content: "\f121"; }
.fa-palette::before { content: "\f53f"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-robot::before { content: "\f544"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-industry::before { content: "\f275"; }
.fa-video::before { content: "\f03d"; }

.fa-facebook-f::before { content: "\f39e"; }
.fa-twitter::before { content: "\f099"; }
.fa-whatsapp::before { content: "\f232"; }
