/*
 * SAFAQITA Font Awesome compatibility layer for Agen.
 * Keep this scoped to WhatsApp only so Font Awesome 6 Pro local icons keep
 * their original family/weight from all.min.css.
 */
.fa.fa-whatsapp,
.fas.fa-whatsapp,
.fab.fa-whatsapp,
.fa-solid.fa-whatsapp,
.fa-brands.fa-whatsapp,
.wa-icon,
.icon-whatsapp {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa.fa-whatsapp::before,
.fas.fa-whatsapp::before,
.fab.fa-whatsapp::before,
.fa-solid.fa-whatsapp::before,
.fa-brands.fa-whatsapp::before,
.fa-whatsapp::before,
.wa-icon::before,
.icon-whatsapp::before {
    content: "\f232" !important;
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Pro", "FontAwesome" !important;
    font-weight: 400 !important;
}

