{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        },
        "layout": {
            "contentSize": "50rem",
            "wideSize": "64rem"
        },
        "position": {
            "sticky": true
        },
        "spacing": {
            "blockGap": true,
            "margin": true,
            "padding": true
        },
        "align": {
            "wide": true,
            "full": true
        },
        "typography": {
            "fluid": true,
            "fontSizes": [
                {
                    "name": "small",
                    "size": "1rem",
                    "slug": "sm",
                    "fluid": false
                },
                {
                    "name": "Medium",
                    "size": "1rem",
                    "slug": "md",
                    "fluid": {
                        "min": "1rem",
                        "max": "1.5rem"
                    }
                },
                {
                    "name": "Medium",
                    "size": "1rem",
                    "slug": "md",
                    "fluid": {
                        "min": "1.25rem",
                        "max": "2rem"
                    }
                }
            ],
            "fontFamilies": [
                {
                    "name": "Apple",
                    "slug": "apple",
                    "fontFamily": "-apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
                },
                {
                    "name": "Roboto",
                    "slug": "roboto",
                    "fontFamily": "'Roboto', sans-serif"
                }
            ]
        },
        "dimensions": {
            "minHeight": true
        },
        "blocks": {
			"core/image": {
				"lightbox": {
					"enabled": true
                }
            }
        }
    }
}