{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"title": "Highlight",
	"slug": "db-text-highlight",
	"blockTypes": ["core/heading", "core/paragraph"],
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--db-primary)"
		},
		"typography": {
			"fontSize": "clamp(1.9375rem, 1.6875rem + 0.5vw, 2.0625rem)",
			"fontWeight":"600",
			"lineHeight": "1.5"
		}
	}
}