{
    "version": 2,
    "settings": {
        "layout": {
                "contentSize": "968px",
                "wideSize": "968px"
        },
        "appearanceTools": true,
        "spacing": {
			"padding": true,
			"margin": true,
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		},
        "typography": {
            "lineHeight": true,
            "fontStyle": true,
            "fontWeight": false,
            "fontSizes": [
                {
                    "slug": "extra-small",
                    "size": "1rem",
                    "name": "Extra small"
                },
                {
                    "slug": "small",
                    "size": "1.5rem",
                    "name": "Small"
                },
                {
                    "slug": "medium",
                    "size": "2.2rem",
                    "name": "Medium"
                },
                {
                    "slug": "large",
                    "size": "3.4rem",
                    "name": "Large"
                },
                {
                    "slug": "extra-large",
                    "size": "5rem",
                    "name": "Extra large"
                },
                {
                    "slug": "extra-extra-large",
                    "size": "7rem",
                    "name": "Extra Extra large"
                }
            ]
        }
        
    },
    "styles": {
		"typography": {
			"fontSize": "var(--wp--preset--font-size--extra-small)",
			"fontFamily": "var(--wp--preset--font-family--system-fonts)",
			"lineHeight": "1.2"
		},
        "elements": {
            "h1": {
                "typography": {
                    "fontSize": "3.4rem"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "2.3rem"
                }
            },
            "h3": {
                "typography": {
                    "fontSize": "1.5rem"
                }
            },
            "h4": {
                "typography": {
                    "fontSize": "1.3rem"
                }
            },
            "h5": {
                "typography": {
                    "fontSize": "1rem"
                }
            },
            "h6": {
                "typography": {
                    "fontSize": "0.8rem"
                }
            }
        },
        "blocks": {
            "core/button": {
                "spacing": {
                    "padding": {
                        "top": "14px",
                        "right": "35px",
                        "bottom": "14px",
                        "left": "35px"
                    },
                    "margin": {
						"top": "0px",
						"bottom": "0px"
					}
                }
            },
            "core/heading": {
                "spacing": {
                    "margin": {
						"top": "0px",
						"bottom": "20px"
					}
                }
            },
            "core/paragraph": {
                "spacing": {
                    "margin": {
						"top": "0px",
						"bottom": "1rem"
					}
                }
            }
        }
	},
    "customTemplates": [
		{
			"name": "page-no-title",
			"title": "Page (Full Width, No Title)",
			"postTypes": [
				"page"
			]
		}
	],
    "templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		}
	]
}