{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Main Header",
	"slug": "text-main-header",
	"blockTypes": [
		"core/heading",
		"core/paragraph"
	],
	"styles": {
		"typography": {
			"fontFamily": "var:preset|font-family|manrope",
			"fontSize": "clamp(50px, 5vw, 112px)",
			"lineHeight": "89%",
			"fontWeight": "700"
		}
	}
}