{
    "version": 2,
    "settings": {
        "appearanceTools": true,
        "useRootPaddingAwareAlignments": true,
        "color": {
            "palette": [
                { "slug": "primary", "color": "#0073aa", "name": "Primary" },
                { "slug": "primary-dark", "color": "#005177", "name": "Primary Dark" },
                { "slug": "text", "color": "#333333", "name": "Text" },
                { "slug": "background", "color": "#ffffff", "name": "Background" },
                { "slug": "light-gray", "color": "#f7f7f7", "name": "Light Gray" }
            ],
            "gradients": [
                {
                    "slug": "primary-gradient",
                    "gradient": "linear-gradient(135deg, #0073aa 0%, #005177 100%)",
                    "name": "Primary Gradient"
                }
            ]
        },
        "typography": {
            "fontSizes": [
                { "slug": "small", "size": "0.875rem", "name": "Small" },
                { "slug": "medium", "size": "1rem", "name": "Medium" },
                { "slug": "large", "size": "1.5rem", "name": "Large" },
                { "slug": "x-large", "size": "2rem", "name": "Extra Large" },
                { "slug": "xx-large", "size": "2.5rem", "name": "2X Large" }
            ],
            "fontFamilies": [
                {
                    "slug": "system-fonts",
                    "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
                    "name": "System Fonts"
                }
            ]
        },
        "spacing": {
            "units": ["px", "em", "rem", "%", "vh", "vw"],
            "blockGap": true,
            "padding": true,
            "margin": true
        },
        "layout": {
            "contentSize": "800px",
            "wideSize": "1200px"
        },
        "blocks": {
            "core/button": {
                "color": {
                    "text": "#ffffff",
                    "background": "#0073aa"
                },
                "spacing": {
                    "padding": {
                        "top": "0.625rem",
                        "right": "1.25rem",
                        "bottom": "0.625rem",
                        "left": "1.25rem"
                    }
                }
            },
            "core/quote": {
                "border": {
                    "color": "#0073aa",
                    "style": "solid",
                    "width": "0 0 0 4px"
                },
                "spacing": {
                    "padding": {
                        "top": "1rem",
                        "right": "1rem",
                        "bottom": "1rem",
                        "left": "1.5rem"
                    }
                }
            }
        }
    },
    "styles": {
        "elements": {
            "button": {
                "color": { "text": "#ffffff", "background": "#0073aa" },
                "border": { "radius": "3px" },
                "typography": { "fontSize": "0.9375rem" }
            },
            "link": {
                "color": { "text": "#0073aa" }
            },
            "heading": {
                "typography": { "lineHeight": "1.3" }
            }
        },
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--system-fonts)",
            "fontSize": "1rem",
            "lineHeight": "1.6"
        },
        "spacing": {
            "blockGap": "1.5rem",
            "padding": {
                "top": "0",
                "right": "1.5rem",
                "bottom": "0",
                "left": "1.5rem"
            }
        }
    }
}
