@font-face {
	font-family: "fa-light";
	font-display: block;
	src: url("../fonts/fa-light.woff2?v=a17e50143bda3e9843c53a000bc4f4f0") format("woff2");
}

/* CSS icône (vendor) rangé dans @layer vendor : css/main (@layer components) peut ainsi surcharger ces règles (ex. masquer une icône), ce que le non-layered empêchait. */
@layer vendor {
	.fa-light {
		display: inline-block;
		line-height: 1;
	}

	.fa-light:before {
		font-family: fa-light !important;
		font-style: normal;
		font-weight: normal !important;
		vertical-align: top;
	}

	.fa-light.fa-circle-exclamation:before {
		content: "\f101";
	}
	.fa-light.fa-envelope-dot:before {
		content: "\f102";
	}
	.fa-light.fa-envelope:before {
		content: "\f103";
	}
	.fa-light.fa-horse-head:before {
		content: "\f104";
	}
	.fa-light.fa-stopwatch:before {
		content: "\f105";
	}
	.fa-light.fa-whatsapp:before {
		content: "\f106";
	}
}
