{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"color": {
			"palette": [ 
				{
					"slug": "background",
					"color": "#28212b",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#FCE2DB",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#f9a5dc",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#823772",
					"name": "Secondary"
				}
			],
			"duotone": [
				{
					"colors": [ "#f9a5dc", "#28212b" ],
					"slug": "primary-background",
					"name": "Primary and background"
				},
				{
					"colors": [ "#823772", "#28212b" ],
					"slug": "secondary-background",
					"name": "Secondary and background"
				},
				{
					"colors": ["#FCE2DB","#f9a5dc"],
					"slug": "foreground-primary",
					"name": "Foreground and primary"
				},
				{
					"colors": ["#FCE2DB","#823772"],
					"slug": "foreground-secondary",
					"name": "Foreground and secondary"
				},
				{
					"colors": ["#FCE2DB","#28212b"],
					"slug": "foreground-background",
					"name": "Foreground and background"
				},
				{
					"colors": ["#f9a5dc","#823772"],
					"slug": "primary-secondary",
					"name": "Primary and secondary"
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--poppins)",
			"fontSize": "var(--wp--preset--font-size--small)",
			"fontWeight": "300"
		}
	}
}
