:is(.has-6-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--6-x-large)
}
:is(.has-5-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--5-x-large)
}
:is(.has-4-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--4-x-large)
}
:is(.has-3-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--3-x-large)
}
:is(.has-2-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--2-x-large)
}
:is(.has-x-large-font-size)  {
	line-height: var(--wp--custom--line-height--x-large)
}
:is(.has-large-font-size)  {
	line-height: var(--wp--custom--line-height--large)
}
:is(.has-medium-font-size)  {
	line-height: var(--wp--custom--line-height--medium)
}
:is(.has-small-font-size)  {
	line-height: var(--wp--custom--line-height--small)
}
:is(.has-x-small-font-size)  {
	line-height: var(--wp--custom--line-height--x-small)
}


