/*
 * Carlito (SIL Open Font License 1.1, voir OFL.txt)
 * Métriquement compatible avec Calibri. Utilisée comme police de secours :
 * Elementor génère font-family: "Calibri", Carlito, sans-serif;
 * Calibri n'est jamais hébergée sur le site.
 */
@font-face {
	font-family: "Carlito";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("Carlito-Regular.woff2") format("woff2");
}
@font-face {
	font-family: "Carlito";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("Carlito-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "Carlito";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("Carlito-Italic.woff2") format("woff2");
}
@font-face {
	font-family: "Carlito";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("Carlito-BoldItalic.woff2") format("woff2");
}
