{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Clay",
	"slug": "clay",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#212023",
						"#744F39"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#212023",
						"#F9F8F1"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#744F39",
						"#212023"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#582A2F",
						"#FBEBE1"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#212023",
						"#582A2F"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#FBEBE1",
						"#F9F8F1"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#582A2F",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FBEBE1",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#212023",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#744F39",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#F9F8F1",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#4C3B35",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0.375rem"
					}
				}
			},
			"color": {
				"background-tint-1": "#E7E2F2",
				"background-tint-1-ink": "#582A2F",
				"background-tint-1-weak": "#6A3A3E",
				"background-tint-2": "#E5E0D0",
				"background-tint-2-ink": "#582A2F",
				"background-tint-2-weak": "#5E2F34",
				"background-tint-3": "#F0DCDD",
				"background-tint-3-ink": "#582A2F",
				"background-tint-3-weak": "#5E2F34",
				"background-base": "#FBEBE1",
				"background-sunken": "#E8E8E9",
				"text-strong": "#582A2F",
				"icon-surface": "#ECDDD4",
				"icon-ink": "#582A2F"
			}
		}
	},
	"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--noto-serif-display)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--karla)"
		}
	}
}
