{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Cloud",
	"settings": {
		"custom": {
			"variation": "cloud",
			"button-radius": "var(--wp--custom--border-radius--small)"
		},
		"color": {
			"palette": [
				{
					"slug": "accent-1",
					"name": "Accent 1",
					"color": "#00b2ca"
				},
				{
					"slug": "accent-2",
					"name": "Accent 2",
					"color": "#006fca"
				},
				{
					"slug": "accent-3",
					"name": "Accent 3",
					"color": "#00ca9f"
				},
				{
					"slug": "contrast",
					"name": "Contrast",
					"color": "#111111"
				},
				{
					"slug": "base",
					"name": "Base",
					"color": "#ffffff"
				},
				{
					"slug": "contrast-2",
					"name": "Contrast 2",
					"color": "#181d21"
				},
				{
					"slug": "contrast-3",
					"name": "Contrast 3",
					"color": "#152128"
				},
				{
					"slug": "base-2",
					"name": "Base 2",
					"color": "#f4fdff"
				},
				{
					"slug": "base-3",
					"name": "Base 3",
					"color": "#e8edf1"
				},
				{
					"slug": "mid",
					"name": "Mid",
					"color": "#9ea9b2"
				},
				{
					"slug": "accent-1-transparent",
					"name": "Accent 1 Transparent",
					"color": "#00b2ca0f"
				}
			],
			"duotone": [
				{
					"name": "White / Accent 1",
					"slug": "white-and-accent-1",
					"colors": [ "#ffffff", "#00b2ca" ]
				},
				{
					"name": "Accent 1 / White",
					"slug": "accent-1-and-white",
					"colors": [ "#00b2ca", "#ffffff" ]
				},
				{
					"name": "White / Accent 2",
					"slug": "white-and-accent-2",
					"colors": [ "#ffffff", "#006fca" ]
				},
				{
					"name": "Accent 2 / White",
					"slug": "accent-2-and-white",
					"colors": [ "#006fca", "#ffffff" ]
				},
				{
					"name": "White / Accent 3",
					"slug": "white-and-accent-3",
					"colors": [ "#ffffff", "#00ca9f" ]
				},
				{
					"name": "Accent 3 / White",
					"slug": "accent-3-and-white",
					"colors": [ "#00ca9f", "#ffffff" ]
				},
				{
					"name": "Base / Base 2",
					"slug": "base-and-base-2",
					"colors": [ "#ffffff", "#f4fdff" ]
				},
				{
					"name": "Base 2 / Base",
					"slug": "base-2-and-base",
					"colors": [ "#f4fdff", "#ffffff" ]
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--mulish)",
			"fontStyle": "normal",
			"fontWeight": "300"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"fontFamily": "var(--wp--preset--font-family--mulish)",
					"textTransform": "uppercase",
					"letterSpacing": "-0.04em"
				}
			}
		}
	}
}