{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	    "settings": {
			"appearanceTools": true,
			"layout": {
				"contentSize": "960px",
				"wideSize": "1260px"
			},
	    	"color": {},
	    	"typography": {
				"lineHeight": true,
				"fontSizes": [{
						"slug": "small",
						"size": "1.3rem",
						"name": "Small"
					},
					{
						"slug": "normal",
						"size": "1.6rem",
						"name": "Normal"
					},
					{
						"slug": "medium",
						"size": "2.5rem",
						"name": "Medium"
					},
					{
						"slug": "large",
						"size": "3rem",
						"name": "Large"
					},
					{
						"slug": "x-large",
						"size": "3.6rem",
						"name": "Extra Large"
					},
					{
						"slug": "xx-large",
						"size": "4.8rem",
						"name": "2X Large"
					}
				]
			}
	    },
		"styles": {
			"elements": {
				"h1": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--xx-large)",
						"lineHeight": "1.1"
					}
				},
				"h2": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--x-large)",
						"lineHeight": "1.1"
					}
				},
				"h3": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--large)"
					}
				},
				"h4": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--medium)"
					}
				},
				"h5": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--normal)"
					}
				},
				"h6": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--small)"
					}
				},
				"heading": {
					"typography": {
						"fontWeight": "700",
						"lineHeight": "1.2"
					}
				}		
			}
		}

}
