{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Kicker 2",
	"slug": "text-kicker-2",
	"blockTypes": [ "core/heading", "core/paragraph", "core/query-title" ],
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--light)",
			"text": "var(--wp--preset--color--primary)"
		},
		"spacing": {
			"padding": {
				"top": "8px",
				"right": "12px",
				"bottom": "8px",
				"left": "12px"
			}
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--minute)",
			"fontWeight": "normal",
			"fontStyle": "normal",
			"lineHeight": "var(--wp--custom--global--line-height--petite)"
		},
		"css": "& { width: fit-content; }"
	}
}
