/* Subset Font Awesome 6 Brands — social icons only */
@font-face {
	font-family: "Font Awesome 6 Brands";
	src: url("../fonts/fa-brands-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

.fa-x-twitter::before {
	content: "\e61b";
}

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