{
	"templateParts": [
		{
			"name": "header",
			"area": "header"
		},
		{
			"name": "footer",
			"area": "footer"
		}
	],
	"settings": {
		"defaults": {
			"color": {
				"palette": [
					{
						"slug": "black",
						"color": "#000000",
						"name": "Black"
					},
					{
						"slug": "dark-pink",
						"color": "#4C3843",
						"name": "Dark Blue"
					},
					{
						"slug": "main-pink",
						"color": "#5D4B54",
						"name": "Main Blue"
					},
					{
						"slug": "green",
						"color": "#E3EAD2",
						"name": "Green"
					},
					{
						"slug": "yellow",
						"color": "#EEE7CF",
						"name": "Yellow"
					},
					{
						"slug": "orange",
						"color": "#EFEADF",
						"name": "Orange"
					},
					{
						"slug": "white",
						"color": "#FFFFFF",
						"name": "White"
					}
				],
				"gradients": [
					{
						"slug": "orange-to-yellow",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--orange), var(--wp--preset--color--yellow))",
						"name": "Orange to Yellow"
					},
					{
						"slug": "yellow-to-orange",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--yellow), var(--wp--preset--color--orange))",
						"name": "Yellow to Orange"
					},
					{
						"slug": "green-to-yellow",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--green), var(--wp--preset--color--yellow))",
						"name": "Green to Yellow"
					},
					{
						"slug": "yellow-to-green",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--yellow), var(--wp--preset--color--green))",
						"name": "Yellow to Green"
					},
					{
						"slug": "green-to-orange",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--green), var(--wp--preset--color--orange))",
						"name": "Green to Orange"
					},
					{
						"slug": "orange-to-green",
						"gradient": "linear-gradient(160deg, var(--wp--preset--color--orange), var(--wp--preset--color--green))",
						"name": "Orange to Green"
					}
				]
			},
			"layout": {
				"contentSize": "750px",
				"wideSize": "1240px"
			},
			"typography": {
				"customLineHeight": true,
				"fontSizes": [
					{
						"slug": "extra-small",
						"size": "16px",
						"name": "Extra small"
					},
					{
						"slug": "small",
						"size": "18px",
						"name": "Small"
					},
					{
						"slug": "normal",
						"size": "20px",
						"name": "Normal"
					},
					{
						"slug": "large",
						"size": "24px",
						"name": "Large"
					},
					{
						"slug": "extra-large",
						"size": "40px",
						"name": "Extra large"
					},
					{
						"slug": "huge",
						"size": "96px",
						"name": "Huge"
					},
					{
						"slug": "gigantic",
						"size": "144px",
						"name": "Gigantic"
					}
				],
				"fontFamilies": [
					{
						"fontFamily": "Rubik, Helvetica Neue, Tahoma, sans-serif",
						"slug": "rubik-helvetica"
					},
					{
						"fontFamily": "Cormorant Infant, Cambria, Georgia, serif",
						"slug": "cormorant-cambria"
					},
					{
						"fontFamily": "EB Garamond, Cambria, Georgia, serif",
						"slug": "garamond-cambria"
					},
					{
						"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
						"slug": "system-font",
						"name": "System Font"
					},
					{
						"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
						"slug": "helvetica-arial"
					},
					{
						"fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
						"slug": "geneva-verdana"
					},
					{
						"fontFamily": "Cambria, Georgia, serif",
						"slug": "cambria-georgia"
					},
					{
						"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
						"slug": "hoefler-times-new-roman"
					}
				]
			},
			"spacing": {
				"customPadding": true
			},
			"custom": {
				"font-primary": "Cormorant Infant, Cambria, Georgia, serif",
				"line-height": {
					"body": 1.7,
					"heading": 1.3,
					"page-title": 1.1
				},
				"spacing": {
					"unit": "20px",
					"horizontal": "25px",
					"vertical": "30px"
				},
				"font-weight":{
					"light": "300",
					"normal": "normal",
					"bold": "bold"
				}
			}
		}
	},
	"styles": {
		"root": {
			"color": {
				"background": "var(--wp--preset--color--white)",
				"text": "var(--wp--preset--color--dark-pink)",
				"link": "var(--wp--preset--color--main-pink)"
			},
			"typography": {
				"fontSize": "var(--wp--preset--font-size--normal)",
				"lineHeight": "var(--wp--custom--line-height--body)"
			}
		},
		"core/heading/h1": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--gigantic)",
				"lineHeight": "var(--wp--custom--line-height--page-title)",
				"fontWeight": "var(--wp--custom--font-weight--normal)"
			}
		},
		"core/heading/h2": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-large)",
				"lineHeight": "var(--wp--custom--line-height--heading)",
				"fontWeight": "var(--wp--custom--font-weight--normal)"
			}
		},
		"core/heading/h3": {
			"typography": {
				"fontSize": "calc(1.25 * var(--wp--preset--font-size--large))",
				"lineHeight": "var(--wp--custom--line-height--heading)",
				"fontWeight": "var(--wp--custom--font-weight--normal)"
			}
		},
		"core/heading/h4": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--large)",
				"lineHeight": "var(--wp--custom--line-height--heading)"
			}
		},
		"core/heading/h5": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--small)",
				"lineHeight": "var(--wp--custom--line-height--heading)"
			}
		},
		"core/heading/h6": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-small)",
				"lineHeight": "var(--wp--custom--line-height--heading)"
			}
		},
		"core/site-tagline": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--small)",
				"lineHeight": 1.4
			}
		},
		"core/post-author": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-small)",
				"lineHeight": "var(--wp--custom--line-height--body)"
			}
		},
		"core/post-date": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-small)",
				"lineHeight": "var(--wp--custom--line-height--body)"
			}
		},
		"core/post-hierarchical-terms": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-small)",
				"lineHeight": "var(--wp--custom--line-height--body)"
			}
		},
		"core/post-tags": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--extra-small)",
				"lineHeight": "var(--wp--custom--line-height--body)"
			}
		},
		"core/site-title": {
			"typography": {
				"fontSize": "var(--wp--preset--font-size--large)",
				"fontWeight": "var(--wp--custom--font-weight--normal)",
				"textTransform": "uppercase"
			}
		}
	},
	"customTemplates": [
		{
			"name": "page-home",
			"title": "Page Home"
		},
		{
			"name": "page-about",
			"title": "Page About"
		},
		{
			"name": "page-illustrations",
			"title": "Page Illustrations"
		},
		{
			"name": "page-pricing",
			"title": "Page Pricing"
		},
		{
			"name": "page-contact",
			"title": "Page Contact"
		},
		{
			"name": "page-socials",
			"title": "Page Socials"
		},
		{
			"name": "page-news",
			"title": "Page News"
		},
		{
			"name": "page-sidebar",
			"title": "Page Sidebar"
		}
	]
}
