{
	"version": 2,
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#307771",
					"name": "Primary"
				},
				{
					"slug": "text",
					"color": "#384143",
					"name": "Text"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				}
			]
		},
		"custom": {
			"color": {
				"text": "var(--wp--preset--color--text)",
				"background": "var(--wp--preset--color--background)",
				"primary": "var(--wp--preset--color--primary)"
			},
			"separator": {
				"margin": "var(--wp--custom--gap--vertical) auto"
			},
			"body": {
				"typography": {
					"lineHeight": 1.6
				}
			}
		},
		"layout": {
			"contentSize": "900px",
			"wideSize": "1100px"
		},
		"spacing": {
			"blockGap": true,
			"padding": true,
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"lineHeight": true,
			"fontFamilies": [
				{
					"fontFamily": "\"Source Serif Pro\", serif",
					"slug": "body-font",
					"name": "Source Serif Pro"
				},
				{
					"fontFamily": "Inter, sans-serif",
					"slug": "heading-font",
					"name": "Inter"
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "16px",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "18px",
					"slug": "normal"
				},
				{
					"name": "Medium",
					"size": "24px",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "28px",
					"slug": "large"
				},
				{
					"name": "Huge",
					"size": "32px",
					"slug": "huge"
				}
			]
		}
	},
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--text)",
			"background": "var(--wp--preset--color--background)"
		},
		"blocks": {
			"core/button": {
				"border": {
					"radius": "var(--wp--custom--button--border--radius)"
				},
				"color": {
					"background": "var(--wp--custom--button--color--background)",
					"text": "var(--wp--custom--button--color--text)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body-font)",
					"fontSize": "var(--wp--custom--button--typography--font-size)",
					"fontWeight": "var(--wp--custom--button--typography--font-weight)",
					"lineHeight": "var(--wp--custom--button--typography--line-height)"
				}
			},
			"core/code": {
				"border": {
					"color": "#CCCCCC",
					"radius": "0px",
					"style": "solid",
					"width": "2px"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				},
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"core/gallery": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"core/post-title": {
				"spacing": {
					"margin": {
						"bottom": "0"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontSize": "48px",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)"
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--custom--color--text)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/pullquote": {
				"border": {
					"style": "solid",
					"width": "1px 0"
				},
				"typography": {
					"fontStyle": "italic",
					"fontSize": "var(--wp--preset--font-size--large)"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--horizontal)",
						"bottom": "var(--wp--custom--gap--horizontal)"
					}
				}
			},
			"core/search": {
				"typography": {
					"fontSize": "var(--wp--custom--button--typography--font-size)",
					"lineHeight": "var(--wp--custom--body--typography--line-height)"
				}
			},
			"core/separator": {
				"color": {
					"text": "var(--wp--custom--color--text)"
				},
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--custom--color--primary)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"fontStyle": "normal"
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--custom--font-sizes--tiny)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"fontWeight": "700",
					"textDecoration": "none"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "48px"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "var(--wp--preset--font-size--huge)"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "var(--wp--preset--font-size--large)"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "var(--wp--preset--font-size--normal)"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontSize": "var(--wp--preset--font-size--small)"
				},
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"spacing": {
			"blockGap": "calc(2 * var(--wp--custom--gap--baseline))"
		},
		"typography": {
			"lineHeight": "var(--wp--custom--body--typography--line-height)",
			"fontFamily": "var(--wp--preset--font-family--body-font)",
			"fontSize": "var(--wp--preset--font-size--normal)"
		}
	}
}
