/**
 * Pages statiques Gutenberg (mentions légales, etc.) : titres plus compacts dans le corps.
 * Couleur marque #622627
 */
main .entry-content h2,
main .gutenberg-content h2 {
	font-size: clamp(2.4rem, 4vw, 4.4rem);
	line-height: 1.15;
}

main .entry-content h3,
main .gutenberg-content h3 {
	font-size: clamp(2rem, 3.2vw, 3.6rem);
	line-height: 1.2;
}

main .entry-content h4,
main .gutenberg-content h4 {
	font-size: clamp(1.8rem, 2.6vw, 3rem);
	line-height: 1.25;
}

main .entry-content h5,
main .gutenberg-content h5 {
	font-size: clamp(1.6rem, 2.2vw, 2.4rem);
	line-height: 1.3;
}

main .entry-content h6,
main .gutenberg-content h6 {
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	line-height: 1.35;
}
main .entry-content p, main .gutenberg-content p{
    line-height: 1.35;
    font-size: 1.9rem;
}