{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": ["page", "post"]
		},
		{
			"name": "page-cart",
			"title": "Cart",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-checkout",
			"title": "Checkout",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "single-product",
			"title": "Single Product",
			"postTypes": [
				"product"
			]
		},
		{
			"name": "no-title",
			"title": "No Title",
			"postTypes": ["page", "post"]
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultPalette": false,
			"defaultGradients": false,
			"defaultDuotone": false,
			"duotone": [
				{
					"colors": [
						"#000000",
						"#ffffff"
					],
					"slug": "grayscale",
					"name": "Grayscale"
				},
				{
					"colors": [
						"#ffffff",
						"#381d92"
					],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [
						"#ffffff",
						"#cfcaf8"
					],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [
						"#381d92",
						"#cfcaf8"
					],
					"slug": "primary-secondary",
					"name": "Primary and Secondary"
				},
				{
					"colors": [
						"#0B0620",
						"#381d92"
					],
					"slug": "foreground-primary",
					"name": "Foreground and Primary"
				},
				{
					"colors": [
						"#0B0620",
						"#cfcaf8"
					],
					"slug": "foreground-secondary",
					"name": "Foreground and Secondary"
				}
			],
			"gradients": [
				{
					"slug": "vertical-secondary-to-tertiary",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%)",
					"name": "Vertical secondary to tertiary"
				},
				{
					"slug": "vertical-secondary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical secondary to background"
				},
				{
					"slug": "vertical-tertiary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical tertiary to background"
				},
				{
					"slug": "diagonal-primary-to-foreground",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%)",
					"name": "Diagonal primary to foreground"
				},
				{
					"slug": "diagonal-secondary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal secondary to background"
				},
				{
					"slug": "diagonal-background-to-secondary",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%)",
					"name": "Diagonal background to secondary"
				},
				{
					"slug": "diagonal-tertiary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal tertiary to background"
				},
				{
					"slug": "diagonal-background-to-tertiary",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%)",
					"name": "Diagonal background to tertiary"
				}
			],
			"palette": [
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#0B0620",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#381d92",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#cfcaf8",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#ebe9fc",
					"name": "Background Alt"
				}
			]
		},
		"custom": {
			"blocks": {
				"core/table": {
					"variantStripes": {
						"color": {
							"background": "var(--wp--preset--color--tertiary)"
						}
					}
				}
			},
			"spacing": {
				"small": "min(2rem, 3.5vw)",
				"medium": "calc(3 * var(--wp--custom--spacing--small))",
				"large": "min(6rem, 10vw)",
				"outer": "max(3rem, 6vw)"
			},
			"typography": {
				"fontSmoothing": {
					"moz": "grayscale",
					"webkit": "antialiased"
				},
				"font-weight": {
					"black": "900",
					"extraBold": "800",
					"bold": "700",
					"semiBold": "600",
					"medium": "500",
					"regular": "400",
					"light": "300",
					"extraLight": "200",
					"thin": "100"
				},
				"line-height": {
					"tiny": 1.15,
					"small": 1.2,
					"medium": 1.4,
					"normal": 1.6,
					"large": 1.8
				}
			}
		},
		"layout": {
			"contentSize": "38rem",
			"wideSize": "76rem"
		},
		"spacing": {
			"units": ["%", "px", "em", "rem", "vh", "vw"]
		},
		"typography": {
			"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Body",
					"slug": "body",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 800",
							"src": [
								"file:./assets/fonts/Inter/Inter-VariableFont_slnt,wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Headings",
					"slug": "heading"
				}
			],
			"fontSizes": [
				{
					"size": "1rem",
					"slug": "small"
				},
				{
					"size": "1.414rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "clamp(1.999rem, 1.563rem + 0.23vw, 2.827rem)",
					"slug": "large"
				},
				{
					"name": "X Large",
					"size": "clamp(2.827rem, 1.568rem + 0.91vw, 3.998rem)",
					"slug": "x-large"
				},
				{
					"name": "2X Large",
					"size": "clamp(3.998rem, 3.239rem + 3.18vw, 5.653rem)",
					"slug": "xx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "2rem"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontSize": "1.15rem",
					"lineHeight": "1.384"
				}
			},
			"core/comment-content": {
				"spacing": {
					"margin": {
						"top": "0 !important"
					}
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-reply-link": {
				"spacing": {
					"margin": {
						"top": "0 !important"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comments-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "(--wp--custom--typography--font-weight--bold)",
					"letterSpacing": "0"
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-comments": {
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--small)"
					}
				}
			},
			"core/post-content": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--large) !important"
					}
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-excerpt": {
				"spacing": {
					"margin": {
						"top": "calc(-1 * var(--wp--custom--spacing--small)) !important"
					}
				}
			},
			"core/post-featured-image": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--large) !important"
					}
				}
			},
			"core/post-title": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--small)",
						"top": "var(--wp--custom--spacing--small)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxl)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"letterSpacing": "0",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "transparent",
					"style": "solid",
					"width": "1px 0"
				},
				"color": {
					"background": "var(--wp--preset--color--tertiary)",
					"text": "var(--wp--preset--color--foreground)"
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--large) !important",
						"top": "var(--wp--custom--spacing--large) !important"
					}
				}
			},
			"core/query-pagination": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--large) !important",
						"top": "var(--wp--custom--spacing--medium) !important"
					}
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				}
			},
			"core/query-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--large) !important",
						"top": "var(--wp--custom--spacing--large) !important"
					}
				}
			},
			"core/separator": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"letterSpacing": "-0.03em",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--huge)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--huge)",
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"textTransform": "uppercase"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)",
					"letterSpacing": "0.03em",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"textTransform": "uppercase"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			}
		},
		"spacing": {
			"blockGap": "var:custom|spacing|small"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)",
			"fontSize": "1.2rem",
			"fontWeight": "400",
			"lineHeight": "var(--wp--custom--typography--line-height--normal)"
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "header-title-nav-button",
			"title": "Header with Button",
			"area": "header"
		},
		{
			"name": "header-title-social-nav",
			"title": "Header with Social",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "footer-logo-nav",
			"title": "Footer with Logo and Navigation",
			"area": "footer"
		},
		{
			"name": "footer-social-icons",
			"title": "Footer with Social Icons",
			"area": "footer"
		},
		{
			"name": "footer-with-address-four-columns",
			"title": "Footer with Address, Four Columns",
			"area": "footer"
		},
		{
			"name": "footer-with-address-dark-three-columns",
			"title": "Footer with Address, Dark, Three Columns",
			"area": "footer"
		}
	]
}
