{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Cairo",
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": ["#ffffff", "#606d6c"],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": ["#ffffff", "#002522"],
					"slug": "foreground-and-primary",
					"name": "Foreground and primary"
				},
				{
					"colors": ["#606d6c", "#002522"],
					"slug": "primary-and-background",
					"name": "Primary and background"
				},
				{
					"colors": ["#002522", "#98d3d0"],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#ffffff",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#606d6c",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#002522",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#98d3d0",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#4a5e5e",
					"name": "Tertiary"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "\"Source Serif 4\", serif",
					"name": "Source Serif 4",
					"slug": "body",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Source Serif 4",
							"fontWeight": "200 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/SourceSerif4/SourceSerif4-VariableFont_opsz,wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Source Serif 4\", serif",
					"name": "Source Serif 4",
					"slug": "heading"
				}
			]
		}
	},
	"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/query-pagination-next": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"core/quote": {
				"border": {
					"width": "0 0 0 2px"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "clamp(1.2rem, 3vw, 1.5rem)",
					"fontWeight": "var(--wp--custom--typography--font-weight--semi-bold)",
					"letterSpacing": "-.025em"
				}
			}
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--foreground)"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--foreground)",
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--foreground)",
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":active": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":visited": {
					"color": {
						"text": "var(--wp--preset--color--foreground)"
					}
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--semi-bold)",
					"letterSpacing": "0"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--semi-bold)"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--semi-bold)"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--semi-bold)"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			}
		}
	}
}
