{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"slug": "section-dark",
	"title": "Section: Dark",
	"blockTypes": [ "core/group", "core/columns" ],
	"styles": {
		"color": {
			"background": "var:preset|color|neutral-900",
			"text": "var:preset|color|neutral-100"
		},
		"spacing": {
			"padding": {
				"top": "var:preset|spacing|lg",
				"bottom": "var:preset|spacing|lg",
				"left": "var:preset|spacing|md",
				"right": "var:preset|spacing|md"
			}
		},
		"elements": {
			"heading": { "color": { "text": "var:preset|color|white" } },
			"link": {
				"color": { "text": "var:preset|color|primary-300" },
				":hover": { "color": { "text": "var:preset|color|primary-200" } }
			}
		},
		"blocks": {
			"core/site-title": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } },
			"core/post-title": { "color": { "text": "currentColor" }, "elements": { "link": { "color": { "text": "currentColor" } } } },
			"core/post-date": { "color": { "text": "color-mix(in srgb, currentColor 75%, transparent)" } },
			"core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } }
		}
	}
}
