{
    "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                { "slug": "primary",      "color": "#6366F1", "name": "Primary" },
                { "slug": "secondary",    "color": "#EC4899", "name": "Secondary" },
                { "slug": "accent",       "color": "#14B8A6", "name": "Accent" },
                { "slug": "dark",         "color": "#0F172A", "name": "Dark" },
                { "slug": "light",        "color": "#F8FAFC", "name": "Light" },
                { "slug": "white",        "color": "#FFFFFF", "name": "White" },
                { "slug": "gray-500",     "color": "#6B7280", "name": "Gray 500" },
                { "slug": "gray-700",     "color": "#374151", "name": "Gray 700" }
            ],
            "gradients": [
                {
                    "slug": "primary-secondary",
                    "gradient": "linear-gradient(135deg, #6366F1 0%, #EC4899 100%)",
                    "name": "Primary to Secondary"
                },
                {
                    "slug": "primary-accent",
                    "gradient": "linear-gradient(135deg, #6366F1 0%, #14B8A6 100%)",
                    "name": "Primary to Accent"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, sans-serif",
                    "slug": "heading",
                    "name": "Inter"
                },
                {
                    "fontFamily": "'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif",
                    "slug": "body",
                    "name": "DM Sans"
                }
            ],
            "fontSizes": [
                { "slug": "small",   "size": "0.875rem", "name": "Small" },
                { "slug": "medium",  "size": "1rem",     "name": "Medium" },
                { "slug": "large",   "size": "1.25rem",  "name": "Large" },
                { "slug": "x-large", "size": "1.5rem",   "name": "Extra Large" },
                { "slug": "huge",    "size": "2.25rem",  "name": "Huge" }
            ]
        },
        "spacing": {
            "units": [ "px", "rem", "em", "%", "vw" ]
        },
        "layout": {
            "contentSize": "900px",
            "wideSize": "1320px"
        },
        "appearanceTools": true,
        "useRootPaddingAwareAlignments": true
    },
    "styles": {
        "color": {
            "background": "#FFFFFF",
            "text": "#374151"
        },
        "typography": {
            "fontFamily": "'DM Sans', sans-serif",
            "fontSize": "1rem",
            "lineHeight": "1.5"
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontFamily": "'Inter', sans-serif",
                    "fontWeight": "700"
                },
                "color": {
                    "text": "#0F172A"
                }
            },
            "link": {
                "color": {
                    "text": "#6366F1"
                }
            }
        }
    }
}
