{
	"version": 2,
	"title": "Style 03",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "body",
					"color": "#000000",
					"name": "Body"
				},
                {
                    "slug": "background",
                    "color": "#FCFBFC",
                    "name": "Background"
                },
				{
					"slug": "accent",
					"color": "#FEDB0F",
					"name": "Accent"
				},
				{
					"slug": "accent-2",
					"color": "#DDDDDD",
					"name": "Accent #2 "
				},
                {
                    "slug": "body-light",
                    "color": "#F5F5F5",
                    "name": "Body Light"
                }
			]
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1920px"
		}
	},
	"styles": {
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto-flex)",
					"fontWeight": 700,
					"textTransform": "lowercase"
				}
			},
			"core/pullquote": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--space-grotesk)",
					"fontWeight": 500,
					"letterSpacing": "0",
					"textTransform": "none"
				}
			},
			"core/navigation": {
				"fontSize": "var(--wp--preset--font-size--medium)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--space-grotesk)"
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--accent)",
					"text": "var(--wp--preset--color--body)"
				},
				"typography": {
					"textTransform": "none",
					"fontWeight": 500,
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto-flex)",
					"fontWeight": "800",
					"textTransform": "uppercase",
					"letterSpacing": "0"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "calc(1.25 * var(--wp--preset--font-size--xx-large))"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "calc(2 * var(--wp--preset--font-size--x-large))"
				}
			}
		}
	}
}
