{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"title": "Dark",
	"settings": {
		"appearanceTools": true,
		"color": {						
			"palette": [
				{
					"color": "#ffffff",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#ce242c",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#141618",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "rgba(206,36,44,.05)",
					"name": "Quaternary",
					"slug": "quaternary"
				},
				{
					"color": "#202224",
					"name": "Quinary",
					"slug": "quinary"
				},
				{
					"color": "#f5f5f5",
					"name": "Senary",
					"slug": "senary"
				}
			]
		}
	},	
	"styles": {
		
		"blocks": {
			"core/button": {
				"color": {
					"background": "var(--wp--preset--color--secondary)"
				}
			},
			
			"core/heading": {
				"spacing": {
					"margin": {
						"bottom": "10px",
						"top": "0px"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"elements": {			
			"link": {
				"color": {
					"text": "inherit"
				},
				"typography": {
					"textDecoration": "none"
				}
			}
		}
	}
}