
.has-xxxx-large-font-size {
	line-height: var(--wp--preset--spacing--80); 	// 76px / 64px
}


.has-xxx-large-font-size {
	line-height: var(--wp--preset--spacing--70); 	// 64px / 56px
}

.has-xx-large-font-size {
	line-height: var(--wp--preset--spacing--50);	// 46px / 40px
}

.has-x-large-font-size {
	line-height: var(--wp--preset--spacing--50);	// 38px / 40px
}

.has-large-font-size {
	line-height: var(--wp--preset--spacing--40);	// 26px / 32px
}

.has-medium-font-size {
	line-height: var(--wp--preset--spacing--40); 	// 21px / 32px
}

.has-small-font-size {
	line-height: var(--wp--preset--spacing--30); 	// 16px / 24px;
}

.has-x-small-font-size {
	line-height: var(--wp--preset--spacing--30);	// 14px / 24px
}







