/*!
 * Minimal Font Awesome subset for public pages.
 * Includes only the weights and icons used by the public Blade views.
 */
:root {
    --fa-style-family: "Font Awesome 6 Pro";
    --fa-style: 900;
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}

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

.fa,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fab,
.fal,
.far,
.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 {
    font-family: var(--fa-style-family);
    font-weight: var(--fa-style);
}

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

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

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

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

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

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

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

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

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-arrow-right:before {
    content: "\f061";
}

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