{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Minimal",
	"settings": {
		"layout": {
			"contentSize": "680px",
			"wideSize": "1200px"
		}
	},
	"styles": {
		"color": {
			"background": "#ffffff",
			"text": "#1a1a1a"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system)",
			"fontSize": "var(--wp--preset--font-size--md)",
			"lineHeight": "1.65",
			"letterSpacing": "0"
		},
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--50)"
		},
		"elements": {
			"h1": { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "500", "lineHeight": "1.2", "letterSpacing": "-0.01em" } },
			"h2": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)",  "fontWeight": "500", "lineHeight": "1.3", "letterSpacing": "-0.005em" } },
			"h3": { "typography": { "fontSize": "var(--wp--preset--font-size--lg)",  "fontWeight": "500", "lineHeight": "1.4" } },
			"h4": { "typography": { "fontSize": "var(--wp--preset--font-size--md)",  "fontWeight": "600" } },
			"link":   { "color": { "text": "#1a1a1a" }, "typography": { "textDecoration": "underline" }, ":hover": { "color": { "text": "var(--wp--preset--color--muted)" } } },
			"button": {
				"border":     { "radius": "0", "color": "#1a1a1a", "width": "1px", "style": "solid" },
				"color":      { "background": "transparent", "text": "#1a1a1a" },
				"typography": { "fontSize": "var(--wp--preset--font-size--sm)", "fontWeight": "500", "textTransform": "uppercase", "letterSpacing": "0.08em" },
				"spacing":    { "padding": { "top": "0.875rem", "right": "1.75rem", "bottom": "0.875rem", "left": "1.75rem" } },
				":hover":     { "color": { "background": "#1a1a1a", "text": "#ffffff" } }
			}
		},
		"blocks": {
			"core/site-title":   { "typography": { "fontSize": "var(--wp--preset--font-size--md)", "fontWeight": "500", "textTransform": "uppercase", "letterSpacing": "0.12em" } },
			"core/post-title":   { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "500", "letterSpacing": "-0.01em" } }
		}
	}
}
