/*!
 * Font Awesome Free 6.4.0 by @fontawesome
 * Reduced to the solid icons used by Napoleon's Rentals.
 * License: https://fontawesome.com/license
 */
.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
    -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,
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

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

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}

.fa-bars-staggered::before {
    content: "\f550";
}

.fa-cake-candles::before {
    content: "\f1fd";
}

.fa-check::before {
    content: "\f00c";
}

.fa-circle-check::before {
    content: "\f058";
}

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

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

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

.fa-plus::before {
    content: "\f067";
}

.fa-star::before {
    content: "\f005";
}

.fa-triangle-exclamation::before {
    content: "\f071";
}

.fa-wand-magic::before {
    content: "\f0d0";
}

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

.fa-xmark::before {
    content: "\f00d";
}
