{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"useRootPaddingAwareAlignments": true,
		"layout": {
			"contentSize": "1140px",
			"wideSize": "1200px"
		},
		"color": {
			"defaultPalette": false,
			"defaultGradients": false,
			"palette": [
				{
					"slug": "primary",
					"color": "#6F9C50",
					"name": "Primary"
				},
				{
					"slug": "primary-dark",
					"color": "#5a7d3f",
					"name": "Primary Dark"
				},
				{
					"slug": "secondary",
					"color": "#34495e",
					"name": "Secondary"
				},
				{
					"slug": "accent",
					"color": "#3498db",
					"name": "Accent"
				},
				{
					"slug": "foreground",
					"color": "#333333",
					"name": "Foreground"
				},
				{
					"slug": "header-text",
					"color": "#2c3e50",
					"name": "Header Text"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "light-gray",
					"color": "#f5f5f5",
					"name": "Light Gray"
				},
				{
					"slug": "white",
					"color": "#ffffff",
					"name": "White"
				}
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "\"Outfit\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif",
					"name": "Outfit",
					"slug": "outfit"
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif",
					"name": "System Sans",
					"slug": "system-sans"
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"size": "0.8125rem",
					"name": "Small",
					"fluid": false
				},
				{
					"slug": "medium",
					"size": "1rem",
					"name": "Medium",
					"fluid": false
				},
				{
					"slug": "large",
					"size": "1.1875rem",
					"name": "Large",
					"fluid": {
						"min": "1.0625rem",
						"max": "1.1875rem"
					}
				},
				{
					"slug": "x-large",
					"size": "1.5rem",
					"name": "Extra Large",
					"fluid": {
						"min": "1.25rem",
						"max": "1.5rem"
					}
				},
				{
					"slug": "xx-large",
					"size": "2rem",
					"name": "Extra Extra Large",
					"fluid": {
						"min": "1.5rem",
						"max": "2rem"
					}
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "%", "vh", "vw" ],
			"spacingSizes": [
				{
					"slug": "20",
					"size": "0.44rem",
					"name": "1"
				},
				{
					"slug": "30",
					"size": "0.67rem",
					"name": "2"
				},
				{
					"slug": "40",
					"size": "1rem",
					"name": "3"
				},
				{
					"slug": "50",
					"size": "1.5rem",
					"name": "4"
				},
				{
					"slug": "60",
					"size": "2.25rem",
					"name": "5"
				},
				{
					"slug": "70",
					"size": "3.38rem",
					"name": "6"
				},
				{
					"slug": "80",
					"size": "5.06rem",
					"name": "7"
				}
			]
		},
		"border": {
			"radius": true,
			"color": true,
			"style": true,
			"width": true
		},
		"blocks": {
			"core/button": {
				"border": {
					"radius": true
				},
				"color": {
					"background": true,
					"text": true
				},
				"typography": {
					"fontSize": true,
					"fontWeight": true,
					"letterSpacing": true,
					"textTransform": true
				}
			},
			"core/quote": {
				"border": {
					"color": true,
					"style": true,
					"width": true
				},
				"color": {
					"background": true,
					"text": true
				},
				"typography": {
					"fontSize": true,
					"lineHeight": true
				}
			},
			"core/pullquote": {
				"border": {
					"color": true,
					"style": true,
					"width": true
				},
				"color": {
					"background": true,
					"text": true
				}
			},
			"core/separator": {
				"color": {
					"text": true
				}
			}
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--outfit)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontWeight": "300",
			"lineHeight": "1.6"
		},
		"spacing": {
			"blockGap": "1.5rem"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary-dark)"
					}
				}
			},
			"heading": {
				"typography": {
					"fontWeight": "400",
					"lineHeight": "1.2"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "0.6875rem"
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--white)"
				},
				"border": {
					"radius": "4px"
				},
				"typography": {
					"fontSize": "0.95rem",
					"fontWeight": "500",
					"letterSpacing": "0.5px",
					"textTransform": "capitalize"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--primary-dark)",
						"text": "var(--wp--preset--color--white)"
					}
				}
			}
		},
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"color": "var(--wp--preset--color--primary)",
							"width": "1px"
						},
						"color": {
							"text": "var(--wp--preset--color--primary)"
						}
					}
				}
			},
			"core/quote": {
				"border": {
					"left": {
						"color": "var(--wp--preset--color--primary)",
						"style": "solid",
						"width": "4px"
					}
				},
				"spacing": {
					"padding": {
						"left": "1.5rem"
					}
				}
			},
			"core/pullquote": {
				"border": {
					"top": {
						"color": "var(--wp--preset--color--primary)",
						"style": "solid",
						"width": "4px"
					},
					"bottom": {
						"color": "var(--wp--preset--color--primary)",
						"style": "solid",
						"width": "4px"
					}
				}
			},
			"core/separator": {
				"color": {
					"text": "var(--wp--preset--color--light-gray)"
				}
			}
		}
	}
}
