@font-face {
	font-display: swap;
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/fa-brands-400.eot?v=5.15.4);
	src: url(../fonts/fa-brands-400.eot?v=5.15.4#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2?v=5.15.4) format("woff2"),
		url(../fonts/fa-brands-400.woff?v=5.15.4) format("woff"),
		url(../fonts/fa-brands-400.ttf?v=5.15.4) format("truetype"),
		url(../fonts/fa-brands-400.svg?v=5.15.4#fontawesome) format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-display: swap;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/fa-solid-900.eot?v=5.15.4);
	src: url(../fonts/fa-solid-900.eot?v=5.15.4#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2?v=5.15.4) format("woff2"),
		url(../fonts/fa-solid-900.woff?v=5.15.4) format("woff"),
		url(../fonts/fa-solid-900.ttf?v=5.15.4) format("truetype"),
		url(../fonts/fa-solid-900.svg?v=5.15.4#fontawesome) format("svg");
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
