/*
 * Font Awesome compatibility for legacy theme markup.
 *
 * Older templates store brand icons as `fa fa-whatsapp`, `fa fa-facebook`,
 * etc. Font Awesome 6 assigns the generic `.fa` family to solid icons, so
 * those legacy selectors otherwise render as empty squares. Keep the
 * existing icon content mappings, but render brand-only classes with the
 * brands font.
 */
.fa-adn,
.fa-android,
.fa-apple,
.fa-behance,
.fa-behance-square,
.fa-bitbucket,
.fa-bluetooth,
.fa-codepen,
.fa-delicious,
.fa-deviantart,
.fa-digg,
.fa-dribbble,
.fa-dropbox,
.fa-facebook,
.fa-facebook-f,
.fa-facebook-official,
.fa-facebook-square,
.fa-flickr,
.fa-foursquare,
.fa-github,
.fa-github-alt,
.fa-github-square,
.fa-google,
.fa-google-plus,
.fa-google-plus-circle,
.fa-google-plus-official,
.fa-google-plus-square,
.fa-google-wallet,
.fa-instagram,
.fa-linkedin,
.fa-linkedin-in,
.fa-linkedin-square,
.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-square,
.fa-reddit,
.fa-reddit-alien,
.fa-reddit-square,
.fa-skype,
.fa-slack,
.fa-snapchat,
.fa-soundcloud,
.fa-spotify,
.fa-telegram,
.fa-tiktok,
.fa-tumblr,
.fa-tumblr-square,
.fa-twitch,
.fa-twitter,
.fa-twitter-square,
.fa-vimeo,
.fa-vimeo-square,
.fa-whatsapp,
.fa-x-twitter,
.fa-youtube,
.fa-youtube-play,
.fa-youtube-square,
.fa-cc-paypal,
.fa-paypal {
  font-family: 'Font Awesome 6 Brands' !important;
  font-weight: 400 !important;
}
