/* FontAwesome Minimal — Betify (16 icônes) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal; font-weight: 900;
  font-display: swap;
  src: url("webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal; font-weight: 400;
  font-display: swap;
  src: url("webfonts/fa-brands-400.woff2") format("woff2");
}
.fas,.fa-solid {
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  font-style: normal; font-variant: normal; text-rendering: auto;
  line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block;
}
.fab,.fa-brands {
  font-family: "Font Awesome 6 Brands"; font-weight: 400;
  font-style: normal; font-variant: normal; text-rendering: auto;
  line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block;
}
/* Solid icons */
.fa-bars:before          { content: "\f0c9"; }
.fa-search:before        { content: "\f002"; }
.fa-chevron-down:before  { content: "\f078"; }
.fa-chevron-left:before  { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-atom:before          { content: "\f5d2"; }
.fa-bullhorn:before      { content: "\f0a1"; }
.fa-circle:before        { content: "\f111"; }
.fa-coins:before         { content: "\f51e"; }
.fa-comment-dots:before  { content: "\f4ad"; }
.fa-users:before         { content: "\f0c0"; }
.fa-slot-machine:before  { content: "\e3ce"; }
/* Brand icons */
.fa-facebook-f:before    { content: "\f39e"; }
.fa-instagram:before     { content: "\f16d"; }
.fa-telegram-plane:before{ content: "\f2c6"; }
.fa-twitter:before       { content: "\f099"; }
