{
	"version": 3,
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "primary-950",
					"color": "#2F0D68",
					"name": "Primary 950"
				},
				{
					"slug": "primary-900",
					"color": "#4D179A",
					"name": "Primary 900"
				},
				{
					"slug": "primary-800",
					"color": "#5D0EC0",
					"name": "Primary 800"
				},
				{
					"slug": "primary-700",
					"color": "#7008E7",
					"name": "Primary 700"
				},
				{
					"slug": "primary-600",
					"color": "#7F22FE",
					"name": "Primary 600"
				},
				{
					"slug": "primary-500",
					"color": "#8E51FF",
					"name": "Primary 500"
				},
				{
					"slug": "primary-400",
					"color": "#A684FF",
					"name": "Primary 400"
				},
				{
					"slug": "primary-300",
					"color": "#C4B3FF",
					"name": "Primary 300"
				},
				{
					"slug": "primary-200",
					"color": "#DDD6FF",
					"name": "Primary 200"
				},
				{
					"slug": "primary-100",
					"color": "#EDE9FE",
					"name": "Primary 100"
				},
				{
					"slug": "primary-50",
					"color": "#F5F3FF",
					"name": "Primary 50"
				},
				{
					"slug": "neutral-950",
					"color": "#030712",
					"name": "Neutral 950"
				},
				{
					"slug": "neutral-900",
					"color": "#111827",
					"name": "Neutral 900"
				},
				{
					"slug": "neutral-800",
					"color": "#1f2937",
					"name": "Neutral 800"
				},
				{
					"slug": "neutral-700",
					"color": "#374151",
					"name": "Neutral 700"
				},
				{
					"slug": "neutral-600",
					"color": "#4b5563",
					"name": "Neutral 600"
				},
				{
					"slug": "neutral-500",
					"color": "#6b7280",
					"name": "Neutral 500"
				},
				{
					"slug": "neutral-400",
					"color": "#9ca3af",
					"name": "Neutral 400"
				},
				{
					"slug": "neutral-300",
					"color": "#d1d5db",
					"name": "Neutral 300"
				},
				{
					"slug": "neutral-200",
					"color": "#e5e7eb",
					"name": "Neutral 200"
				},
				{
					"slug": "neutral-100",
					"color": "#f3f4f6",
					"name": "Neutral 100"
				},
				{
					"slug": "neutral-50",
					"color": "#f9fafb",
					"name": "Neutral 50"
				},
				{
					"slug": "white",
					"color": "#ffffff",
					"name": "White"
				}
			],
			"duotone": [
				{
					"colors": [
						"#7F22FE",
						"#C4B3FF"
					],
					"slug": "primary-blue",
					"name": "Violet Duotone"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "Outfit, sans-serif",
					"name": "Outfit",
					"slug": "outfit",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Outfit",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/outfit/OutfitVF.woff2"
							]
						}
					]
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--outfit)",
			"fontWeight": "400"
		},
		"css": ".sidebar{ background: #fff; border-radius: 4px;}",
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--outfit)",
					"fontWeight": "500"
				}
			},
			"button": {
				"border": {
					"radius": "0.5rem",
					"width": "0"
				},
				"spacing": {
					"padding": {
						"top": "0.5rem",
						"right": "1rem",
						"bottom": "0.5rem",
						"left": "1rem"
					}
				},
				"color": {
					"background": "var(--wp--preset--color--primary-600)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--base)",
					"fontWeight": "var(--wp--custom--font-weight--regular)"
				},
				":hover": {
					"typography": {
						"textDecoration": "underline"
					}
				}
			}
		}
	}
}