{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"background": true,
			"custom": true,
			"customDuotone": true,
			"customGradient": true,
			"defaultGradients": true,
			"defaultPalette": true,
			"link": true,
			"palette": [
				{
					"color": "#e34333",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#c92919",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#c42414",
					"name": "Dark Background",
					"slug": "dark-background"
				},
				{
					"color": "#e0e0e0",
					"name": "Light Gray",
					"slug": "light-gray"
				},
				{
					"color": "#808080",
					"name": "Gray",
					"slug": "gray"
				}
			],
			"text": true
		},
		"custom": {
			"spacing": {
				"elements": "1.5rem",
				"large": "2rem",
				"medium": "1.5rem",
				"small": "1rem"
			},
			"typography": {
				"font-size": {
					"body": "17px",
					"text": "clamp(16px, calc(1rem + 0.16vw), 19px)"
				},
				"line-height": {
					"headings": 1.25,
					"text": 1.75
				}
			}
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1080px"
		},
		"spacing": {
			"blockGap": true,
			"defaultSpacingSizes": true,
			"margin": true,
			"padding": true,
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "Roboto, Arial, Verdana",
					"name": "Roboto",
					"slug": "roboto"
				}
			],
			"fontSizes": [
				{
					"name": "Tiny",
					"size": "14px",
					"slug": "tiny"
				},
				{
					"name": "Small",
					"size": "16px",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "18px",
					"slug": "normal"
				},
				{
					"name": "Medium",
					"size": "20px",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "clamp(20px, calc(1rem + 0.83vw), 24px)",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "clamp(22px, calc(1rem + 1.25vw), 28px)",
					"slug": "x-large"
				},
				{
					"name": "Extra Extra Large",
					"size": "clamp(24px, calc(1rem + 1.67vw), 36px)",
					"slug": "xx-large"
				},
				{
					"name": "Huge",
					"size": "clamp(28px, calc(1rem + 2.5vw), 48px)",
					"slug": "huge"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"lineHeight": true,
			"textTransform": true
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"core/post-content": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--text)"
				}
			},
			"core/post-excerpt": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--text)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "#202020"
		},
		"elements": {
			"h1": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "var(--wp--preset--font-size--huge)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h2": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h3": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h4": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h5": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "22px",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h6": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--elements)",
						"top": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "20px",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"spacing": {
			"blockGap": "var(--wp--custom--spacing--elements)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--roboto)",
			"fontSize": "var(--wp--custom--typography--font-size--body)",
			"lineHeight": "var(--wp--custom--typography--line-height--text)"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header Large"
		},
		{
			"area": "header",
			"name": "header-small",
			"title": "Header Small"
		},
		{
			"area": "header",
			"name": "header-social-icons",
			"title": "Header with Social Icons"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer Large"
		},
		{
			"area": "footer",
			"name": "footer-small",
			"title": "Footer Small"
		}
	],
	"customTemplates": [
		{
			"name": "blank",
			"postTypes": [ "page" ],
			"title": "Blank"
		},
		{
			"name": "page-fullwidth",
			"postTypes": [ "page" ],
			"title": "Page (Fullwidth)"
		},
		{
			"name": "page-no-title",
			"postTypes": [ "page" ],
			"title": "No Title"
		},
		{
			"name": "page-no-title-fullwidth",
			"postTypes": [ "page" ],
			"title": "No Title (Fullwidth)"
		},
		{
			"name": "page-sidebar-right",
			"postTypes": [ "page" ],
			"title": "Sidebar Right"
		}
	],
	"patterns": [
		"feature-columns",
		"feature-grid",
		"footer-text",
		"footer-widgets",
		"hero-section",
		"postmeta",
		"posts-list",
		"sidebar-widgets"
	]
}
