/* Importation des polices */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&family=Mulish:wght@500;600&family=Work+Sans:wght@300;400&display=swap');

/* Importation des polices */
/*FONTS*/
/* ---------- TITRES ---------- */
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700; 
   	color: #0a558b;
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #293840;
}
/*FONTS*/

