{
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "slug": "primary",
                    "color": "#702B3D",
                    "name": "Primary",
                    "default": "#702B3D"
                },
                {
                    "slug": "foreground",
                    "color": "#1f2421",
                    "name": "Foreground",
                    "default": "#000000"
                },
                {
                    "slug": "background",
                    "color": "#fcf2f0",
                    "name": "Background",
                    "default": "#ffffff"
                },
                {
                    "slug": "tertiary",
                    "color": "#f2e4e3",
                    "name": "Tertiary",
                    "default": "#F0F0F0"
                }
            ]
        },
        "custom": {
            "color": {
                "foreground": "var(--wp--preset--color--foreground)",
                "background": "var(--wp--preset--color--background)",
                "primary": "var(--wp--preset--color--primary)",
                "secondary": "var(--wp--preset--color--secondary)",
                "tertiary": "var(--wp--preset--color--tertiary)"
            }
        }
    },
    "styles": {
        "blocks": {
            "core/heading": {
                "typography": {
			        "fontFamily": "var:preset|font-family|bodoni-moda"
                }
            },
            "core/post-title": {
                "typography": {
			        "fontFamily": "var:preset|font-family|bodoni-moda"
                }
            }
        },
        "typography": {
			"fontFamily": "var:preset|font-family|source-sans-pro"
        }
    }
}