{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Cue 3",
	"slug": "text-cue-3",
	"blockTypes": [ "core/heading", "core/paragraph", "core/query-title" ],
	"styles": {
		"typography": {
			"fontSize": "var(--wp--preset--font-size--diminutive)",
			"fontWeight": "400",
			"fontStyle": "normal",
			"lineHeight": "var(--wp--custom--global--line-height--xx-large)"
		},
		"css": "& { position: relative; padding-bottom: var(--wp--preset--spacing--16); } &::before { content: ''; position: absolute; left: 0; bottom: 4px; height: 3px; width: 100px; background-color: var(--wp--preset--color--primary); } &::after { content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 50px; background-color: var(--wp--preset--color--primary); }"
	}
}
