{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"title": "Forest Edge",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#f0ebe3",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#0d0d0d",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#4a5d2a",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#6b4f3a",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#d9d0c4",
					"name": "Neutral",
					"slug": "neutral"
				}
			]
		}
	},
	"styles": {
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--base)"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--contrast)",
						"text": "var(--wp--preset--color--base)"
					}
				}
			}
		}
	}
}