/*!
 * Subset FontAwesome 5 Free — solid + brands, icônes réellement utilisées dans le thème.
 * Généré à partir de : ../webfonts/ (voir scripts/build-fa-subset.mjs à la racine du thème)
 * Icônes incluses : angle-left, angle-right, angle-down, check, times, envelope,
 *                    phone-alt, file-pdf (solid) ; instagram, linkedin-in (brands)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
		url("../webfonts/fa-solid-900.woff") format("woff");
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
		url("../webfonts/fa-brands-400.woff") format("woff");
}

.fa,
.fas,
.fab {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

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

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

.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-check:before {
	content: "\f00c";
}
.fa-times:before {
	content: "\f00d";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-phone-alt:before {
	content: "\f879";
}
.fa-file-pdf:before {
	content: "\f1c1";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-linkedin-in:before {
	content: "\f0e1";
}
