/*!
 * Font Awesome Free 6.5.2 (Customized for Weyble Tecnologia)
 * Icons: fa-brands fa-whatsapp
 */

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* Mantém a compatibilidade com a sua pasta ../webfonts/ */
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), 
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

/* Regras Estruturais Core (Essenciais para renderização) */
.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;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Ícone: fa-whatsapp */
.fa-whatsapp::before {
  content: "\f232";
}

/* Opcional: Versão quadrada do ícone */
.fa-square-whatsapp::before {
  content: "\f40c";
}