/* Keep Font Awesome 4 icons working after FA 6 Solid is loaded */
.fa:not(.fa-solid):not(.fas) {
	font-family: FontAwesome !important;
	font-weight: normal;
}

.fa-solid,
.fas {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
}
