{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Display",
	"slug": "text-display",
	"blockTypes": [
		"core/heading",
		"core/paragraph"
	],
	"styles": {
		"typography": {
			"fontSize": "clamp(2.5rem, 1.5vw, 4rem)",
			"lineHeight": "1.2",
			"fontWeight": "600",
			"letterSpacing": "-1px"
		}
	}
}