{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Indigo",
	"slug": "indigo",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#2E3AA3",
						"#6964C4"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#2E3AA3",
						"#FFFFFF"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#6964C4",
						"#2E3AA3"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#060606",
						"#FFF8EF"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#2E3AA3",
						"#060606"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#FFF8EF",
						"#FFFFFF"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#060606",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FFF8EF",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#2E3AA3",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#6964C4",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#FFFFFF",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#393B3C",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0"
					}
				}
			},
			"color": {
				"background-tint-1": "#EBEFFC",
				"background-tint-1-ink": "#060606",
				"background-tint-1-weak": "#484848",
				"background-tint-2": "#F4E8DF",
				"background-tint-2-ink": "#060606",
				"background-tint-2-weak": "#484848",
				"background-tint-3": "#F4E9EE",
				"background-tint-3-ink": "#060606",
				"background-tint-3-weak": "#484848",
				"background-base": "#FFF8EF",
				"background-sunken": "#E9ECF3",
				"text-strong": "#060606",
				"icon-surface": "#F1EDEC",
				"icon-ink": "#060606"
			}
		}
	},
	"styles": {
		"elements": {
			"h1": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--mulish)"
		}
	}
}
