{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Brick",
	"slug": "brick",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#7A2812",
						"#3D4235"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#7A2812",
						"#E2E1DD"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#3D4235",
						"#7A2812"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#171511",
						"#F3EFEC"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#7A2812",
						"#171511"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#F3EFEC",
						"#E2E1DD"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#171511",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#F3EFEC",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#7A2812",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#3D4235",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#E2E1DD",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#090703",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0"
					}
				}
			},
			"color": {
				"background-tint-1": "#F5E6DF",
				"background-tint-2": "#EDE4D8",
				"background-tint-3": "#E6E8E0",
				"background-tint-1-ink": "#171511",
				"background-tint-1-weak": "#4E4C47",
				"background-tint-2-ink": "#171511",
				"background-tint-2-weak": "#494642",
				"background-tint-3-ink": "#171511",
				"background-tint-3-weak": "#4E4C47",
				"background-base": "#F3EFEC",
				"background-sunken": "#F0EAE8",
				"text-strong": "#171511",
				"icon-surface": "#ECE3DE",
				"icon-ink": "#171511"
			}
		}
	},
	"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--rubik)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--hind)"
		}
	}
}
