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

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

.fa-brands,
.fa-brands::before,
.fab,
.fab::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.fa-instagram::before {
	content: "\f16d";
}

.fa-linkedin-in::before {
	content: "\f0e1";
}

.fa-facebook-f::before {
	content: "\f39e";
}

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

