{
	"version": 2,
	"title": "Style 04",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#FFFFFF",
					"name": "Base"
				},
				{
					"slug": "base-darker",
					"color": "#EEEEEE",
					"name": "Base (Darker)"
				},
				{
					"slug": "accent",
					"color": "#FF0000",
					"name": "Accent"
				},
				{
                    "slug": "contrast",
                    "color": "#000000",
                    "name": "Contrast"
                },
                {
                    "slug": "contrast-medium",
                    "color": "#222222",
                    "name": "Contrast (Medium)"
                },
                {
                    "slug": "contrast-light",
                    "color": "#888888",
                    "name": "Contrast (Light)"
                }
			]
		}
	},
	"styles": {
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontWeight": "700",
					"letterSpacing": "-0.025em"
				}
			},
			"h1": {
				"typography": {
					"letterSpacing": "-0.035em"
				}
			}
		},
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontWeight": "500",
					"letterSpacing": "-0.015em"
				}
			},
			"core/navigation": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"	
				},
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--medium)",
                    "fontWeight": 400,
                    "textTransform": "none"
                }
            }
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)"
		}
	}
}