{
    "$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
    "version": 2,
    "settings": {
		"appearanceTools": true,
        "layout": {
            "contentSize": "1200px",
            "wideSize": "1200px"
        },
        "spacing": 
        {
            "padding": true,
            "margin": true,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "%",
                "vw"
            ]
        },
        "border":{
            "radius": "true",
            "color": "true",
            "style": "true",
            "width:": "true"
        }
		
    }
}