{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Vintage",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#f5f0e8",
					"name": "Base"
				},
				{
					"slug": "contrast",
					"color": "#3c3228",
					"name": "Contrast"
				},
				{
					"slug": "primary",
					"color": "#8b6f47",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#c19a6b",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#e8dcc8",
					"name": "Tertiary"
				},
				{
					"slug": "success",
					"color": "#6b8e23",
					"name": "Success"
				},
				{
					"slug": "warning",
					"color": "#cd853f",
					"name": "Warning"
				},
				{
					"slug": "danger",
					"color": "#a0522d",
					"name": "Danger"
				},
				{
					"slug": "info",
					"color": "#5f9ea0",
					"name": "Info"
				},
				{
					"slug": "light",
					"color": "#faf8f3",
					"name": "Light"
				},
				{
					"slug": "dark",
					"color": "#4a3f35",
					"name": "Dark"
				}
			],
			"gradients": [
				{
					"slug": "sepia-warm",
					"gradient": "linear-gradient(135deg, #8b6f47 0%, #c19a6b 100%)",
					"name": "Sepia Warm"
				},
				{
					"slug": "parchment",
					"gradient": "linear-gradient(135deg, #f5f0e8 0%, #e8dcc8 100%)",
					"name": "Parchment"
				},
				{
					"slug": "antique-gold",
					"gradient": "linear-gradient(135deg, #c19a6b 0%, #f5deb3 100%)",
					"name": "Antique Gold"
				},
				{
					"slug": "aged-paper",
					"gradient": "linear-gradient(135deg, #faf8f3 0%, #c19a6b 100%)",
					"name": "Aged Paper"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "'Courier New', Courier, monospace",
					"slug": "vintage-mono",
					"name": "Vintage Monospace"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--vintage-mono)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.9"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"fontWeight": "600",
					"textDecoration": "underline",
					"textDecorationStyle": "wavy"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecorationStyle": "solid"
					}
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--light)"
				},
				"border": {
					"radius": "0",
					"width": "3px",
					"style": "double",
					"color": "var(--wp--preset--color--dark)"
				},
				"spacing": {
					"padding": {
						"top": "0.875rem",
						"right": "2rem",
						"bottom": "0.875rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "0.15em",
					"textTransform": "uppercase",
					"fontSize": "0.875rem"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--secondary)"
					}
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "0.05em",
					"textTransform": "uppercase"
				},
				"color": {
					"text": "var(--wp--preset--color--dark)"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "600",
					"letterSpacing": "0.03em"
				},
				"color": {
					"text": "var(--wp--preset--color--dark)"
				}
			}
		},
		"blocks": {
			"core/quote": {
				"color": {
					"background": "var(--wp--preset--color--tertiary)"
				},
				"border": {
					"top": {
						"color": "var(--wp--preset--color--primary)",
						"width": "3px",
						"style": "double"
					},
					"bottom": {
						"color": "var(--wp--preset--color--primary)",
						"width": "3px",
						"style": "double"
					}
				},
				"spacing": {
					"padding": {
						"top": "2rem",
						"right": "2rem",
						"bottom": "2rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontStyle": "italic",
					"fontSize": "1.2rem",
					"lineHeight": "2"
				}
			}
		}
	}
}
