{
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"settings": {
		"appearanceTools": true,
		"useRootPaddingAwareAlignments": false,
		"layout": {
			"contentSize": "1280px",
			"wideSize": "1440px"
		},
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#050B14",
					"name": "Base Dark"
				},
				{
					"slug": "surface",
					"color": "#0B1524",
					"name": "Surface"
				},
				{
					"slug": "primary",
					"color": "#00F2FF",
					"name": "Electric Cyan"
				},
				{
					"slug": "secondary",
					"color": "#8B5CF6",
					"name": "Deep Violet"
				},
				{
					"slug": "text",
					"color": "#F3F4F6",
					"name": "Text"
				},
				{
					"slug": "text-muted",
					"color": "#9CA3AF",
					"name": "Text Muted"
				},
				{
					"slug": "success",
					"color": "#10B981",
					"name": "Success"
				}
			]
		},
		"typography": {
			"fluid": true,
			"fontSizes": [
				{
					"slug": "small",
					"size": "0.875rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1rem",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "clamp(1.125rem, 1.5vw, 1.5rem)",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "clamp(1.5rem, 2.5vw, 2.25rem)",
					"name": "Extra Large"
				},
				{
					"slug": "xx-large",
					"size": "clamp(2rem, 4vw, 3.5rem)",
					"name": "XX-Large"
				}
			],
			"fontFamilies": [
				{
					"fontFamily": "Inter, system-ui, -apple-system, sans-serif",
					"slug": "system-font",
					"name": "System Font"
				}
			]
		},
		"spacing": {
			"spacingSizes": [
				{
					"name": "Small",
					"size": "clamp(0.75rem, 1.5vw, 1rem)",
					"slug": "sm"
				},
				{
					"name": "Medium",
					"size": "clamp(1.25rem, 2.5vw, 2rem)",
					"slug": "md"
				},
				{
					"name": "Large",
					"size": "clamp(2rem, 4vw, 3.5rem)",
					"slug": "lg"
				},
				{
					"name": "Extra Large",
					"size": "clamp(3rem, 6vw, 6rem)",
					"slug": "xl"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--text)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system-font)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.7"
		},
		"elements": {
			"button": {
				"border": {
					"radius": "8px"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--base)"
				},
				"typography": {
					"fontWeight": "600",
					"fontSize": "var(--wp--preset--font-size--medium)"
				},
				"spacing": {
					"padding": {
						"top": "0.75rem",
						"bottom": "0.75rem",
						"left": "1.75rem",
						"right": "1.75rem"
					}
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--text)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontWeight": "800",
					"lineHeight": "1.15"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"fontWeight": "700",
					"lineHeight": "1.25"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "600",
					"lineHeight": "1.35"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "600",
					"lineHeight": "1.4"
				}
			}
		},
		"spacing": {
			"padding": {
				"top": "0",
				"bottom": "0",
				"left": "0",
				"right": "0"
			}
		},
		"blocks": {
			"core/separator": {
				"border": {
					"color": "var(--wp--preset--color--surface)"
				}
			},
			"core/post-title": {
				"color": {
					"text": "var(--wp--preset--color--text)"
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				},
				"color": {
					"text": "var(--wp--preset--color--text-muted)"
				}
			}
		}
	}
}
