@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");
}

.fa-solid,
.fas,
.fa-phone-volume,
.fa-envelope-open-text,
.fa-map-location-dot,
.fa-phone,
.fa-envelope,
.fa-location-dot,
.fa-handshake,
.fa-rocket,
.fa-gem,
.fa-drafting-compass,
.fa-trowel-bricks,
.fa-layer-group,
.fa-gears,
.fa-water,
.fa-hot-tub-person,
.fa-screwdriver-wrench,
.fa-hammer,
.fa-music,
.fa-person-walking,
.fa-microchip,
.fa-pen-ruler,
.fa-bottle-water,
.fa-hotel,
.fa-truck,
.fa-house-chimney-medical {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.fa-solid::before,
.fas::before {
    display: inline-block;
}

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

.fa-envelope-open-text::before {
    content: "\f658";
}

.fa-map-location-dot::before {
    content: "\f5a0";
}

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

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

.fa-location-dot::before {
    content: "\f3c5";
}

.fa-handshake::before {
    content: "\f2b5";
}

.fa-rocket::before {
    content: "\f135";
}

.fa-gem::before {
    content: "\f3a5";
}

.fa-drafting-compass::before {
    content: "\f568";
}

.fa-trowel-bricks::before {
    content: "\e58a";
}

.fa-layer-group::before {
    content: "\f5fd";
}

.fa-gears::before {
    content: "\f085";
}

.fa-water::before {
    content: "\f773";
}

.fa-hot-tub-person::before {
    content: "\f593";
}

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

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

.fa-music::before {
    content: "\f001";
}

.fa-person-walking::before {
    content: "\f554";
}

.fa-microchip::before {
    content: "\f2db";
}

.fa-pen-ruler::before {
    content: "\f5ae";
}

.fa-bottle-water::before {
    content: "\e4c5";
}

.fa-hotel::before {
    content: "\f594";
}

.fa-truck::before {
    content: "\f0d1";
}

.fa-house-chimney-medical::before {
    content: "\f7f2";
}
