{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1320px"
		},
		"color": {
			"palette": [
				{ "slug": "primary", "color": "#2563eb", "name": "Primary" },
				{ "slug": "heading", "color": "#15171a", "name": "Heading" },
				{ "slug": "text", "color": "#2b2b2b", "name": "Text" },
				{ "slug": "muted", "color": "#6b7280", "name": "Muted" },
				{ "slug": "border", "color": "#e6e8ec", "name": "Border" },
				{ "slug": "white", "color": "#ffffff", "name": "White" },
				{ "slug": "dark", "color": "#0f1115", "name": "Dark" }
			],
			"custom": true,
			"customGradient": true
		},
		"typography": {
			"fluid": true,
			"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.25rem", "name": "Extra large" }
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "%", "vw", "vh" ]
		}
	},
	"styles": {
		"color": {
			"background": "#ffffff",
			"text": "#2b2b2b"
		},
		"elements": {
			"link": { "color": { "text": "#2563eb" } }
		}
	}
}
