{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Corporate",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#ffffff",
					"name": "Base"
				},
				{
					"slug": "contrast",
					"color": "#1e293b",
					"name": "Contrast"
				},
				{
					"slug": "primary",
					"color": "#0f172a",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#3b82f6",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#f1f5f9",
					"name": "Tertiary"
				},
				{
					"slug": "success",
					"color": "#10b981",
					"name": "Success"
				},
				{
					"slug": "warning",
					"color": "#f59e0b",
					"name": "Warning"
				},
				{
					"slug": "danger",
					"color": "#ef4444",
					"name": "Danger"
				},
				{
					"slug": "info",
					"color": "#06b6d4",
					"name": "Info"
				},
				{
					"slug": "light",
					"color": "#f8fafc",
					"name": "Light"
				},
				{
					"slug": "dark",
					"color": "#0f172a",
					"name": "Dark"
				}
			],
			"gradients": [
				{
					"slug": "professional-blue",
					"gradient": "linear-gradient(135deg, #0f172a 0%, #3b82f6 100%)",
					"name": "Professional Blue"
				},
				{
					"slug": "business-slate",
					"gradient": "linear-gradient(135deg, #1e293b 0%, #475569 100%)",
					"name": "Business Slate"
				},
				{
					"slug": "corporate-sky",
					"gradient": "linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%)",
					"name": "Corporate Sky"
				},
				{
					"slug": "executive",
					"gradient": "linear-gradient(135deg, #f1f5f9 0%, #cbd5e1 100%)",
					"name": "Executive"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "'Inter', -apple-system, sans-serif",
					"slug": "corporate-sans",
					"name": "Corporate Sans"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--corporate-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.7"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontWeight": "600",
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--secondary)",
					"text": "var(--wp--preset--color--light)"
				},
				"border": {
					"radius": "0.5rem",
					"width": "0",
					"style": "none"
				},
				"spacing": {
					"padding": {
						"top": "1rem",
						"right": "2rem",
						"bottom": "1rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontWeight": "600",
					"letterSpacing": "0.025em"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--primary)"
					}
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "800",
					"letterSpacing": "-0.04em"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "-0.03em"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"blocks": {
			"core/quote": {
				"color": {
					"background": "var(--wp--preset--color--tertiary)"
				},
				"border": {
					"left": {
						"color": "var(--wp--preset--color--secondary)",
						"width": "4px",
						"style": "solid"
					}
				},
				"spacing": {
					"padding": {
						"top": "1.5rem",
						"right": "2rem",
						"bottom": "1.5rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontSize": "1.125rem",
					"fontWeight": "500"
				}
			}
		}
	}
}
