{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "name": "Primary",
                    "slug": "primary",
                    "color": "#0073aa"
                },
                {
                    "name": "Secondary",
                    "slug": "secondary",
                    "color": "#005177"
                }
            ]
        },
        "typography": {
            "fontSizes": [
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "14px"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "24px"
                }
            ]
        }
    },
    "styles": {
        "typography": {
            "fontFamily": "Arial, sans-serif"
        },
        "color": {
            "background": "#ffffff",
            "text": "#333333"
        }
    }
}
