/* ==========================================================================
   HARD DÉCO — SYSTÈME TYPOGRAPHIQUE
   ========================================================================== */

:root {

	/* Texte */
	--hd-text: 17px;
	--hd-text-mobile: 16px;
	--hd-text-small: 15px;
	--hd-text-meta: 12px;

	/* Titres */
	--hd-h1: clamp(38px, 4vw, 54px);
	--hd-h2: clamp(28px, 3vw, 36px);
	--hd-h3: clamp(20px, 2vw, 24px);

	/* Éditorial */
	--hd-lead: clamp(17px, 1.4vw, 20px);
	--hd-quote: clamp(18px, 2vw, 23px);
	--hd-kicker: 13px;

	/* Interlignes */
	--hd-line-text: 1.72;
	--hd-line-small: 1.65;
	--hd-line-title: 1.2;

}


.surtitre-big,
.surtitre {
	
	margin-block-start: 0 !important;
    margin-block-end: 0  !important;
	    margin: 0 0 7px !important;
    color: var(--theme-palette-color-1);
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.surtitre-big {
	

    font-size: 1.1rem !important;
    font-weight: 400 !important;

}
