{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Emerald",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#059669",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#10B981",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#064E3B",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#334155",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FCFDFD",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#D1FAE5",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF3C7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F0FDF4",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#064E3B",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#CBD5E1",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#D97706",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#64748B",
					"slug": "neutral"
				},
				{
					"name": "Transparent",
					"color": "transparent",
					"slug": "transparent"
				},
				{
					"name": "Current Color",
					"color": "currentColor",
					"slug": "currentColor"
				},
				{
					"name": "Inherit",
					"color": "inherit",
					"slug": "inherit"
				}
			],
			"gradients": [
				{
					"slug": "primary",
					"gradient": "linear-gradient(135deg, #059669 0%, #10B981 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#059669", "#059669" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#064E3B", "#064E3B" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#D1FAE5", "#D1FAE5" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
