{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Espresso",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#92400E",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#B45309",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#1C1917",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#44403C",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FAFAF9",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#FEF3C7",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FED7AA",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F5F5F4",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#1C1917",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#E7E5E4",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#0F766E",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#78716C",
					"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, #1C1917 0%, #92400E 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#92400E", "#92400E" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#1C1917", "#1C1917" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#FAFAF9", "#FAFAF9" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
