{
    "version":2,
    "appearanceTools":true,
    "templateParts": [
        {
            "name": "header",
            "area": "header"
        },
        {
            "name": "footer",
            "area": "footer"
        }
    ],
    "customTemplates": [
        {
            "name": "blank",
            "title": "Blank",
            "postTypes": ["page", "post"]
        },
        {
            "name":"sidebar",
            "title":"Sidebar",
            "postTypes": ["page", "post"]
        }
    ],
    "settings": {
        "color": {
            "defaultPalette": false,
            "palette":[
                {
                    "name": "Dark Grey",
                    "slug": "dark-grey",
                    "color": "#111111"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#ffffff"
                },
                {
                    "name": "Coral Red",
                    "slug": "coral-red",
                    "color": "#ff4040"
                },
                {
                    "name": "Orange",
                    "slug": "orange",
                    "color": "#f66721"
                },
                {
                    "name": "Sunset Orange",
                    "slug": "sunset-orange",
                    "color": "#d54a0e"
                },
                {
                    "name": "Lemon Yellow",
                    "slug": "lemon-yellow",
                    "color": "#faf908"
                },
                {
                    "name": "Light Natural Green",
                    "slug": "light-natural-green",
                    "color": "#b2c979"
                },
                {
                    "name": "Leaf Green",
                    "slug": "leaf-green",
                    "color": "#a1a526"
                },
                {
                    "name": "Dark Natural Green",
                    "slug": "dark-natural-green",
                    "color": "#53741f"
                },
                {
                    "name": "Sky Blue",
                    "slug": "sky-blue",
                    "color": "#b7dfeb"
                },
                {
                    "name": "Sea Blue",
                    "slug": "sea-blue",
                    "color": "#739ed2"
                },
                {
                    "name": "Light Purple",
                    "slug": "light-purple",
                    "color": "#d79bcc"
                },
                {
                    "name": "Natural Purple",
                    "slug": "natural-purple",
                    "color": "#8d73c8"
                },
                {
                    "name": "Dark Purple",
                    "slug": "dark-purple",
                    "color": "#5b2595"
                },
                {
                    "name": "Light Pink",
                    "slug": "light-pink",
                    "color": "#eda6b3"
                },
                {
                    "name": "Natural Pink",
                    "slug": "natural-pink",
                    "color": "#f408a0"
                },
                {
                    "name": "Light Wheat Brown",
                    "slug": "light-wheat-brown",
                    "color": "#d8b281"
                },
                {
                    "name": "Wheat Brown",
                    "slug": "wheat-brown",
                    "color": "#a57632"
                }
            ]
        },
        "typography": {
            "customLineHeight": true,
            "fontFamilies": [
            {
                "fontFamily": "\"Open Sans\", sans-serif",
                "slug": "open-sans",
                "name": "Open Sans (Default)"
            },
            {
                "fontFamily": "monospace",
                "slug": "monospace",
                "name": "monospace"
            },
            {
                "fontFamily": "Arial, sans-serif",
                "slug": "arial",
                "name": "Arial"
            },
            {
                "fontFamily": "Times New Roman, sans-serif",
                "slug": "times-new-roman",
                "name": "Times New Roman"
            }
            ],
            "fontSizes": [
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "11px"
                },
                {
                    "name": "Normal",
                    "slug": "normal",
                    "size": "16px"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "18px"
                },
                {
                    "name": "Very Large",
                    "slug": "very-large",
                    "size": "22px"
                }
            ]
        },
        "border": {
            "color": true,
            "radius:": true,
            "style": true,
            "width": true
        },
        "spacing": {
            "units": [
                "%",
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ]
        }
    },
    "styles": {
        "blocks": {
            "core/button": {
                "typography": {
                    "fontWeight": "700",
                    "fontSize": "var(--wp--custom--typography--font-size--normal)"
                },
                "border": {
                    "radius": "6"
                }
            },
            "core/navigation": {
                "spacing": {
                    "blockGap": "0"
                }
            },
            "core/heading": {
                "typography": {
                    "fontWeight": "700"
                }
            },
            "core/paragraph": {
                "typography": {
                    "fontSize": "1rem"
                }
            },
            "core/verse": {
                "typography": {
                    "fontWeight": "400",
                    "lineHeight": "1.6"
                },
                "color": {
                    "background": "#eee"
                }
            }
        },
        "color": {
            "background": "var(--wp--preset--color--background)",
            "text": "var(--wp--preset--color--foreground)"
        },
        "elements": {
            "h1": {
                "fontSize": "2em"
            },
            "h2": {
                "fontSize": "1.5em"
            },
            "h3": {
                "fontSize": "1.3em"
            },
            "h4": {
                "fontSize": "1em"
            },
            "h5": {
                "fontSize": "0.8em"
            },
            "h6": {
                "fontSize": "0.7em"
            }
        },
        "custom": {
            "typography": {
                "font-size": {
                    "heading-1": "2em",
                    "heading-2": "1.5em",
                    "heading-3": "1.3em",
                    "heading-4": "1em",
                    "heading-5": "0.8em",
                    "heading-6": "0.7em"
                }
            }
        }
    }
}