{
	"version": 2,
	"title": "Style 02",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#FFFFFF",
					"name": "Base"
				},
				{
					"slug": "base-darker",
					"color": "#F2F2F2",
					"name": "Base (Darker)"
				},
				{
					"slug": "accent",
					"color": "#222222",
					"name": "Accent"
				},
				{
                    "slug": "contrast",
                    "color": "#000000",
                    "name": "Contrast"
                },
                {
                    "slug": "contrast-medium",
                    "color": "#555555",
                    "name": "Contrast (Medium)"
                },
                {
                    "slug": "contrast-light",
                    "color": "#888888",
                    "name": "Contrast (Light)"
                }
			]
		}
	},
	"styles": {
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--anton)",
					"fontWeight": "400",
					"textTransform": "uppercase"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "calc(1.1 * var(--wp--preset--font-size--medium))"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "calc(1 * var(--wp--preset--font-size--medium))"
				}
			}
		},
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--anton)",
					"fontSize": "calc(1.5 * var(--wp--preset--font-size--medium))"
				}
			},
			"core/navigation": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"	
				},
                "typography": {
                    "fontSize": "calc(.9 * var(--wp--preset--font-size--small))",
                    "fontWeight": 400,
                    "textTransform": "uppercase"
                }
            }
		},
		"typography": {
			"fontSize": "calc(.85 * var(--wp--preset--font-size--medium))",
			"lineHeight": "calc(.95 * var(--wp--custom--typography--line-height--normal))",
			"fontFamily": "var(--wp--preset--font-family--roboto-mono)"
		}
	}
}