/* Font Awesome 6.4.0 - Self-hosted minimal subset */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/fa/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('../fonts/fa/fa-brands-400.woff2') format('woff2');
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

/* Solid Icons (fas) */
.fa-check-circle::before { content: "\f058"; }
.fa-globe::before { content: "\f0ac"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-video::before { content: "\f03d"; }
.fa-language::before { content: "\f1ab"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-heart::before { content: "\f004"; }
.fa-home::before { content: "\f015"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-brain::before { content: "\f5dc"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-baby::before { content: "\f77c"; }
.fa-hand-holding-heart::before { content: "\f4be"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-map-pin::before { content: "\f276"; }
.fa-hourglass-half::before { content: "\f252"; }
.fa-hands-helping::before { content: "\f4c4"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-search::before { content: "\f002"; }
.fa-thumbtack::before { content: "\f08d"; }
.fa-plus::before { content: "\f067"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-laptop::before { content: "\f109"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-user::before { content: "\f007"; }
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }

/* Brand Icons (fab) */
.fa-whatsapp::before { content: "\f232"; }
.fa-instagram::before { content: "\f16d"; }
