{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Botanic",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#0F766E",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#14B8A6",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#052E2B",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#3F4E4C",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FCFEFD",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#CCFBF1",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF3C7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F0FDFA",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#052E2B",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#D1DAD9",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#F59E0B",
					"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, #0F766E 0%, #14B8A6 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#0F766E", "#0F766E" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#052E2B", "#052E2B" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#FCFEFD", "#FCFEFD" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
