{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Porto",
	"slug": "porto",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#4D4848",
						"#F8FAF9"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#F8FAF9",
						"#4D4848"
					],
					"slug": "background-and-foreground",
					"name": "Background and foreground"
				},
				{
					"colors": [
						"#854836",
						"#0D1B1E"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#854836",
						"#4D4848"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#F8FAF9",
						"#F8ECEA"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#4D4848",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#F8FAF9",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#854836",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#0D1B1E",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#F8ECEA",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#4D4848",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"color": {
				"background-tint-1": "#F2EDE8",
				"background-tint-2": "#E8DDD6",
				"background-tint-3": "#E3E8E6",
				"background-tint-1-ink": "#4D4848",
				"background-tint-1-weak": "#585353",
				"background-tint-2-ink": "#423D3D",
				"background-tint-2-weak": "#423D3D",
				"background-tint-3-ink": "#4D4848",
				"background-tint-3-weak": "#4D4848",
				"background-base": "#F8FAF9",
				"background-sunken": "#F0ECEB",
				"text-strong": "#4D4848",
				"icon-surface": "#F1EFEC",
				"icon-ink": "#4D4848"
			}
		}
	},
	"styles": {
		"blocks": {
			"core/comments-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"width": "2px 0"
				}
			},
			"core/quote": {
				"border": {
					"width": "0 0 0 2px"
				}
			},
			"core/site-title": {
				"typography": {
					"letterSpacing": "0.02em"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"letterSpacing": "-0.07em"
				}
			},
			"h2": {
				"typography": {
					"letterSpacing": "-0.04em"
				}
			},
			"h3": {
				"typography": {
					"letterSpacing": "-0.03em"
				}
			},
			"h4": {
				"typography": {
					"letterSpacing": "-0.03em"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--extra-bold)"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--karla)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inconsolata)"
		}
	}
}
