{
	"version": 2,
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-fullwidth",
			"title": "Page (Fullwidth)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-no-title",
			"title": "No Title",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-no-title-fullwidth",
			"title": "No Title (Fullwidth)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-sidebar-right",
			"title": "Sidebar Right",
			"postTypes": [
				"page"
			]
		}
	],
	"patterns": [
		"feature-columns",
		"feature-grid",
		"footer-text",
		"footer-widgets",
		"hero-section",
		"postmeta",
		"posts-list",
		"sidebar-widgets"
	],
	"settings": {
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"background": true,
			"text": true,
			"link": true,
			"custom": true,
			"customDuotone": true,
			"customGradient": true,
			"defaultGradients": true,
			"defaultPalette": true,
			"palette": [
				{
					"slug": "primary",
					"color": "#e34333",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#c92919",
					"name": "Secondary"
				},
				{
					"slug": "dark-background",
					"color": "#c42414",
					"name": "Dark Background"
				},
				{
					"slug": "light-gray",
					"color": "#e0e0e0",
					"name": "Light Gray"
				},
				{
					"slug": "gray",
					"color": "#808080",
					"name": "Gray"
				}
			]
		},
		"custom": {
			"spacing": {
				"small": "1rem",
				"medium": "1.5rem",
				"large": "2rem",
				"elements": "1.5rem"
			},
			"typography": {
				"line-height": {
					"headings": 1.25,
					"text": 1.75
				},
				"font-size": {
					"body": "17px",
					"text": "clamp(16px, calc(1rem + 0.16vw), 19px)"
				}
			}
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1080px"
		},
		"typography": {
			"dropCap": false,
			"customFontSize": true,
			"letterSpacing": true,
			"lineHeight": true,
			"fontStyle": true,
			"fontWeight": true,
			"textTransform": true,
			"fontFamilies": [
				{
					"fontFamily": "Roboto, Arial, Verdana",
					"name": "Roboto",
					"slug": "roboto"
				}
			],
			"fontSizes": [
				{
					"size": "14px",
					"slug": "tiny",
					"name": "Tiny"
				},
				{
					"size": "16px",
					"slug": "small",
					"name": "Small"
				},
				{
					"size": "18px",
					"slug": "normal",
					"name": "Normal"
				},
				{
					"size": "20px",
					"slug": "medium",
					"name": "Medium"
				},
				{
					"size": "clamp(20px, calc(1rem + 0.83vw), 24px)",
					"slug": "large",
					"name": "Large"
				},
				{
					"size": "clamp(22px, calc(1rem + 1.25vw), 28px)",
					"slug": "x-large",
					"name": "Extra Large"
				},
				{
					"size": "clamp(24px, calc(1rem + 1.67vw), 36px)",
					"slug": "xx-large",
					"name": "Extra Extra Large"
				},
				{
					"size": "clamp(28px, calc(1rem + 2.5vw), 48px)",
					"slug": "huge",
					"name": "Huge"
				}
			]
		},
		"spacing": {
			"blockGap": "var(--wp--custom--spacing--elements)",
			"padding": true,
			"margin": true,
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		}
	},
	"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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "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)"
				}
			}
		},
		"typography": {
			"fontSize": "var(--wp--custom--typography--font-size--body)",
			"fontFamily": "var(--wp--preset--font-family--roboto)",
			"lineHeight": "var(--wp--custom--typography--line-height--text)"
		},
		"spacing": {
			"blockGap": "var(--wp--custom--spacing--elements)"
		}
	},
	"templateParts": [
		{
			"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": "header"
		},
		{
			"name": "footer",
			"title": "Footer Large",
			"area": "footer"
		},
		{
			"name": "footer-small",
			"title": "Footer Small",
			"area": "footer"
		}
	]
}
