/*
 Theme Name: Consulting Child
 Theme URI: https://example.com/
 Description: Tema filho para o tema Consulting.
 Author: Seu Nome
 Author URI: https://example.com/
 Template: consulting
 Version: 1.0.0
 Text Domain: consulting-child
*/

/* Adicione seus estilos personalizados abaixo */

/* Ícone TikTok mantendo padrão de ícones sociais (usa <i class="fa fa-tiktok">) */
.fa.fa-tiktok {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em; /* aproxima alinhamento dos FA icons */
}
.fa.fa-tiktok:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('./assets/icons/tiktok.svg') no-repeat center center;
  background-size: contain;
}