{
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "slug": "foreground",
                    "color": "#f8f4f1",
                    "name": "Foreground",
                    "default": "#333333"
                },
                {
                    "slug": "background",
                    "color": "#070608",
                    "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)"
			},
            "optOutOfParentStyleVariations": true
        }
    },
    "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|overpass"
        }
    }
}