{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": ["page", "post"]
		},
		{
			"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)"
						}
					}
				}
			},
			"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
				}
			},
			"elements": {
				"button": {
					"border": {
						"radius": "2rem",
						"color": "var(--wp--preset--color--primary)",
						"width": "2px"
					},
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--white)"
					},
					"spacing": {
						"padding": {
							"bottom": "calc(0.667em + 2px)",
							"left": "calc(1.333em + 2px)",
							"right": "calc(1.333em + 2px)",
							"top": "calc(0.667em + 2px)"
						}
					},
					"typography": {
						"fontSize": "1.15rem",
						"fontWeight": "var(--wp--custom--font-weight--regular)",
						"lineHeight": "1.384"
					}
				},
				"input": {
					"border": {
						"radius": "4px",
						"width": "1px",
						"color": "var(--wp--preset--color--foreground)"
					},
					"color": {
						"background": "var(--wp--preset--color--background)",
						"text": "var(--wp--preset--color--foreground)"
					},
					"spacing": {
						"padding": {
							"bottom": "calc(0.667em + 3px)",
							"left": "calc(1.333em + 3px)",
							"right": "calc(1.333em + 3px)",
							"top": "calc(0.667em + 3px)"
						}
					},
					"typography": {
						"fontSize": "1.15rem",
						"fontWeight": "var(--wp--custom--font-weight--regular)",
						"lineHeight": "1.384"
					}
				}
			}
		},
		"layout": {
			"contentSize": "42rem",
			"wideSize": "80rem"
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"size": "clamp(1.5rem, 5vw, 2rem)",
					"slug": "30",
					"name": "1"
				},
				{
					"size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
					"slug": "40",
					"name": "2"
				},
				{
					"size": "clamp(2.5rem, 8vw, 4rem)",
					"slug": "50",
					"name": "3"
				},
				{
					"size": "clamp(2.5rem, 8vw, 6rem)",
					"slug": "60",
					"name": "4"
				},
				{
					"size": "clamp(3.75rem, 10vw, 7rem)",
					"slug": "70",
					"name": "5"
				},
				{
					"size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
					"slug": "80",
					"name": "6"
				}
			],
			"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"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "2rem"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--white)"
				},
				"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-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"textDecoration": "none",
					"textTransform": "uppercase",
					"elements": {
						"link": {
							"typography": {
								"textDecoration": "none"
							}
						}
					}
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dashed"
							}
						},
						":active": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dashed"
							}
						},
						":active": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"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-next": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				},
				"elements": {
					"link": {
						"spacing": {
							"padding": {
								"top": "0.5rem",
								"right": "0.5rem",
								"bottom": "0.5rem",
								"left": "0.5rem"
							}
						}
					}
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--medium)"
				}
			},
			"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)"
				}
			},
			"core/template-part": {
				"spacing": {
					"margin": {
						"top": "0px"
					}
				}
			}
		},
		"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": "2rem",
			"padding": {
				"top": "0",
				"right": "var(--wp--preset--spacing--30)",
				"bottom": "0",
				"left": "var(--wp--preset--spacing--30)"
			}
		},
		"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": "header-with-center-logo-and-social",
			"title": "Header with Center Logo and Social",
			"area": "header"
		},
		{
			"name": "header-with-search-bar",
			"title": "Header with Search bar",
			"area": "header"
		},
		{
			"name": "header-with-center-logo-and-search-bar",
			"title": "Header with Center Logo and Search bar",
			"area": "header"
		},
		{
			"name": "header-with-center-nav-and-social",
			"title": "Header with Center Nav and 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"
		},
		{
			"name": "footer-mega",
			"title": "Footer with Three Columns of Menus",
			"area": "footer"
		},
		{
			"name": "footer-with-three-center-columns-of-menus",
			"title": "Footer with Three Center Columns of Menus",
			"area": "footer"
		},
		{
			"name": "footer-with-six-columns-of-menus",
			"title": "Footer with Six Columns of Menus",
			"area": "footer"
		},
		{
			"name": "footer-with-center-logo-and-menu",
			"title": "Footer with Center Logo and Menu",
			"area": "footer"
		},
		{
			"name": "footer-with-site-description-and-menu",
			"title": "Footer with Site Description and Menu",
			"area": "footer"
		}
	]
}
