/* Font Awesome 6.4.0 (Subset) - Custom Build for Performance */
/* Includes only used icons + font-display: swap */

/* @font-face Definitions with swap */
@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.4.0/webfonts/fa-brands-400.woff2) format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf) format("truetype");
}

@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.4.0/webfonts/fa-solid-900.woff2) format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf) format("truetype");
}

/* Base Styles */
.fa,
.fa-brands,
.fa-solid,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Utility */
.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* Used Icons */
.fa-bars:before {
    content: "\f0c9";
}

.fa-arrows-left-right:before {
    content: "\f07e";
}

.fa-check:before {
    content: "\f00c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-robot:before {
    content: "\f544";
}

.fa-xmark:before {
    content: "\f00d";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-bed:before {
    content: "\f236";
}

.fa-table-list:before {
    content: "\f00b";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-plant-wilt:before {
    content: "\e5aa";
}

.fa-image:before {
    content: "\f03e";
}

.fa-trash:before {
    content: "\f1f8";
}