{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Main Header", "slug": "text-main-header", "blockTypes": [ "core/heading", "core/paragraph" ], "styles": { "typography": { "fontSize": "clamp(32px, 5vw, 62px)", "lineHeight": "1.2", "fontWeight": "600", "letterSpacing": "1px" } } }