{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Kicker 3",
	"slug": "text-kicker-3",
	"blockTypes": [ "core/heading", "core/paragraph", "core/query-title" ],
	"styles": {
		"typography": {
			"fontSize": "var(--wp--preset--font-size--tiny)",
			"fontWeight": "400",
			"fontStyle": "normal",
			"lineHeight": "var(--wp--custom--global--line-height--petite)"
		},
		"css": "& { position: relative; width: fit-content; } &::before { content: ''; width: 40px; height: 3px; margin-right: 10px; background-color: var(--wp--preset--color--primary); position: relative; display: inline-block; transform: translateY(calc(-50% - 1.5px)); } &::after { content: ''; width: 40px; height: 3px; margin-left: 10px; background-color: var(--wp--preset--color--primary); position: relative; display: inline-block; transform: translateY(calc(-50% - 1.5px)); }"
	}
}
