/*!
 * Font Awesome 6 Free (subconjunto) — embutido no tema Ktalogo.
 * Inclui apenas a família "solid" e os ícones efetivamente usados.
 * Fonte: assets/fonts/fa-solid-900.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");
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -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-cart-shopping:before { content: "\f07a"; }
.fa-bolt:before          { content: "\f0e7"; }
.fa-users:before         { content: "\f0c0"; }
.fa-paper-plane:before   { content: "\f1d8"; }
