{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"title": "Subtitle",
	"slug": "db-text-subtitle",
	"blockTypes": ["core/heading", "core/paragraph"],
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--db-dark)"
		},
		"typography": {
		    "fontSize": "var(--wp--preset--font-size--db-l)",
			"fontWeight": "600",
			"lineHeight": "2.2",
		    "textDecoration": "underline"
		}
	}
}
