/* Font Awesome Local - Usando arquivos de fonte reais baixados */

/* Importar fontes locais baixadas */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.woff2") format("woff2");
}

/* Classes base do Font Awesome */
.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

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

/* Estilos base */
.fas, .fab, .fa-solid, .fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Redes Sociais - Ícones oficiais do Font Awesome */
.fa-youtube:before { content: "\f167"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before { content: "\f099"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-discord:before { content: "\f392"; }

/* Outros ícones oficiais */
.fa-envelope:before { content: "\f0e0"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-donate:before { content: "\f4b9"; }
.fa-broadcast-tower:before { content: "\f519"; }
.fa-clock:before { content: "\f017"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-check:before { content: "\f00c"; }

/* K customizado para Kick - usando fonte Inter */
.fa-k:before { 
  content: "K"; 
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* Garantir que os ícones tenham tamanho adequado */
.social-card i,
.channel-card i,
.promotion-coupon i {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* Tamanhos específicos para diferentes contextos */
.social-card i {
  font-size: 1.8rem !important;
}

.channel-card i {
  font-size: 3rem !important;
}

.promotion-coupon i {
  font-size: 1rem !important;
}

/* Tamanho específico para ícones de status nos canais */
.live-status i {
  font-size: 0.9rem !important;
}