
/* ========================================
   APPLICATION FORCÉE DE LA POLICE
   ======================================== */

/* ========================================
   POLICE POUR LES TITRES H1 ET H2
   ======================================== */

h1, h2,
.title-h1, .title-h2 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

/* ========================================
   POLICE POUR TOUT LE RESTE (INTER)
   ======================================== */

/* Tous les titres H3 à H6 en Inter */
h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}

/* Tous les textes courants en Inter */
body p,
body span,
body div,
body a,
body li,
body .text,
body .description,
body .content,
body .creative-elements *:not(h1):not(h2) {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
	font-size: 14px;
	
}

/* ========================================
   FORCER INTER SUR TOUT SAUF H1 ET H2
   (Version alternative plus radicale)
   ======================================== */


/* VERSION ULTRA-SIMPLIFIÉE ET RADICALE */
h1, h2 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}


