/* Minimal Font Awesome subset – only icons used on this site */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../assets/webfonts/fa-solid-900.woff2") format("woff2");
}

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

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

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

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

/* Icon unicode mappings (solid) */
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrows-alt-h::before { content: "\f337"; }
.fa-award::before { content: "\f559"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-broom::before { content: "\f51a"; }
.fa-brush::before { content: "\f55d"; }
.fa-building::before { content: "\f1ad"; }
.fa-bullseye::before { content: "\f140"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-clock::before { content: "\f017"; }
.fa-comments::before { content: "\f086"; }
.fa-cube::before { content: "\f1b2"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gem::before { content: "\f3a5"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-hard-hat::before { content: "\f807"; }
.fa-heart::before { content: "\f004"; }
.fa-home::before { content: "\f015"; }
.fa-house-chimney::before { content: "\e3af"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-leaf::before { content: "\f06c"; }
.fa-magic::before { content: "\f0d0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-medal::before { content: "\f5a2"; }
.fa-paint-roller::before { content: "\f5aa"; }
.fa-palette::before { content: "\f53f"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-recycle::before { content: "\f1b8"; }
.fa-search-dollar::before { content: "\f688"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-star::before { content: "\f005"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-tint-slash::before { content: "\f5c7"; }
.fa-tools::before { content: "\f7d9"; }
.fa-users::before { content: "\f0c0"; }

/* Icon unicode mappings (brands) */
.fa-google::before { content: "\f1a0"; }
.fa-instagram::before { content: "\f16d"; }
