{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "typography": {
            "writingMode": true,
            "defaultFontSizes": false,
            "fluid": true,
            "fontSizes": [
                {
                    "fluid": false,
                    "name": "Small",
                    "size": "14px",
                    "slug": "small"
                },
                {
                    "fluid": false,
                    "name": "Medium",
                    "size": "16px",
                    "slug": "medium"
                },
                {
                    "fluid": false,
                    "name": "Large",
                    "size": "18px",
                    "slug": "large"
                },
                {
                    "fluid": false,
                    "name": "Extra Large",
                    "size": "20px",
                    "slug": "x-large"
                },
                {
                    "fluid": false,
                    "name": "Extra Extra Large",
                    "size": "24px",
                    "slug": "xx-large"
                }
            ],
            "fontFamilies": [
                {
                    "name": "DM Sans",
                    "slug": "dmsans",
                    "fontFamily": "DM Sans, sans-serif",
                    "fontFace": [
                        {
                            "src": [
                                "file:./assets/fonts/dmsans/DMSans-VariableFont_opsz,wght.woff2"
                            ],
                            "fontWeight": "200 800",
                            "fontStyle": "normal",
                            "fontFamily": "DM Sans"
                        }
                    ]
                }
            ]
        },
        "layout": {
            "contentSize": "1290px",
            "wideSize": "100%"
        },
        "spacing": {
            "margin": true,
            "padding": true,
            "blockGap": true,
            "defaultSpacingSizes": false,
            "spacingSizes": [
                {
                    "name": "Tiny",
                    "size": "8px",
                    "slug": "10"
                },
                {
                    "name": "X-Small",
                    "size": "20px",
                    "slug": "20"
                },
                {
                    "name": "Small",
                    "size": "clamp(20px, 5vw, 30px)",
                    "slug": "30"
                },
                {
                    "name": "Regular",
                    "size": "clamp(30px, 5vw, 48px)",
                    "slug": "48"
                },
                {
                    "name": "Large",
                    "size": "clamp(40px, 7vw, 60px)",
                    "slug": "60"
                },
                {
                    "name": "X-Large",
                    "size": "clamp(50px, 7vw, 80px)",
                    "slug": "80"
                },
                {
                    "name": "XX-Large",
                    "size": "clamp(70px, 10vw, 120px)",
                    "slug": "120"
                }
            ],
            "units": [
                "%",
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ]
        },
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        },
        "color": {
            "duotone": [
                {
                    "slug": "coaching-center",
                    "name": "Coaching Center",
                    "colors": [
                        "#EEF7FE",
                        "#207DFE"
                    ]
                }
            ],
            "palette": [
                {
                    "slug": "primary",
                    "color": "#207DFE",
                    "name": "Primary"
                },
                {
                    "slug": "secondary",
                    "color": "#004DD9",
                    "name": "Secondary"
                },
                {
                    "slug": "heading",
                    "color": "#111111",
                    "name": "Heading"
                },
                {
                    "slug": "body",
                    "color": "#3D3D3D",
                    "name": "Body"
                },
                {
                    "slug": "background",
                    "color": "#F6F6F6",
                    "name": "Background"
                },
                {
                    "slug": "border-color",
                    "color": "#E7E7E7",
                    "name": "Border Color"
                }
            ]
        },
        "custom": {
            "groupBlockWidthOptions": "true"
        },
        "useRootPaddingAwareAlignments": true
    },
    "styles": {
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--dmsans)",
            "fontSize": "var(--wp--preset--font-size--medium)"
        },
        "color": {
            "text": "#3D3D3D",
            "background": "#ffffff"
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontWeight": "700"
                }
            },
            "button": {
                "color": {
                    "text": "#fff",
                    "background": "#207DFE"
                },
                "spacing": {
                    "padding": "12px 24px"
                }
            }
        },
        "blocks": {
            "core/code": {
                "color": {
                    "text": "#073164",
                    "background": "#000000"
                }
            },
            "core/button": {
                "typography": {
                    "fontWeight": "600"
                },
                "variations": {
                    "outline": {
                        "border": {
                            "color": "currentColor",
                            "style": "solid",
                            "width": "1px"
                        }
                    }
                }
            },
            "core/gallery": {
                "spacing": {
                    "blockGap": "2.5rem"
                }
            },
            "core/columns": {
                "spacing": {
                    "margin": {
                        "top": "0px"
                    }
                }
            },
            "core/group": {
                "spacing": {
                    "margin": {
                        "top": "0px"
                    }
                }
            },
            "core/avatar": {
                "border": {
                    "radius": "9999px"
                }
            }
        },
        "spacing": {
            "padding": {
                "top": "0",
                "bottom": "0",
                "left": "1rem",
                "right": "1rem"
            }
        }
    },
    "customTemplates": [
        {
            "name": "fullwidth",
            "title": "Fullwidth",
            "postTypes": [
                "page"
            ]
        }
    ],
    "templateParts": {},
    "patterns": []
}