{
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "black",
					"color": "#000",
					"name": "Black"
				},
				{
					"slug": "white",
					"color": "#fff",
					"name": "White"
				},
				{
					"slug": "dark-blue",
					"color": "#1d1f35",
					"name": "Dark blue"
				},
				{
					"slug": "light-blue",
					"color": "#6cace4",
					"name": "Light blue"
				},
				{
					"slug": "silver",
					"color": "#ececec",
					"name": "Silver"
				},
				{
					"slug": "light-grey",
					"color": "#fafafa",
					"name": "Light grey"
				}
			],
			"duotone": [
				{
					"colors": [ "#1d1f35", "#6cace4" ],
					"slug": "dark-blue-and-light-blue",
					"name": "Dark blue and light blue"
				}
			],
			"gradients": []
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
					"slug": "system-fonts",
					"name": "System Fonts"
				},
				{
					"fontFamily": "Consolas, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", Monaco, \"Courier New\", Courier, monospace",
					"name": "Monospace",
					"slug": "monospace"
				},
				{
					"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
					"slug": "helvetica-arial"
				},
				{
					"fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
					"slug": "geneva-verdana"
				},
				{
					"fontFamily": "Cambria, Georgia, serif",
					"slug": "cambria-georgia"
				},
				{
					"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
					"slug": "hoefler-times-new-roman"
				}
			],
			"fontSizes": [
				{
					"slug": "extra-small",
					"size": "1rem",
					"name": "Extra small"
				},
				{
					"slug": "small",
					"size": "1.125rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1.25rem",
					"name": "medium"
				},
				{
					"slug": "large",
					"size": "2rem",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "3rem",
					"name": "Extra large"
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "vh", "vw" ]
		},
		"layout": {
			"contentSize": "840px",
			"wideSize": "1100px"
		},
		"custom": {
			"box-shadow": "0 2px 5px rgb(0 0 0 / 2%), 0 4px 10px rgb(0 0 0 / 4%)"
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--black)"
		},
		"typography": {
			"fontSize": "20px",
			"fontFamily": "var(--wp--preset--font-family--system-fonts)",
			"lineHeight": "1.7"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				}
			},
			"h1": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h2": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h3": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				}
			},
			"h4": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				}
			},
			"h5": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				}
			},
			"h6": {
				"color": {
					"text": "var(--wp--preset--color--dark-blue)"
				}
			},
			"button": {
				"border": {
					"width": "0px",
					"radius": "4px"
				}
			}
		},
		"blocks": {
			"core/post-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				},
				"spacing": {
					"margin": {
						"top": "0px",
						"bottom":"0.5em"
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/button": {
				"border": {
					"width": "0px",
					"radius": "4px"
				}
			},
			"core/query-pagination": {
				"elements": {
					"link": {
						"color": {
							"background": "var(--wp--preset--color--light-grey)"
						},
						"spacing": {
							"padding": {
								"top": "calc(.667em + 2px)",
								"right": "calc(1.333em + 2px)",
								"bottom": "calc(.667em + 2px)",
								"left": "calc(1.333em + 2px)"
							}
						},
						"border": {
							"radius": "4px"
						}
					}
				}
			},
			"core/post-excerpt": {
				"elements": {
					"link": {
						"color": {
							"background": "var(--wp--preset--color--light-grey)"
						},
						"spacing": {
							"padding": {
								"top": "calc(.667em + 2px)",
								"right": "calc(1.333em + 2px)",
								"bottom": "calc(.667em + 2px)",
								"left": "calc(1.333em + 2px)"
							}
						},
						"border": {
							"radius": "4px"
						}
					}
				}
			},
			"core/post-navigation-link": {
				"elements": {
					"link": {
						"color": {
							"background": "var(--wp--preset--color--light-grey)"
						},
						"spacing": {
							"padding": {
								"top": "calc(.667em + 2px)",
								"right": "calc(1.333em + 2px)",
								"bottom": "calc(.667em + 2px)",
								"left": "calc(1.333em + 2px)"
							}
						},
						"border": {
							"radius": "4px"
						}
					}
				}
			},
			"core/latest-posts": {
				"spacing": {
					"padding": {
						"left": "0px"
					}
				}
			},
			"core/latest-comments": {
				"spacing": {
					"padding": {
						"left": "0px"
					}
				}
			},
			"core/post-featured-image": {
				"spacing": {
					"margin": {
						"bottom": "2.5rem"
					}
				}
			},
			"core/columns": {
				"spacing": {
					"margin": {
						"bottom": "0px"
					}
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		}
	],
	"customTemplates": [
		{
			"name": "post-sidebar-right",
			"title": "Post: Two columns, right sidebar",
			"postTypes": [ "post" ]
		},
		{
			"name": "post-sidebar-left",
			"title": "Post: Two columns, left sidebar",
			"postTypes": [ "post" ]
		},
		{
			"name": "page-sidebar-right",
			"title": "Page: Two columns, right sidebar",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-sidebar-left",
			"title": "Page: Two columns, left sidebar",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-template-patterns",
			"title": "Template for block pattern layouts",
			"postTypes": [ "page", "post" ]
		}
	],
	"patterns": [ "heading-with-two-font-sizes-and-separators" ]
}