{
	"version": 2,
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "blank-fullwidth",
			"title": "Blank (Fullwidth)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-fullwidth",
			"title": "Page (Fullwidth)",
			"postTypes": [
				"page"
			]
		}
	],
	"settings": {
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"background": true,
			"text": true,
			"link": true,
			"custom": true,
			"customDuotone": false,
			"customGradient": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"palette": [
				{
					"slug": "primary",
					"color": "#0077b6",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#005e9d",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#004483",
					"name": "Tertiary"
				},
				{
					"slug": "accent",
					"color": "#e63946",
					"name": "Accent"
				},
				{
					"slug": "highlight",
					"color": "#ffb703",
					"name": "Highlight"
				},
				{
					"slug": "light-background",
					"color": "#e5e5e5",
					"name": "Light Background"
				},
				{
					"slug": "dark-background",
					"color": "#353535",
					"name": "Dark Background"
				},
				{
					"slug": "white",
					"color": "#ffffff",
					"name": "White"
				},
				{
					"slug": "light-gray",
					"color": "#f5f5f5",
					"name": "Light Gray"
				},
				{
					"slug": "gray",
					"color": "#a5a5a5",
					"name": "Gray"
				},
				{
					"slug": "dark-gray",
					"color": "#656565",
					"name": "Dark Gray"
				},
				{
					"slug": "black",
					"color": "#101010",
					"name": "Black"
				}
			]
		},
		"custom": {
			"spacing": {
				"small": "1rem",
				"medium": "1.5rem",
				"large": "2rem",
				"elements": "1.5rem"
			},
			"typography": {
				"line-height": {
					"headings": 1.4,
					"text": 1.6
				},
				"font-size": {
					"text": "17px"
				}
			}
		},
		"layout": {
			"contentSize": "765px"
		},
		"typography": {
			"dropCap": false,
			"customFontSize": true,
			"letterSpacing": true,
			"lineHeight": true,
			"fontStyle": true,
			"fontWeight": true,
			"textTransform": true,
			"fontFamilies": [
				{
					"fontFamily": "Barlow, Arial, Verdana",
					"name": "Barlow",
					"slug": "barlow"
				},
				{
					"fontFamily": "Inter, Arial, Verdana",
					"name": "Inter",
					"slug": "inter"
				}
			],
			"fontSizes": [
				{
					"size": "14px",
					"slug": "tiny"
				},
				{
					"size": "16px",
					"slug": "small"
				},
				{
					"size": "18px",
					"slug": "medium"
				},
				{
					"size": "24px",
					"slug": "large"
				},
				{
					"size": "26px",
					"slug": "x-large"
				},
				{
					"size": "32px",
					"slug": "huge"
				}
			]
		},
		"spacing": {
			"blockGap": "var(--charta--layout-spacing)",
			"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--small)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--black)"
		},
		"elements": {
			"h1": {
				"spacing": {
					"margin": {
						"top": "var(--wp--custom--spacing--elements)",
						"bottom": "var(--wp--custom--spacing--elements)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"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--inter)",
					"fontSize": "var(--wp--preset--font-size--x-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--inter)",
					"fontSize": "var(--wp--preset--font-size--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--inter)",
					"fontSize": "22px",
					"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--inter)",
					"fontSize": "20px",
					"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--inter)",
					"fontSize": "18px",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"typography": {
			"fontSize": "var(--wp--custom--typography--font-size--text)",
			"fontFamily": "var(--wp--preset--font-family--barlow)",
			"lineHeight": "var(--wp--custom--typography--line-height--text)"
		},
		"spacing": {
			"blockGap": "var(--charta--layout-spacing)"
		}
	}
}
