/**
 * Bright Clones – police locale (thème)
 * Fichier : Bright Clones DEMO.zip → BrightClonesDemo.otf
 */

@font-face {
	font-family: "Bright Clones";
	src: url("../fonts/bright-clones/BrightClonesDemo.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Variable et utilitaire */
:root {
	--font-bright-clones: "Bright Clones", sans-serif;
}

.font-bright-clones,
.bright-clones {
	font-family: "Bright Clones", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
}
