
		/* LES COULEURS */

		:root {
		/*BLEU (confiance, pro, tech)Très utilisé par les banques, SaaS, agences web)*/
		--primary: #2563EB;   
		--secondary: #1E40AF;
		--light: #EFF6FF;
		--body-background:#F8FAFC;
		--body-color:#0F172A;

        /*BLANC ET NOIR*/
		--black: #0F172A;
        --white: #FFFFFF;
        --gray: #64748B;
        --text: #0F172A;

    /*VERT (succès, argent, validation)*/
        --success: #22C55E;
        --dark-success: #166534;

     /*ORANGE Parfait pour boutons Acheter / S’inscrire*/
        --cta: #F97316;
        --hover: #EA580C;   


      /*LES FONT-FAMILLY*/  
      --font-main: 'Inter', sans-serif;
      --font-heading: 'Poppins', sans-serif;


      /*BOX SHADOW*/
      --box-shadow: 0 10px 15px rgba(0,0,0,0.08);
}
	