{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Merlot",
	"slug": "merlot",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#281616",
						"#492525"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#281616",
						"#F9F5F1"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#492525",
						"#281616"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#12141D",
						"#FFFFFF"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#281616",
						"#12141D"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#FFFFFF",
						"#F9F5F1"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#12141D",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FFFFFF",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#281616",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#492525",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#F9F5F1",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#444444",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0.375rem"
					}
				}
			},
			"color": {
				"background-tint-1": "#FFF2F2",
				"background-tint-1-ink": "#12141D",
				"background-tint-1-weak": "#585B67",
				"background-tint-2": "#E5F5EE",
				"background-tint-2-ink": "#12141D",
				"background-tint-2-weak": "#585B67",
				"background-tint-3": "#F4F2EC",
				"background-tint-3-ink": "#12141D",
				"background-tint-3-weak": "#585B67",
				"background-base": "#FFFFFF",
				"background-sunken": "#E9E8E8",
				"text-strong": "#12141D",
				"icon-surface": "#F1EFEF",
				"icon-ink": "#12141D"
			}
		}
	},
	"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--source-serif-pro)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--hind)"
		}
	}
}
