{
	"version": 2,
	"customTemplates": [
		{
			"name": "page-no-title",
			"title": "Page Without Title",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-cover-title",
			"title": "Page with Cover Title",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-cover-title-featured-image",
			"title": "Page with Cover Title and Featured Image",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-header-cover",
			"title": "Page with Header Cover",
			"postTypes": [ "page" ]
		},
		{
			"name": "page-blank-canvas",
			"title": "Blank Canvas",
			"postTypes": [ "page" ]
		},
		{
			"name": "single-with-featured-image",
			"title": "Post with Featured Image",
			"postTypes": [ "post" ]
		}
	],
	"templateParts": [
		{
			"name": "header",
			"area": "header",
			"title": "Header - Standard"
		},
		{
			"name": "header-cover",
			"area": "header",
			"title": "Header - Cover"
		},
		{
			"name": "header-with-top-bar",
			"area": "header",
			"title": "Header with Top Bar"
		},
		{
			"name": "footer",
			"area": "footer",
			"title": "Footer"
		}
	],
	"settings": {
		"color": {
			"defaultPalette": false,
			"defaultGradients": false,
			"link": true,
			"palette": [
				{ "slug": "foreground", "name": "Foreground", "color": "#333141" },
				{ "slug": "background", "name": "Background", "color": "#fcf8ee" },
				{ "slug": "primary", "name": "Primary", "color": "#c7ae88" },
				{ "slug": "secondary", "name": "Secondary", "color": "#ede4cf" },
				{ "slug": "tertiary", "name": "Tertiary", "color": "#81a7aa" },
				{ "slug": "quaternary", "name": "Quaternary", "color": "#b72f2b" },
				{ "slug": "quinary", "name": "Quinary", "color": "#aa81a7" },
				{ "slug": "senary", "name": "Senary", "color": "#2bb775" },
				{ "slug": "septenary", "name": "Septenary", "color": "rgba(0,0,0,0.3)" },
				{ "slug": "octonary", "name": "Octonary", "color": "rgba(255,255,255,0.3)" },
				{ "slug": "black", "name": "Black", "color": "#000000" },
				{ "slug": "white", "name": "White", "color": "#ffffff" }
			],
			"gradients": [
				{
					"slug": "foreground-fade",
					"name": "Foreground Fade",
					"gradient": "linear-gradient(150deg,var(--wp--preset--color--foreground) 0%,var(--wp--preset--color--tertiary) 90%)"
				},
				{
					"slug": "foreground-primary",
					"name": "Foreground - Primary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--primary) 70%)"
				},
				{
					"slug": "primary-foreground",
					"name": "Primary - Foreground",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 70%, var(--wp--preset--color--foreground) 70%)"
				},
				{
					"slug": "foreground-tertiary",
					"name": "Foreground - Tertiary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--tertiary) 70%)"
				},
				{
					"slug": "foreground-quaternary",
					"name": "Foreground - Quaternary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--quaternary) 70%)"
				},
				{
					"slug": "foreground-quinary",
					"name": "Foreground - Quinary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--quinary) 70%)"
				},
				{
					"slug": "secondary-primary",
					"name": "Secondary - Primary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 30%, var(--wp--preset--color--primary) 30%)"
				},
				{
					"slug": "primary-secondary",
					"name": "Primary - Secondary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 30%, var(--wp--preset--color--secondary) 30%)"
				},
				{
					"slug": "primary-secondary-50-50",
					"name": "Primary - Secondary - 50/50",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 50%, var(--wp--preset--color--secondary) 50%)"
				},
				{
					"slug": "background-secondary",
					"name": "Background - Secondary",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--background) 30%, var(--wp--preset--color--secondary) 30%)"
				},
				{
					"slug": "secondary-background",
					"name": "Secondary - Background",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 30%, var(--wp--preset--color--background) 30%)"
				},
				{
					"slug": "secondary-background-50-50",
					"name": "Secondary - Background - 50/50",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--background) 50%)"
				},
				{
					"slug": "secondary-octonary",
					"name": "Secondary - Light Transparent",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--octonary) 30%, var(--wp--preset--color--secondary) 30%)"
				},
				{
					"slug": "secondary-primary-circle",
					"name": "Secondary Primary Circle",
					"gradient": "radial-gradient(circle 200px, var(--wp--preset--color--secondary), var(--wp--preset--color--primary))"
				},
				{
					"slug": "background-and-secondary",
					"name": "Background and Secondary",
					"gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--secondary), var(--wp--preset--color--background))"
				},
				{
					"slug": "secondary-and-background",
					"name": "Secondary and Background",
					"gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--background), var(--wp--preset--color--secondary))"
				},
				{
					"slug": "primary-and-secondary",
					"name": "Primary and Secondary",
					"gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--secondary), var(--wp--preset--color--primary))"
				},
				{ "slug": "steel", "name": "Steel", "gradient": "linear-gradient(150deg,#cfcfcb 0%,#7e7771 70%)" },
				{ "slug": "bronze", "name": "Bronze", "gradient": "linear-gradient(150deg,#ede4cf 0%,#c7ae88 70%)" },
				{ "slug": "silver", "name": "Silver", "gradient": "linear-gradient(150deg,#d1d1d1 0%,#898989 40%,#d1d1d1 80%)" },
				{ "slug": "gold", "name": "Gold", "gradient": "linear-gradient(150deg,#eecb58 0%,#be7f44 40% 60%,#eecb58 90%)" },
				{
					"slug": "foreground-primary-button",
					"name": "Foreground - Primary (Button)",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--primary) calc(100% - 2.4em))"
				},
				{
					"slug": "primary-foreground-button",
					"name": "Primary - Foreground (Button)",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) calc(100% - 2.4em), var(--wp--preset--color--foreground) calc(100% - 2.4em))"
				},
				{
					"slug": "foreground-tertiary-button",
					"name": "Foreground - Tertiary (Button)",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--tertiary) calc(100% - 2.4em))"
				},
				{
					"slug": "foreground-quaternary-button",
					"name": "Foreground - Quaternary (Button)",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--quaternary) calc(100% - 2.4em))"
				},
				{
					"slug": "foreground-quinary-button",
					"name": "Foreground - Quinary (Button)",
					"gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--quinary) calc(100% - 2.4em))"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFamily": "Rajdhani,sans-serif",
					"name": "Rajdhani",
					"slug": "rajdhani",
					"google": "family=Rajdhani:wght@300;400;500;600;700"
				},
				{
					"fontFamily": "Roboto,sans-serif",
					"name": "Roboto",
					"slug": "roboto",
					"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900"
				},
				{
					"fontFamily": "Poppins,sans-serif",
					"name": "Poppins",
					"slug": "poppins",
					"google": "family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
				},
				{
					"fontFamily": "Lato,sans-serif",
					"name": "Lato",
					"slug": "lato",
					"google": "family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900"
				},
				{
					"fontFamily": "Nunito,sans-serif",
					"name": "Nunito",
					"slug": "nunito",
					"google": "family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
				},
				{
					"fontFamily": "\"Maven Pro\",sans-serif",
					"name": "Maven Pro",
					"slug": "maven-pro",
					"google": "family=Maven+Pro:wght@400;500;600;700;800;900"
				},
				{
					"fontFamily": "Georgia,\"Times New Roman\",serif",
					"name": "Georgia",
					"slug": "georgia"
				},
				{
					"fontFamily": "Merriweather,serif",
					"name": "Merriweather",
					"slug": "merriweather",
					"google": "family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900"
				},
				{
					"fontFamily": "Lora,serif",
					"name": "Lora",
					"slug": "lora",
					"google": "family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700"
				},
				{
					"fontFamily": "Arvo,serif",
					"name": "Arvo",
					"slug": "arvo",
					"google": "family=Arvo:ital,wght@0,400;0,700;1,400;1,700"
				},
				{
					"fontFamily": "Pilgi,\"Segoe Script\",cursive",
					"name": "Script",
					"slug": "script"
				}
			],
			"fontSizes": [
				{ "slug": "tiny", "name": "Tiny", "size": "12px" },
				{ "slug": "smaller", "name": "Smaller", "size": "max(calc(12px + 0.25vw),14px)" },
				{ "slug": "small", "name": "Small", "size": "max(calc(12px + 0.4vw),15px)" },
				{ "slug": "normal", "name": "Normal", "size": "max(calc(12px + 0.6vw),16px)" },
				{ "slug": "medium", "name": "Medium", "size": "max(calc(12px + 0.98vw),18px)" },
				{ "slug": "large", "name": "Large", "size": "max(calc(12px + 1.46vw),19px)" },
				{ "slug": "huge", "name": "Huge", "size": "max(calc(12px + 2.03vw),20px)" },
				{ "slug": "gigantic", "name": "Gigantic", "size": "calc(12px + 2.7vw)" },
				{ "slug": "massive", "name": "Massive", "size": "calc(12px + 3.5vw)" },
				{ "slug": "colossal", "name": "Colossal", "size": "calc(12px + 4.45vw)" }
			],
			"lineHeight": true
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"layout": {
			"contentSize": "min( calc(100vw - 2rem), 80rem)",
			"wideSize": "min( calc(100vw - 2rem), 90rem)",
			"outerPadding": "0.5rem"
		},
		"spacing": {
			"blockGap": true,
			"padding": true,
			"margin": true,
			"units": [ "%", "px", "em", "rem", "vh", "vw" ]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--huge)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--large)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--normal)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--normal)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--normal)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system-font)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "1.5",
			"fontWeight": "300",
			"fontStyle": "normal"
		},
		"spacing": {
			"blockGap": "1rem"
		},
		"blocks": {
			"core/paragraph": {
				"elements": {
					"link": {
						"typography": {
							"fontWeight": "500"
						}
					}
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						}
					}
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/navigation": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--system-font)",
					"fontWeight": "300",
					"fontStyle": "normal",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-title" : {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--georgia)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						}
					}
				}
			},
			"core/post-excerpt": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-author": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/button": {
				"color": {
					"background": "var:preset|color|primary",
					"text": "var:preset|color|white"
				},
				"border": {
					"radius": "3px"
				}
			},
			"core/media-text": {
				"color": {
					"background": "var:preset|color|background"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var:preset|color|primary"
				},
				"color": {
					"background": "var:preset|color|octonary"
				}
			},
			"core/code": {
				"typography": {
					"fontSize": "var:preset|font-size|small"
				},
				"color": {
					"background": "var:preset|color|white"
				}
			},
			"core/table": {
				"color": {
					"background": "var:preset|color|octonary"
				}
			}
		}
	}
}