{
	"$schema": "https://schemas.wp.org/wp/6.6/theme.json",
	"version": 3,
	"settings": {
	  "appearanceTools": true,
	  "color": {
		"custom": true,
		"customGradient": true,
		"customDuotone": true,
		"palette": [
		  { "slug": "white", "color": "#FFFFFF", "name": "White" },
		  { "slug": "dark-green", "color": "#0f2c3b", "name": "Dark Green" },
		  { "slug": "green", "color": "#209e7b", "name": "Green" },
		  { "slug": "cyan", "color": "#d2f0eb", "name": "Cyan" },
		  { "slug": "black", "color": "#333333", "name": "Black" }
		],
		"gradients": [
		  {
			"slug": "gradient-1",
			"name": "Gradient 1",
			"gradient": "linear-gradient(135deg, #57B8A0 0%, #228368 100%)"
		  },
		  {
			"slug": "gradient-2",
			"name": "Gradient 2",
			"gradient": "linear-gradient(135deg, #0f2c3b 0%, #4C7D8E 100%)"
		  }
		]
	  },
	  "typography": {
		"customFontSize": true,
		"customLineHeight": true,
		"dropCap": true,
		"fontFamilies": [
		  {
			"fontFamily": "Montserrat, sans-serif",
			"slug": "montserrat",
			"name": "Montserrat"
		  }
		],
		"fontSizes": [
		  { "slug": "h1", "size": "62px", "name": "Heading 1" },
		  { "slug": "h2", "size": "48px", "name": "Heading 2" },
		  { "slug": "h3", "size": "40px", "name": "Heading 3" },
		  { "slug": "h4", "size": "34px", "name": "Heading 4" },
		  { "slug": "h5", "size": "26px", "name": "Heading 5" },
		  { "slug": "h6", "size": "20px", "name": "Heading 6" },
		  { "slug": "paragraph", "size": "16px", "name": "Paragraph" },
		  { "slug": "button", "size": "18px", "name": "Button Text" }
		],
		"lineHeight": true,
		"fontWeight": true,
		"textTransform": true,
		"letterSpacing": true
	  },
	  "border": {
		"color": true,
		"radius": true,
		"width": true,
		"style": true
	  },
	  "spacing": {
		"padding": true,
		"margin": true,
		"blockGap": true,
		"units": ["px", "em", "rem", "%", "vh", "vw"]
	  },
	  "shadow": {
		"presets": [
		  {
			"slug": "soft-shadow",
			"name": "Soft Shadow",
			"shadow": "0 4px 10px rgba(0, 0, 0, 0.1)"
		  },
		  {
			"slug": "medium-shadow",
			"name": "Medium Shadow",
			"shadow": "0 8px 20px rgba(0, 0, 0, 0.15)"
		  },
		  {
			"slug": "deep-shadow",
			"name": "Deep Shadow",
			"shadow": "0 12px 30px rgba(0, 0, 0, 0.2)"
		  }
		]
	  },
	  "dimensions": {
		"minHeight": true,
		"maxHeight": true,
		"minWidth": true,
		"maxWidth": true
	  },
	  "layout": {
		"contentSize": "720px",
		"wideSize": "1140px",
		"inherit": true
	  },
	  "position": {
		"sticky": true,
		"fixed": true,
		"absolute": true
	  }
	},
	"styles": {
	  "color": {
		"text": "var(--wp--preset--color--black)",
		"background": "var(--wp--preset--color--white)"
	  },
	  "typography": {
		"fontFamily": "var(--wp--preset--font-family--montserrat)"
	  },
	  "elements": {
		"heading": {
		  "typography": {
			"fontFamily": "var(--wp--preset--font-family--montserrat)"
		  }
		},
		"h1": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h1)",
			"fontWeight": "600",
			"lineHeight": "74px"
		  }
		},
		"h2": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h2)",
			"fontWeight": "600",
			"lineHeight": "56px"
		  }
		},
		"h3": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h3)",
			"fontWeight": "600",
			"lineHeight": "46px"
		  }
		},
		"h4": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h4)",
			"fontWeight": "600",
			"lineHeight": "40px"
		  }
		},
		"h5": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h5)",
			"fontWeight": "600",
			"lineHeight": "30px"
		  }
		},
		"h6": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--h6)",
			"fontWeight": "700",
			"lineHeight": "24px"
		  }
		},
		"paragraph": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--paragraph)",
			"fontWeight": "400",
			"lineHeight": "26px"
		  }
		},
		"button": {
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--button)",
			"fontWeight": "600"
		  },
		  "color": {
			"background": "var(--wp--preset--color--green)",
			"text": "var(--wp--preset--color--white)"
		  },
		  "border": {
			"radius": "4px"
		  },
		  "shadow": "var(--wp--preset--shadow--medium-shadow)"
		},
		"link": {
		  "color": {
			"text": "var(--wp--preset--color--green)"
		  },
		  ":hover": {
			"color": {
			  "text": "var(--wp--preset--color--dark-green)"
			}
		  }
		}
	  }
	}
  }
  