/*!
 * Font Awesome 6 Free (subconjunto) — embutido no tema Ktalogo.
 * Inclui as famílias "solid" e "brands" e os ícones efetivamente usados.
 * Fontes: assets/fonts/fa-solid-900.woff2 e fa-brands-400.woff2
 * (Font Awesome Free 6.5.2, licença CC-BY-4.0/OFL-1.1/MIT).
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  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-solid,
.fas,
.fa-brands,
.fab {
  -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-solid,
.fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }

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

.fa-cart-shopping:before { content: "\f07a"; }
.fa-bolt:before          { content: "\f0e7"; }
.fa-users:before         { content: "\f0c0"; }
.fa-paper-plane:before   { content: "\f1d8"; }
.fa-play:before          { content: "\f04b"; }
.fa-calendar-days:before { content: "\f073"; }
.fa-whatsapp:before      { content: "\f232"; }
