/* Variables thèmes */
:root {
	/* Font family */
	--font-text: 'Lexend', sans-serif;
	--font-title: 'Lexend', sans-serif;
	
	
	/* Background */
	--bg-color : #001330; /* Bleu fonce */
	--bg-color-light : #0e222f; /* Bleu noir */
	--bg-color-day : #f1f7fb; /* Blanc */
	--bg-color-light-day : #dbe0e3; /* Gris */
	
	/* Textes */
	--main-color: #fff; /* Blanc */
	--main-color-day: #333; /* Noir */
}