/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 * TRIMMED: only icons used in index.html are included.
 */

/* ── Base classes ─────────────────────────────────────────── */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -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
}

.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
    content: var(--fa)
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

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

/* ── Used icons (fa-solid) ───────────────────────────────── */
.fa-award {
    --fa: "\f559"
}





.fa-bullseye {
    --fa: "\f140"
}

.fa-circle-question,
.fa-question-circle {
    --fa: "\f059"
}

.fa-comments {
    --fa: "\f086"
}

.fa-envelope {
    --fa: "\f0e0"
}



.fa-globe {
    --fa: "\f0ac"
}

.fa-handshake {
    --fa: "\f2b5"
}



.fa-lightbulb {
    --fa: "\f0eb"
}

.fa-link,
.fa-chain {
    --fa: "\f0c1"
}

.fa-location-dot,
.fa-map-marker-alt {
    --fa: "\f3c5"
}

.fa-mobile-screen,
.fa-mobile-android-alt {
    --fa: "\f3cf"
}





.fa-phone {
    --fa: "\f095"
}

.fa-screwdriver-wrench,
.fa-tools {
    --fa: "\f7d9"
}



.fa-sitemap {
    --fa: "\f0e8"
}

.fa-truck-fast,
.fa-shipping-fast {
    --fa: "\f48b"
}

.fa-up-right-and-down-left-from-center,
.fa-expand-alt {
    --fa: "\f424"
}

/* ── Used icons (fa-brands) ──────────────────────────────── */
.fa-instagram {
    --fa: "\f16d"
}

.fa-linkedin,
.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-x-twitter {
    --fa: "\e61b"
}

/* ── @font-face ──────────────────────────────────────────── */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(webfonts/fa-solid-900.woff2) format("woff2"),
         url(webfonts/fa-solid-900.ttf) format("truetype")
}

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

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

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