{
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "slug": "foreground",
                    "color": "#000000",
                    "name": "Foreground",
                    "default": "#000000"
                },
                {
                    "slug": "background",
                    "color": "#fff973",
                    "name": "Background",
                    "default": "#ffffff"
                }
            ]
        },
        "custom": {
            "color": {
                "foreground": "var(--wp--preset--color--foreground)",
                "background": "var(--wp--preset--color--background)",
                "primary": "var(--wp--preset--color--foreground)",
                "secondary": "var(--wp--preset--color--foreground)",
                "tertiary": "var(--wp--preset--color--background)"
            }
        }
    },
    "styles": {
        "typography": {
			"fontFamily": "var:preset|font-family|rubik"
        }
    }
}