/*!
 * Storefront Font Awesome 6 alignment.
 *
 * Theme CSS still references FA5 Pro (weight 300) for pseudo-element icons.
 * Loaded assets are FA6 Free (all.min.css) + .fal shim (fontawesome5-pro-light.css).
 */
:root {
    --font-family-fontawesome: "Font Awesome 6 Free";
}

.faq-area .accordion-button::after,
.lazy-container::after,
.show-password-field .show-icon {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

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