{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Accent",
    "slug": "section-1",
    "blockTypes": [ "core/group" ],
    "styles": {
        "color": {
            "background": "var(--wp--custom--color--background-accent-section)",
            "text": "var(--wp--custom--color--text-accent-section)"
        },
        "elements": {
            "link":{
                "color": {
                    "text": "var(--wp--custom--color--text-accent-section)"
                }
            }
        },
        "blocks": {
            "core/button": {
                "color": {
                    "text": "var(--wp--custom--color--button-default-text)",
                    "background": "var(--wp--custom--color--button-default)"
                }
            },
            "core/cover": {
                "color": {
                    "text": "var(--wp--custom--color--text-accent-section)"
                }
            }
        },
        "typography": {
			"fontWeight": "var(--wp--custom--font-weight--default-accent)"
		}
    }
}