{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Tech",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#0f172a",
					"name": "Base"
				},
				{
					"slug": "contrast",
					"color": "#f8fafc",
					"name": "Contrast"
				},
				{
					"slug": "primary",
					"color": "#0ea5e9",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#8b5cf6",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#1e293b",
					"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": "#334155",
					"name": "Light"
				},
				{
					"slug": "dark",
					"color": "#020617",
					"name": "Dark"
				}
			],
			"gradients": [
				{
					"slug": "cyber-blue",
					"gradient": "linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%)",
					"name": "Cyber Blue"
				},
				{
					"slug": "neon-purple",
					"gradient": "linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%)",
					"name": "Neon Purple"
				},
				{
					"slug": "tech-gradient",
					"gradient": "linear-gradient(135deg, #0ea5e9 0%, #8b5cf6 50%, #ec4899 100%)",
					"name": "Tech Gradient"
				},
				{
					"slug": "matrix-green",
					"gradient": "linear-gradient(135deg, #10b981 0%, #059669 100%)",
					"name": "Matrix Green"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "'JetBrains Mono', 'Courier New', monospace",
					"slug": "mono-tech",
					"name": "Tech Mono"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--mono-tech)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.6"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"fontWeight": "500",
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--dark)"
				},
				"border": {
					"radius": "0",
					"width": "2px",
					"style": "solid",
					"color": "var(--wp--preset--color--info)"
				},
				"spacing": {
					"padding": {
						"top": "0.75rem",
						"right": "2rem",
						"bottom": "0.75rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontWeight": "600",
					"textTransform": "uppercase",
					"letterSpacing": "0.15em"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--secondary)"
					},
					"border": {
						"color": "var(--wp--preset--color--secondary)"
					}
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "-0.01em",
					"textTransform": "uppercase"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "0.05em"
				},
				"color": {
					"text": "var(--wp--preset--color--info)"
				}
			}
		},
		"blocks": {
			"core/code": {
				"color": {
					"background": "var(--wp--preset--color--dark)",
					"text": "var(--wp--preset--color--success)"
				},
				"border": {
					"radius": "0",
					"width": "1px",
					"style": "solid",
					"color": "var(--wp--preset--color--primary)"
				}
			},
			"core/quote": {
				"color": {
					"background": "var(--wp--preset--color--tertiary)",
					"text": "var(--wp--preset--color--info)"
				},
				"border": {
					"left": {
						"color": "var(--wp--preset--color--primary)",
						"width": "3px",
						"style": "solid"
					}
				}
			}
		}
	}
}
