{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Light",
	"slug": "button-light",
	"blockTypes": ["core/button"],
	"styles": {
		"color": {
			"background": "var:preset|color|base",
			"text": "var:preset|color|primary"
		},
		":hover": {
			"color": {
				"background": "var:preset|color|tertiary",
				"text": "var:preset|color|primary"
			}
		}
	}
}
