{
	"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
	"customTemplates": {{custom_templates}},
	"settings": {
		"appearanceTools": true,
		"color": {
			"gradients": [],
			"palette": {{theme_color_settings}}
		},
		"custom": {
			"headings": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--primary)"
				}
			}
		},
		"layout": {{layout_sizes}},
		"spacing": {
			"padding": true,
			"margin": true,
			"blockGap": true,
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"fontFamilies": {{font_families}},
			"fontSizes": {{font_sizes}}
		}
	},
	"styles": {{theme_color_styles}},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 2
}