
/* INTER UNIQUEMENT - ZÉRO impact icônes */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-display: swap;
}

/* SEULEMENT ces éléments texte */
body,
body p,
body h1, body h2, body h3, body h4, body h5, body h6,
.elementor-text-editor p,
.elementor-heading-title,
input[type="text"],
textarea,
select {
    font-family: 'Inter', system-ui, -apple-system !important;
}

h1 {

	font-variation-settings: "wght" 700;
	    letter-spacing: -2.2px;
    

}

h2,h3,h4,h5,h6 {

	font-variation-settings: "wght" 700;
	 letter-spacing: -1.2px;
 

}

p {

	font-optical-sizing: auto;
}











