{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"border": {
			"color": false,
			"radius": false,
			"style": true,
			"width": true
		},
		"color": {
			"defaultPalette": false,
			"defaultGradients": false,
			"custom": true,
			"customDuotone": false,
			"customGradient": false,
			"gradients": [],
			"palette": [
				{
					"slug": "foreground",
					"color": "#1F2A37",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#7E3AF2",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#9061F9",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#4B5663",
					"name": "Tertiary"
				},
				{
					"slug": "quaternary",
					"color": "#F9FAFB",
					"name": "Quaternary"
				},
				{
					"slug": "quinary",
					"color": "#EDEBFE",
					"name": "Quinary"
				}
			]
		},
		"shadow": {
			"presets": [
				{
					"name": "Medium",
					"slug": "md",
					"shadow": "0px 2px 8px rgba(0, 0, 0, 0.1)"
				}
			]
		},
		"custom": {
			"alignment": {
				"alignedMaxWidth": "50%"
			},
			"button": {
				"background": "url(svg/arrow-purple.svg)",
				"border": {
					"color": "var(--wp--custom--color--foreground)",
					"radius": "12px",
					"style": "solid",
					"width": "2px"
				},
				"color": {
					"background": "var(--wp--custom--color--primary)",
					"text": "var(--wp--custom--color--background)"
				},
				"hero": {
					"color": {
						"background": "var(--wp--custom--color--foreground)"
					}
				},
				"hover": {
					"border": {
						"color": "var(--wp--preset--color--tertiary)"
					},
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--background)"
					}
				},
				"outline": {
					"color": {
						"text": "var(--wp--custom--color--foreground)"
					}
				},
				"spacing": {
					"padding": {
						"top": "calc(0.667em + 2px)",
						"bottom": "calc(0.667em + 2px)",
						"left": "calc(1.333em + 2px)",
						"right": "calc(1.333em + 2px)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"fontWeight": "600",
					"lineHeight": 1.5
				}
			},
			"code": {
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"color": {
				"foreground": "var(--wp--preset--color--foreground)",
				"background": "var(--wp--preset--color--background)",
				"primary": "var(--wp--preset--color--primary)",
				"secondary": "var(--wp--preset--color--secondary)",
				"tertiary": "var(--wp--preset--color--tertiary)",
				"quaternary": "var(--wp--preset--color--quaternary)",
				"quinary": "var(--wp--preset--color--quinary)",
				"selection": "var(--wp--preset--color--secondary)",
				"accent": "var(--wp--preset--color--primary)",
				"accent-bg": "var(--wp--preset--color--quinary)",
				"highlight": "var(--wp--preset--color--secondary)",
				"danger": "#F04444",
				"border": "#E5E7EB",
				"shadow": "rgba(0, 0, 0, 0.1)"
			},
			"details":{
				"background": "url(svg/pro-chevron-down.svg)",
				"close": "url(svg/pro-chevron-up.svg)"
			},
			"facts":{
				"border":{
					"color": "transparent"
				}
			},
			"feature-cta":{
				"color": {
					"background": "var(--wp--custom--color--foreground)",
					"text": "var(--wp--custom--color--border)"
				}
			},
			"footer":{
				"color": {
					"background": "var(--wp--custom--color--foreground)",
					"text": "var(--wp--custom--color--border)"
				}
			},
			"form": {
				"padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
				"border": {
					"color": "var(--wp--custom--color--border)",
					"radius": "8px",
					"style": "solid",
					"width": "1px"
				},
				"checkbox": {
					"checked": {
						"content": "\"\\2715\"",
						"fontSize": "14px",
						"position": {
							"left": "3px",
							"top": "4px"
						},
						"sizing": {
							"height": "12px",
							"width": "12px"
						}
					},
					"unchecked": {
						"content": "\"\"",
						"position": {
							"left": "0",
							"top": "0.2em"
						},
						"sizing": {
							"height": "16px",
							"width": "16px"
						}
					}
				},
				"color": {
					"background": "var(--wp--preset--color--quaternary)",
					"boxShadow": "none",
					"text": "var(--wp--custom--color--foreground)"
				},
				"label": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--normal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"gallery": {
				"caption": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"typography": {
					"fontWeight": 700,
					"lineHeight": 1.125
				},
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				}
			},
			"list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)"
					}
				}
			},
			"gap": {
				"baseline": "15px",
				"horizontal": "min(30px, 5vw)",
				"vertical": "min(30px, 5vw)"
			},
			"navigation": {
				"submenu": {
					"border": {
						"color": "var(--wp--custom--color--foreground)",
						"radius": "var(--wp--custom--form--border--radius)",
						"style": "var(--wp--custom--form--border--style)",
						"width": "var(--wp--custom--form--border--width)"
					},
					"color": {
						"background": "var(--wp--custom--color--background)",
						"text": "var(--wp--custom--color--foreground)"
					}
				}
			},
			"paragraph": {
				"dropcap": {
					"margin": ".1em .1em 0 0",
					"typography": {
						"fontSize": "110px",
						"fontWeight": "400"
					}
				}
			},
			"post-author": {
				"typography": {
					"fontWeight": "normal"
				}
			},
			"post-content": {
				"padding": {
					"left": "20px",
					"right": "20px"
				}
			},
			"pullquote": {
				"citation": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--small)",
						"fontFamily": "inherit",
						"fontStyle": "italic"
					},
					"spacing": {
						"margin": {
							"top": "var(--wp--custom--gap--vertical)"
						}
					}
				},
				"typography": {
					"textAlign": "left"
				}
			},
			"quote": {
				"citation": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--small)",
						"fontStyle": "italic",
						"fontWeight": "400"
					}
				},
				"typography": {
					"textAlign": "left"
				}
			},
			"reply":{
				"background": "url(svg/reply-purple.svg)"
			},
			"separator": {
				"opacity": 1,
				"margin": "var(--wp--custom--gap--vertical) auto",
				"width": "150px"
			},
			"table": {
				"figcaption": {
					"typography": {
						"fontSize": "var(--wp--preset--font-size--small)"
					}
				}
			},
			"video": {
				"caption": {
					"textAlign": "center",
					"margin": "var(--wp--custom--gap--vertical) auto"
				}
			}
		},
		"layout": {
			"contentSize": "1280px",
			"wideSize": "1280px"
		},
		"spacing": {
			"padding": true,
			"margin": true,
			"units": [ "%", "px", "em", "rem", "vh", "vw" ],
			"blockGap": true
		},
		"typography": {
			"customFontSize": true,
			"lineHeight": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"slug": "body",
					"name": "Body (System Font)"
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"slug": "heading",
					"name": "Heading (System Font)"
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "14px",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "16px",
					"slug": "normal"
				},
				{
					"name": "Lead",
					"size": "20px",
					"slug": "lead"
				},
				{
					"name": "Large",
					"size": "3vw",
					"fluid": {
						"min": "28px",
						"max": "36px"
					},
					"slug": "large"
				},
				{
					"name": "Huge",
					"size": "4vw",
					"fluid": {
						"min": "30px",
						"max": "48px"
					},
					"slug": "huge"
					
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "var(--wp--custom--button--border--radius)"
				},
				"color": {
					"background": "var(--wp--custom--button--color--background)",
					"text": "var(--wp--custom--button--color--text)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontSize": "var(--wp--custom--button--typography--font-size)",
					"fontWeight": "var(--wp--custom--button--typography--font-weight)",
					"lineHeight": "var(--wp--custom--button--typography--line-height)"
				}
			},
			"core/code": {
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--vertical)",
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				},
				"border": {
					"color": "#CCCCCC",
					"radius": "0px",
					"style": "solid",
					"width": "2px"
				},
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)"
				},
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"fontWeight": "500"
				},
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--custom--color--highlight)"
							}
						}
					}
				}
			},
			"core/navigation-link": {
				"css": "&.is-style-outline-button { border: 1px solid var(--wp--custom--color--border); font-weight: 600; border-radius: var(--wp--custom--button--border--radius); padding: var(--wp--custom--button--spacing--padding--top) var(--wp--custom--button--spacing--padding--left); }"
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-terms": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--custom--color--tertiary)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-title": {
				"typography": {
					"lineHeight": "var(--wp--custom--heading--typography--line-height)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--custom--heading--color--text)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/pullquote": {
				"border": {
					"style": "solid",
					"width": "1px 0"
				},
				"typography": {
					"fontStyle": "italic",
					"fontSize": "var(--wp--preset--font-size--huge)"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--horizontal)",
						"bottom": "var(--wp--custom--gap--horizontal)"
					}
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--custom--color--secondary)",
					"style": "solid",
					"width": "0"
				},
				"typography": {
					"fontSize": "24px",
					"fontStyle": "italic",
					"fontWeight": "500",
					"lineHeight": "32px"
				}
			},
			"core/separator": {
				"color": {
					"text": "var(--wp--custom--color--border)"
				},
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--lead)",
					"fontWeight": "700"
				}
			},
			"core/template-part": {
				"border": {
					"bottom": {
						"color": "var(--wp--custom--color--tertiary)",
						"style": "solid",
						"width": "0px"
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--custom--color--background)",
			"text": "var(--wp--custom--color--tertiary)"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontSize": "clamp(36px, 5vw, 60px)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--huge)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "clamp(23px, 2vw, 25px)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--lead)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--custom--color--accent)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--custom--color--highlight)"
					}
				}
			}
		},
		"typography": {
			"lineHeight": "1.6",
			"fontFamily": "var(--wp--preset--font-family--body)",
			"fontSize": "var(--wp--preset--font-size--normal)"
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "footer-slim",
			"title": "Footer Slim",
			"area": "footer"
		},
		{
			"name": "post",
			"title": "Post Card",
			"area": "uncategorized"
		},
		{
			"name": "sticky-post",
			"title": "Sticky Post Card",
			"area": "uncategorized"
		},
		{
			"name": "post-meta",
			"title": "Post Meta",
			"area": "uncategorized"
		},
		{
			"name": "form-cf7",
			"title": "Contact Form (CF7)",
			"area": "uncategorized"
		},
		{
			"name": "form-cf7-shadow",
			"title": "Contact Form with Shadow (CF7)",
			"area": "uncategorized"
		},
		{
			"name": "form-cf7-signup",
			"title": "Sign-up Form (CF7)",
			"area": "uncategorized"
		},
		{
			"name": "form-cf7-newsletter",
			"title": "Newsletter Form (CF7)",
			"area": "uncategorized"
		},
		{
			"name": "spacer",
			"title": "Spacer (vertical)",
			"area": "uncategorized"
		}
	],
	"customTemplates": [
		{
			"name": "page-title",
			"title": "Page with Title",
			"postTypes": [ "page" ]
		},
		{
			"name": "post-sidebar",
			"title": "Post with Sidebar",
			"postTypes": [ "post" ]
		}
	]
}
