{
	"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
	"version": 2,
    "settings": {
        "color": {
            "background": "#ffffff",
            "text": "#616161"
        },
        "typography": {
            "lineHeight": true,
            "fontStyle": true,
            "fluid": true,
            "fontWeight": false,
            "fontSizes": [
                { 
                    "name": "Small", 
                    "slug": "small", 
                    "size": "1.00rem"
                },
                { 
                    "name": "Normal", 
                    "slug": "normal", 
                    "size": "1.25rem"
                },
                { 
                    "name": "Large", 
                    "slug": "large", 
                    "size": "1.5rem"
                }
            ],
			"lineHeight": "1.2"
        },
        "spacing": {
            "blockGap": "1.5rem",
            "margin": "0",
            "padding": "1rem"
        },
        "layout": {
            "contentSize": "800px",
            "wideSize": "1170px"
        }
    },
    "styles": {
        "blocks": {
            "core/group": {
                "spacing": {
                    "padding": {
                        "top": "2rem",
                        "bottom": "2rem"
                    }
                }
            },
            "core/heading": {
                "spacing": {
                    "margin": {
                        "top": "10px",
                        "bottom": "20px"
                    }
                }
            },
            "core/paragraph": {
                "spacing": {
                    "margin": {
                        "top": "0px",
                        "bottom": "1rem"
                    }
                }
            }
        }
    }
}