/* Ensure Font Awesome webfonts do not block text rendering */
@font-face {
	font-family: "Font Awesome 7 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-solid-900.woff2') format('woff2');
}
/* Legacy compatibility faces shipped by FA 5 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: swap;
	font-weight: 400;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: swap;
	font-weight: 900;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
	font-family: "Font Awesome 5 Free";
	font-display: swap;
	font-weight: 400;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
	font-family: "FontAwesome";
	font-display: swap;
		src: url('../fontawesome-free-7.0.1-web/webfonts/fa-solid-900.woff2') format('woff2');
}
