/* Font Awesome Optimized with font-display: swap */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-solid-900.woff2) format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-regular-400.woff2) format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2) format('woff2');
}

/* Only include the icon classes you actually use */
.fa,
.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.fa-regular,
.far {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

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

/* Only the icons you actually use on the site */
.fa-bars:before {
    content: "\f0c9";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-phone:before {
    content: "\f095";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-home:before {
    content: "\f015";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-youtube:before {
    content: "\f167";
}