.text-style-h2 {
	font-family: 'Saans', sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 3.75rem;
	letter-spacing: 0.04em;
}

.text-style-chapo {
	font-size: 1.9rem;
	font-weight: 400;
	font-family: var(--font-family-sans);
	line-height: 3.125rem;
}

.text-style-labeur-1 {
	font-size: 1rem;
	font-weight: 400;
	font-family: var(--font-family-sans);
	line-height: 1.7rem;
}

.text-style-news-title {
	font-family: 'Saans', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2rem;
}

.text-style-news-labor {
	font-size: 0.9rem;
	font-weight: 400;
	font-family: var(--font-family-sans);
	line-height: 1.25rem;
}

.text-style-news-date {
	font-size: 0.9rem;
	font-family: var(--font-family-sans);
	font-weight: 4500;
	line-height: 1.2rem;
}

.text-style-footer-title {
	font-family: 'Saans', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.text-style-in-text-title {
	font-family: 'Saans', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 3rem;
}

.text-style-labeur-2 {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: var(--font-family-sans);
	line-height: 2.125rem;
}

.text-style-big-news-title {
	font-family: 'Saans', sans-serif;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 2.5rem;
}

.text-style-hp-labor {
	font-size: 1rem;
	font-weight: 400;
	font-family: var(--font-family-sans);
	line-height: 1.5rem;
}

.text-style-h1 {
	font-family: 'Saans', sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 4rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.text-style-hp-header-sub {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.02em;
}

@media (max-width: 48rem) {
	.text-style-news-labor {
		font-size: 0.9rem;
		line-height: 1.25rem;
	}

	.text-style-news-title {
		font-size: 1.7rem;
		line-height: 1.75rem;
	}

	.text-style-news-date {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.text-style-in-text-title {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.text-style-labeur-2 {
		font-size: 0.95rem;
		line-height: 1.6rem;
	}

	.text-style-h1 {
		font-size: 2.5rem;
		line-height: 2.6rem;
		letter-spacing: 0.02em;
	}

	.text-style-h2 {
		font-size: 2.2rem;
		line-height: 2.4rem;
	}

	.text-style-hp-labor {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
