{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Bold",
	"settings": {
		"layout": {
			"contentSize": "780px",
			"wideSize": "1320px"
		}
	},
	"styles": {
		"color": {
			"background": "#ffffff",
			"text": "#0a0a0a"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system)",
			"fontSize": "var(--wp--preset--font-size--md)",
			"lineHeight": "1.6"
		},
		"elements": {
			"h1": { "typography": { "fontSize": "var(--wp--preset--font-size--4xl)", "fontWeight": "800", "lineHeight": "1.0",  "letterSpacing": "-0.03em" } },
			"h2": { "typography": { "fontSize": "var(--wp--preset--font-size--3xl)", "fontWeight": "800", "lineHeight": "1.05", "letterSpacing": "-0.025em" } },
			"h3": { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "700", "lineHeight": "1.15", "letterSpacing": "-0.015em" } },
			"h4": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)",  "fontWeight": "700", "lineHeight": "1.25" } },
			"link":   { "color": { "text": "var(--wp--preset--color--primary)" }, "typography": { "textDecoration": "none", "fontWeight": "600" }, ":hover": { "typography": { "textDecoration": "underline" } } },
			"button": {
				"border":     { "radius": "999px" },
				"color":      { "background": "var(--wp--preset--color--ink)", "text": "var(--wp--preset--color--paper)" },
				"typography": { "fontSize": "var(--wp--preset--font-size--md)", "fontWeight": "700" },
				"spacing":    { "padding": { "top": "1rem", "right": "2rem", "bottom": "1rem", "left": "2rem" } },
				":hover":     { "color": { "background": "var(--wp--preset--color--primary)" } }
			}
		},
		"blocks": {
			"core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)", "fontWeight": "900", "textTransform": "uppercase", "letterSpacing": "0.04em" } },
			"core/post-title": { "typography": { "fontSize": "var(--wp--preset--font-size--4xl)", "fontWeight": "800", "letterSpacing": "-0.03em", "lineHeight": "1.0" } },
			"core/separator":  { "color": { "background": "var(--wp--preset--color--ink)" }, "border": { "color": "var(--wp--preset--color--ink)", "width": "2px" } }
		}
	}
}
