
.has-noir-background-color  {
	color: var(--wp--preset--color--blanc);
}

.has-x-small-font-size {
	line-height: var(--wp--custom--line-height--x-small);
}

.has-small-font-size {
	line-height: var(--wp--custom--line-height--small);
}

.has-medium-small-font-size {
	line-height: var(--wp--custom--line-height--medium-small);
}

.has-medium-font-size {
	line-height: var(--wp--custom--line-height--medium);
}

.has-medium-large-font-size {
	line-height: var(--wp--custom--line-height--medium-large);
}

.has-large-font-size {
	line-height: var(--wp--custom--line-height--large);
}

.has-x-large-font-size {
	line-height: var(--wp--custom--line-height--x-large);
}

.has-xx-large-font-size {
	line-height: var(--wp--custom--line-height--xx-large);
}
