{
	"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"useRootPaddingAwareAlignments": true,
		"layout": {
			"contentSize": "730px",
			"wideSize": "1140px"
		},
		"color": {
			"palette": [
				{
					"name": "Color 1",
					"slug": "color-0",
					"color": "#212121"
				},
				{
					"name": "Color 2",
					"slug": "color-1",
					"color": "#757575"
				},
				{
					"name": "Color 3",
					"slug": "color-2",
					"color": "#212121"
				},
				{
					"name": "Color 4",
					"slug": "color-3",
					"color": "#212121"
				},
				{
					"name": "Color 5",
					"slug": "color-4",
					"color": "#212121"
				},
				{
					"name": "Color 6",
					"slug": "color-5",
					"color": "#f5f5f5"
				},
				{
					"name": "Color 7",
					"slug": "color-6",
					"color": "#ffffff"
				},
				{
					"name": "Color 8",
					"slug": "color-7",
					"color": "#ffffff"
				}
			]
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"shadow": {
			"defaultPresets": false,
			"presets": [
				{
					"name": "Subtle",
					"slug": "subtle",
					"shadow": "0 0 15px rgba(0, 0, 0, 0.1)"
				},
				{
					"name": "Soft",
					"slug": "soft",
					"shadow": "0 5px 15px 3px rgba(0, 0, 0, 0.07)"
				},
				{
					"name": "Elevated",
					"slug": "elevated",
					"shadow": "0 8px 40px rgba(0, 0, 0, 0.09)"
				}
			]
		},
		"typography": {
			"fontSizes": [
				{
					"name": "Small",
					"slug": "small",
					"size": "14px"
				},
				{
					"name": "Normal",
					"slug": "normal",
					"size": "16px"
				},
				{
					"name": "Large",
					"slug": "large",
					"size": "18px"
				},
				{
					"name": "Larger",
					"slug": "larger",
					"size": "24px"
				},
				{
					"name": "Extra large",
					"slug": "extra-large",
					"size": "32px"
				},
				{
					"name": "Huge",
					"slug": "huge",
					"size": "48px"
				},
				{
					"name": "Gigantic",
					"slug": "gigantic",
					"size": "64px"
				}
			]
		}
	}
}