/* Stable aliases for the bundled Font Awesome 6 files. */
@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

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

/* Compatibility aliases for names introduced after the bundled CSS release. */
.fa-bridge::before { content: "\f018"; }
.fa-calendar-user::before { content: "\f274"; }

.fa,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fa-brands,
.fal,
.far,
.fas,
.fat,
.fab {
	flex: 0 0 auto;
}
