{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "base",
					"name": "Base",
					"color": "#f6f3ee"
				},
				{
					"slug": "surface",
					"name": "Surface",
					"color": "#ffffff"
				},
				{
					"slug": "contrast",
					"name": "Contrast",
					"color": "#1f252d"
				},
				{
					"slug": "muted",
					"name": "Muted",
					"color": "#5d6975"
				},
				{
					"slug": "accent",
					"name": "Accent",
					"color": "#7b4d2a"
				},
				{
					"slug": "border",
					"name": "Border",
					"color": "#d8d0c7"
				}
			]
		},
		"layout": {
			"contentSize": "720px",
			"wideSize": "1100px"
		},
		"spacing": {
			"blockGap": true,
			"padding": true,
			"margin": true,
			"units": [
				"px",
				"rem",
				"%",
				"vw",
				"vh"
			]
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Georgia, 'Times New Roman', serif",
					"name": "Editorial Serif",
					"slug": "editorial-serif"
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
					"name": "System Sans",
					"slug": "system-sans"
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"size": "0.875rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1rem",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "1.5rem",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "2.5rem",
					"name": "Extra Large"
				}
			],
			"lineHeight": true
		}
	},
	"styles": {
		"color": {
			"background": "var:preset|color|base",
			"text": "var:preset|color|contrast"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|editorial-serif",
					"fontWeight": "600",
					"lineHeight": "1.15"
				}
			},
			"link": {
				"color": {
					"text": "var:preset|color|accent"
				}
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|system-sans",
			"fontSize": "1rem",
			"lineHeight": "1.7"
		},
		"blocks": {
			"core/navigation": {
				"typography": {
					"fontSize": "0.95rem"
				}
			},
			"core/post-title": {
				"typography": {
					"fontFamily": "var:preset|font-family|editorial-serif"
				}
			}
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		}
	]
}
