/*
 * Subset local do Font Awesome 5 Free (Solid) - substitui o all.min.css que era
 * carregado pelo plugin Getwid (removido em jul/2026).
 * Contem apenas os icones usados no conteudo do site (secao "Onde estamos" da home).
 * Se um novo icone for adicionado no conteudo, inclua o glifo correspondente aqui.
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../assets/fonts/fa-solid-900.woff2") format("woff2"),
		url("../assets/fonts/fa-solid-900.woff") format("woff");
}

/* Usada pelo CSS adicional do Customizer (.link-whats/.button-whats, glifo \f232).
   Declarada sem restricao de peso porque o CSS do site pede font-weight 900. */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 100 900;
	font-display: block;
	src: url("../assets/fonts/fa-brands-400.woff2") format("woff2"),
		url("../assets/fonts/fa-brands-400.woff") format("woff");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-whatsapp:before { content: "\f232"; }

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-clock:before { content: "\f017"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
