{
	"version": 1,
	"settings": {
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1400px",
			"units": ["px", "em", "rem", "%", "vw", "vh"]
		},
		"color": {
			"custom": true,
			"customDuotone": true,
			"customGradient": true,
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"link": true,
			"palette": [
				{
					"slug": "primary",
					"color": "#2563eb",
					"name": "Primary"
				},
				{
					"slug": "black",
					"color": "#000000",
					"name": "Black"
				},
				{
					"slug": "secondary",
					"color": "#7c3aed",
					"name": "Secondary"
				},
				{
					"slug": "accent",
					"color": "#059669",
					"name": "Accent"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#1f2937",
					"name": "Foreground"
				},
				{
					"slug": "neutral-light",
					"color": "#f9fafb",
					"name": "Neutral Light"
				},
				{
					"slug": "neutral-dark",
					"color": "#374151",
					"name": "Neutral Dark"
				}
			]
		},
		"typography": {
			"fontSizes": [
				{ "name": "small",  "slug": "small",  "size": "calc(var(--wp--preset--font-size--normal) / var(--wp--custom--typo--scale))" },
				{ "name": "Normal", "slug": "normal", "size": "calc(var(--wp--custom--typo--root-size) * 1px + var(--wp--custom--typo--adaptive-ratio) * 1vw)" },
				{ "name": "Medium", "slug": "medium", "size": "calc(var(--wp--preset--font-size--normal) * var(--wp--custom--typo--scale))" },
				{ "name": "large",  "slug": "large",  "size": "calc(var(--wp--preset--font-size--medium) * var(--wp--custom--typo--scale))" },
				{ "name": "Huge",   "slug": "huge",   "size": "calc(var(--wp--preset--font-size--large) * var(--wp--custom--typo--scale))" }
			],
			"fontFamilies": [
				{ "name": "System",    "slug": "system",    "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif" },
				{ "name": "Serif",     "slug": "serif",     "fontFamily": "Constantia, \"Lucida Bright\", Lucidabright, \"Lucida Serif\", Lucida, \"DejaVu Serif\", \"Bitstream Vera Serif\", \"Liberation Serif\", Georgia, serif" },
				{ "name": "Monospace", "slug": "monospace", "fontFamily": "Consolas, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", Monaco, \"Courier New\", Courier, monospace" },
				{ "name": "Literata",  "slug": "literata",  "fontFamily": "Literata, Constantia, \"Lucida Bright\", Lucidabright, \"Lucida Serif\", Lucida, \"DejaVu Serif\", \"Bitstream Vera Serif\", \"Liberation Serif\", Georgia, serif" }
			],
			"fontStyles": [
				{ "name": "Regular", "slug": "normal", "value": "normal" },
				{ "name": "Italic",  "slug": "italic", "value": "italic" }
			],
			"fontWeights": [
				{ "slug": "200", "value": "200", "name": "Thin" },
				{ "slug": "300", "value": "300", "name": "Light" },
				{ "slug": "400", "value": "400", "name": "Regular" },
				{ "slug": "500", "value": "500", "name": "Medium" },
				{ "slug": "600", "value": "600", "name": "Semibold" },
				{ "slug": "700", "value": "700", "name": "Bold" },
				{ "slug": "800", "value": "800", "name": "Heavy" },
				{ "slug": "900", "value": "900", "name": "Black" }
			],
			"textTransforms": [
				{ "name": "AB", "slug": "uppercase" },
				{ "name": "ab", "slug": "lowercase" },
				{ "name": "Ab", "slug": "capitalize" }
			],
			"textDecorations": [
				{ "name": "Underline",     "slug": "underline",    "value": "underline" },
				{ "name": "Strikethrough", "slug": "strikethrough", "value": "line-through" }
			],
			"customFontSize": true,
			"customLineHeight": true
		},
		"custom": {
			"typo": {
				"rootSize": 18,
				"adaptiveRatio": 0.6,
				"scale": 1.25,
				"lineHeight": 1.7,
				"lineWidth": 65
			},
			"spacing": {
				"base": "1.5rem",
				"scale": 1.5
			},
			"header": {
				"sticky": false
			}
		},
		"spacing": {
			"customPadding": true,
			"customMargin": true,
			"units": ["px", "em", "rem", "vh", "vw"],
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "X Small",
					"slug": "x-small",
					"size": "0.5rem"
				},
				{
					"name": "Small",
					"slug": "small",
					"size": "1rem"
				},
				{
					"name": "Medium",
					"slug": "medium",
					"size": "1.5rem"
				},
				{
					"name": "Large",
					"slug": "large",
					"size": "2rem"
				},
				{
					"name": "X Large",
					"slug": "x-large",
					"size": "3rem"
				},
				{
					"name": "XX Large",
					"slug": "xx-large",
					"size": "4rem"
				}
			]
		},
		"border": {
			"customColor": true,
			"customRadius": true,
			"customStyle": true,
			"customWidth": true
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)",
			"link": "var(--wp--preset--color--primary)"
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "var(--wp--custom--typo--line-height)",
			"fontFamily": "var(--wp--preset--font-family--system)"
		},
		"spacing": {
			"padding": {
				"top": "2rem",
				"right": "1.5rem",
				"bottom": "2rem",
				"left": "1.5rem"
			},
			"blockGap": "2rem"
		},
		"elements": {
			"link": {
				"color": { "text": "currentColor" }
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--huge)",
					"lineHeight": "1.2",
					"fontWeight": 700,
					"letterSpacing": "-0.02em"
				},
				"spacing": {
					"margin": {
						"bottom": "1.5rem"
					}
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1.3",
					"fontWeight": 600,
					"letterSpacing": "-0.01em"
				},
				"spacing": {
					"margin": {
						"bottom": "1.25rem"
					}
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.4",
					"fontWeight": 600
				},
				"spacing": {
					"margin": {
						"bottom": "1rem"
					}
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.5",
					"fontWeight": 600
				},
				"spacing": {
					"margin": {
						"bottom": "0.875rem"
					}
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.5",
					"fontWeight": 600
				},
				"spacing": {
					"margin": {
						"bottom": "0.75rem"
					}
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.5",
					"fontWeight": 600
				},
				"spacing": {
					"margin": {
						"bottom": "0.75rem"
					}
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--background)"
				},
				"typography": {
					"fontWeight": 600,
					"textTransform": "none"
				},
				"spacing": {
					"padding": {
						"top": "0.875rem",
						"right": "1.75rem",
						"bottom": "0.875rem",
						"left": "1.75rem"
					}
				},
				"border": {
					"radius": "0.5rem"
				}
			}
		}
	},
	"templateParts": [
		{ "name": "header", "area": "header" },
		{ "name": "footer", "area": "footer" }
	],
	"customTemplates": [],
	"patternCategories": [
		{
			"slug": "avadablock-hero",
			"label": "Hero Sections"
		},
		{
			"slug": "avadablock-features",
			"label": "Features"
		},
		{
			"slug": "avadablock-content",
			"label": "Content"
		},
		{
			"slug": "avadablock-call-to-action",
			"label": "Call to Action"
		}
	]
}
