{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Shop-focused",
	"settings": {
		"layout": {
			"contentSize": "760px",
			"wideSize": "1360px"
		}
	},
	"styles": {
		"color": {
			"background": "#ffffff",
			"text": "#0a0a0a"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system)",
			"fontSize": "var(--wp--preset--font-size--md)",
			"lineHeight": "1.55"
		},
		"elements": {
			"h1": { "typography": { "fontSize": "var(--wp--preset--font-size--3xl)", "fontWeight": "700", "lineHeight": "1.15", "letterSpacing": "-0.015em" } },
			"h2": { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "700", "lineHeight": "1.2" } },
			"h3": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)",  "fontWeight": "600", "lineHeight": "1.3" } },
			"link":   { "color": { "text": "#C2410C" }, "typography": { "fontWeight": "600", "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } },
			"button": {
				"border":     { "radius": "4px" },
				"color":      { "background": "#C2410C", "text": "var(--wp--preset--color--paper)" },
				"typography": { "fontSize": "var(--wp--preset--font-size--md)", "fontWeight": "700", "textTransform": "none" },
				"spacing":    { "padding": { "top": "0.875rem", "right": "1.75rem", "bottom": "0.875rem", "left": "1.75rem" } },
				":hover":     { "color": { "background": "var(--wp--preset--color--ink)" } }
			}
		},
		"blocks": {
			"core/site-title":  { "typography": { "fontSize": "var(--wp--preset--font-size--lg)", "fontWeight": "800", "textTransform": "none", "letterSpacing": "-0.005em" } },
			"core/post-title":  { "typography": { "fontSize": "var(--wp--preset--font-size--2xl)", "fontWeight": "700" } },
			"woocommerce/product-price": { "typography": { "fontSize": "var(--wp--preset--font-size--xl)", "fontWeight": "800" }, "color": { "text": "var(--wp--preset--color--ink)" } },
			"woocommerce/add-to-cart-form": { "color": { "background": "#C2410C" } }
		}
	}
}
