{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"position": {
			"sticky": false
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"custom": true,
			"defaultDuotone": false,
			"defaultGradients": true,
			"defaultPalette": true,
			"link": true,
			"duotone": [
				{
					"name": "Grayscale",
					"slug": "grayscale",
					"colors": [
						"#000000",
						"#ffffff"
					]
				},
				{
					"name": "Dark Grayscale",
					"slug": "dark-grayscale",
					"colors": [
						"#000000",
						"#7f7f7f"
					]
				},
				{
					"name": "Red",
					"slug": "red",
					"colors": [
						"#450a0a",
						"#fef2f2"
					]
				},
				{
					"name": "Orange",
					"slug": "orange",
					"colors": [
						"#431407",
						"#fff7ed"
					]
				},
				{
					"name": "Amber",
					"slug": "amber",
					"colors": [
						"#451a03",
						"#fffbeb"
					]
				},
				{
					"name": "Yellow",
					"slug": "yellow",
					"colors": [
						"#422006",
						"#fefce8"
					]
				},
				{
					"name": "Lime",
					"slug": "lime",
					"colors": [
						"#1a2e05",
						"#f7fee7"
					]
				},
				{
					"name": "Green",
					"slug": "green",
					"colors": [
						"#052e16",
						"#f0fdf4"
					]
				},
				{
					"name": "Emerald",
					"slug": "emerald",
					"colors": [
						"#022c22",
						"#ecfdf5"
					]
				},
				{
					"name": "Teal",
					"slug": "teal",
					"colors": [
						"#042f2e",
						"#f0fdfa"
					]
				},
				{
					"name": "Cyan",
					"slug": "cyan",
					"colors": [
						"#083344",
						"#ecfeff"
					]
				},
				{
					"name": "Sky",
					"slug": "sky",
					"colors": [
						"#082f49",
						"#f0f9ff"
					]
				},
				{
					"name": "Blue",
					"slug": "blue",
					"colors": [
						"#172554",
						"#eff6ff"
					]
				},
				{
					"name": "Indigo",
					"slug": "indigo",
					"colors": [
						"#1e1b4b",
						"#eef2ff"
					]
				},
				{
					"name": "Violet",
					"slug": "violet",
					"colors": [
						"#2e1065",
						"#f5f3ff"
					]
				},
				{
					"name": "Purple",
					"slug": "purple",
					"colors": [
						"#2e1065",
						"#faf5ff"
					]
				},
				{
					"name": "Fuchsia",
					"slug": "fuchsia",
					"colors": [
						"#4a044e",
						"#fdf4ff"
					]
				},
				{
					"name": "Pink",
					"slug": "pink",
					"colors": [
						"#500724",
						"#fdf2f8"
					]
				},
				{
					"name": "Rose",
					"slug": "rose",
					"colors": [
						"#4c0519",
						"#fff1f2"
					]
				}
			],
			"gradients": [
				{
					"gradient": "linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0))",
					"name": "Transparent",
					"slug": "transparent"
				},{
					"gradient": "linear-gradient( 180deg, rgba(0,10,97,1) 0%, rgba(0,10,97,0) 100% )",
					"name": "Linear: Primary Base → Transparent",
					"slug": "180-deg-primary-base-transparent"
				},
				{
					"gradient": "linear-gradient(-225deg,#231557,#44107a 29%,#ff1361 67%,#E1FC5F)",
					"name": "Fabled Sunset",
					"slug": "fabled-sunset"
				},
				{
					"gradient": "linear-gradient(-225deg,#231557,#2A6570 29%,#74F9F7 67%,#E1FC5F)",
					"name": "Anselm Scheme",
					"slug": "anselm-gradient"
				}
			],
			"palette": [
				{
					"slug": "base",
					"color": "#ffffff",
					"name": "Base"
				},
				{
					"slug": "contrast",
					"color": "#000000",
					"name": "Contrast"
				},
				{
					"slug": "primary-dark",
					"color": "#000A61",
					"name": "Primary: Dark"
				},
				{
					"slug": "primary-light",
					"color": "#315CC3",
					"name": "Primary: Light"
				},
				{
					"slug": "primary-base",
					"color": "#07259A",
					"name": "Primary: Base"
				},
				{
					"slug": "secondary-light",
					"color": "#FCB900",
					"name": "Secondary: Light"
				},
				{
					"slug": "secondary-dark",
					"color": "#2A6570",
					"name": "Secondary: Dark"
				},
				{
					"slug": "tertiary-light",
					"color": "#A0E355",
					"name": "Tertiary: Light"
				},
				{
					"slug": "tertiary-dark",
					"color": "#E1FC5F",
					"name": "Tertiary: Dark"
				},
				{
					"slug": "error",
					"color": "#BA062D",
					"name": "Error: Red"
				},
				{
					"slug": "neutral-base",
					"color": "#F5F5F5",
					"name": "Neutral: Base"
				},
				{
					"slug": "neutral-subtle",
					"color": "#e2e8f0",
					"name": "Neutral: Subtle"
				},
				{
					"slug": "neutral-muted",
					"color": "#64748b",
					"name": "Neutral: Muted"
				},
				{
					"slug": "neutral-contrast",
					"color": "#3B3B3B",
					"name": "Neutral: Contrast"
				},
				{
					"slug": "neutral-emphasis",
					"color": "#020617",
					"name": "Neutral: Emphasis"
				}
			]
		},
		"custom": {
			"defaults": {
				"borderRadius": "6px",
				"shadow": "var( --wp--preset--shadow--sm )",
				"fadedGradient": "linear-gradient( 180deg, transparent -40%, var( --wp--preset--color--base ) 100% )"
			},
			"elements": {
				"formInput": {
					"color": "var:preset|color|contrast",
					"background": "var:preset|color|neutral-base",
					"borderColor": "var:preset|color|neutral-subtle",
					"placeholderColor": "var:preset|color|neutral-muted"
				}
			},
			"blocks": {
				"navigation-submenu": {
					"color": "var( --wp--preset--color--contrast )",
					"background": "var( --wp--preset--color--base )",
					"border": "2px solid var( --wp--preset--color--neutral-contrast )",
					"border-radius": "var( --wp--custom--defaults--border-radius )",
					"link-color": "inherit",
					"link-background": "inherit",
					"link-hover-color": "inherit",
					"link-hover-background": "var( --wp--preset--color--neutral-base )"
				}
			},
			"lineHeight": {
				"xs": "1.625",
				"sm": "1.5",
				"md": "calc( 3ex + 4px )",
				"lg": "calc( 3ex + 4px )",
				"xl": "calc( 2.5625ex + 4px )",
				"2-xl": "calc( 2.5ex + 4px )",
				"3-xl": "calc( 2.25ex + 4px )",
				"4-xl": "calc( 2ex + 4px )",
				"5-xl": "1.0625",
				"6-xl": "1.03125",
				"7-xl": "1.015625"
			},
			"textShadow": {
				"none": "none",
				"sm": "1px 1px 0 rgba( 0, 0, 0, 0.5 )",
				"md": "2px 2px 2px rgba( 0, 0, 0, 0.3 )",
				"lg": "3px 3px 6px rgba( 0, 0, 0, 0.3 )"
			}
		},
		"dimensions": {
			"minHeight": true
		},
		"layout": {
			"contentSize": "40rem",
			"wideSize": "64rem"
		},
		"shadow": {
			"presets": [
				{
					"name": "Small",
					"slug": "sm",
					"shadow": "0 1px 2px 0 rgb(0 0 0 / 0.05)"
				},
				{
					"name": "Medium",
					"slug": "md",
					"shadow": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)"
				},
				{
					"name": "Large",
					"slug": "lg",
					"shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)"
				},
				{
					"name": "XL",
					"slug": "xl",
					"shadow": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)"
				},
				{
					"name": "2XL",
					"slug": "2-xl",
					"shadow": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
				},
				{
					"name": "Inner",
					"slug": "inner",
					"shadow": "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)"
				}
			]
		},
		"spacing": {
			"blockGap": true,
			"customSpacingSize": false,
			"margin": true,
			"padding": true,
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "Fixed: 1px",
					"size": "1px",
					"slug": "px"
				},
				{
					"name": "Fluid Scale -5",
					"size": "var(--theme-spacing--minus-5)",
					"slug": "minus-5"
				},
				{
					"name": "Fluid Scale -4",
					"size": "var(--theme-spacing--minus-4)",
					"slug": "minus-4"
				},
				{
					"name": "Fluid Scale -3",
					"size": "var(--theme-spacing--minus-3)",
					"slug": "minus-3"
				},
				{
					"name": "Fluid Scale -2",
					"size": "var(--theme-spacing--minus-2)",
					"slug": "minus-2"
				},
				{
					"name": "Fluid Scale -1",
					"size": "var(--theme-spacing--minus-1)",
					"slug": "minus-1"
				},
				{
					"name": "Fluid Scale +/- 0 (Base)",
					"size": "var(--theme-spacing--base)",
					"slug": "base"
				},
				{
					"name": "Fluid Scale +1",
					"size": "var(--theme-spacing--plus-1)",
					"slug": "plus-1"
				},
				{
					"name": "Fluid Scale +2",
					"size": "var(--theme-spacing--plus-2)",
					"slug": "plus-2"
				},
				{
					"name": "Fluid Scale +3 (Global)",
					"size": "var(--theme-spacing--plus-3)",
					"slug": "plus-3"
				},
				{
					"name": "Fluid Scale +4",
					"size": "var(--theme-spacing--plus-4)",
					"slug": "plus-4"
				},
				{
					"name": "Fluid Scale +5",
					"size": "var(--theme-spacing--plus-5)",
					"slug": "plus-5"
				},
				{
					"name": "Fluid Scale +6",
					"size": "var(--theme-spacing--plus-6)",
					"slug": "plus-6"
				},
				{
					"name": "Fluid Scale +7",
					"size": "var(--theme-spacing--plus-7)",
					"slug": "plus-7"
				},
				{
					"name": "Fluid Scale +8",
					"size": "var(--theme-spacing--plus-8)",
					"slug": "plus-8"
				},
				{
					"name": "Fluid Scale +9",
					"size": "var(--theme-spacing--plus-9)",
					"slug": "plus-9"
				},
				{
					"name": "Fluid Scale +10",
					"size": "var(--theme-spacing--plus-10)",
					"slug": "plus-10"
				}
			],
			"units": [
				"rem",
				"em",
				"%",
				"ch",
				"cqi",
				"vh",
				"vw",
				"px"
			]
		},
		"typography": {
			"customFontSize": true,
			"dropCap": true,
			"fontFamilies": [
				{
					"fontFamily": "Owners Medium, ui-sans-serif, sans-serif",
					"slug": "default",
					"name": "Default (Owners Medium)",
					"fontFace": [
						{
							"fontFamily": "owners, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": ["local('owners')"]
						},
						{
							"fontFamily": "owners, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "bold",
							"fontStretch": "normal",
							"src": ["local('Owners Medium Bold')"]
						},
						{
							"fontFamily": "owners, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": ["local('Owners Medium Italic')"]
						}
					]
				},
				{
					"fontFamily": "owners-text, sans-serif",
					"slug": "primary",
					"name": "Primary (Owners Text)",
					"fontFace": [
						{
							"fontFamily": "owners-text, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": ["local('owners-text')"]
						},
						{
							"fontFamily": "owners-text, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "bold",
							"fontStretch": "normal",
							"src": ["local('owners-text')"]
						},
						{
							"fontFamily": "owners-text, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": ["local('owners-text')"]
						}
					]
				},
				{
					"fontFamily": "owners-narrow, sans-serif",
					"slug": "secondary",
					"name": "Secondary (Owners Narrow)",
					"fontFace": [
						{
							"fontFamily": "owners-narrow, sans-serif",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": ["local('owners-narrow')"]
						}
					]
				},
				{
					"fontFamily": "inherit",
					"slug": "tertiary",
					"name": "Tertiary (Inherited)"
				},
				{
					"fontFamily": "ui-monospace, 'Fira Code', 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace",
					"slug": "mono",
					"name": "Monospace"
				}
			],
			"fontSizes": [
				{
					"name": "Extra Extra Small - Fluid",
					"size": "clamp(0.7rem, 0.44vw + 0.66rem, 0.75rem)",
					"slug": "xxs"
				},				
				{
					"name": "Extra Small - Fluid",
					"size": "clamp(0.875rem, 0.44vw + 0.66rem, 0.94rem)",
					"slug": "xs"
				},
				{
					"name": "Small - Fluid",
					"size": "clamp(0.9375rem, 0.49vw + 0.74rem, 1.06rem)",
					"slug": "sm"
				},
				{
					"name": "Medium - Fluid",
					"size": "clamp(1.06rem, 0.37cqi + 0.95rem, 1.19rem)",
					"slug": "md"
				},
				{
					"name": "Large - Fluid",
					"size": "clamp(1.2rem, 0.85cqi + 0.94rem, 1.48rem)",
					"slug": "lg"
				},
				{
					"name": "Extra Large - Fluid",
					"size": "clamp(1.34rem, 1.5cqi + 0.89rem, 1.86rem)",
					"slug": "xl"
				},
				{
					"name": "2XL - Fluid",
					"size": "clamp(1.51rem, 2.37cqi + 0.8rem, 2.32rem)",
					"slug": "2-xl"
				},
				{
					"name": "3XL - Fluid",
					"size": "clamp(1.7rem, 3.52cqi + 0.65rem, 2.9rem)",
					"slug": "3-xl"
				},
				{
					"name": "4XL - Fluid",
					"size": "clamp(1.91rem, 5.03cqi + 0.41rem, 3.62rem)",
					"slug": "4-xl"
				},
				{
					"name": "5XL - Fluid",
					"size": "clamp(2.15rem, 6.99cqi + 0.06rem, 4.53rem)",
					"slug": "5-xl"
				},
				{
					"name": "6XL - Fluid",
					"size": "clamp(2.42rem, 9.53cqi + -0.43rem, 5.66rem)",
					"slug": "6-xl"
				},
				{
					"name": "7XL - Fluid",
					"size": "clamp(2.73rem, 12.8cqi + -1.11rem, 7.08rem)",
					"slug": "7-xl"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"lineHeight": true,
			"textColumns": true,
			"textDecoration": true,
			"textTransform": true,
			"writingMode": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"text": "var:preset|color|contrast",
			"background": "var:preset|color|base"
		},
		"spacing": {
			"blockGap": "var:preset|spacing|plus-3",
			"padding": {
				"top": "0",
				"bottom": "0",
				"left": "var:preset|spacing|plus-3",
				"right": "var:preset|spacing|plus-3"
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|secondary",
			"fontSize": "var:preset|font-size|md",
			"lineHeight": "var:custom|line-height|md"
		},
		"elements": {
			"button": {
				"border": {
					"color": "transparent",
					"radius": "var:custom|defaults|border-radius",
					"style": "solid",
					"width": "2px"
				},
				"color": {
					"text": "var:preset|color|white",
					"background": "var:preset|color|primary-light"
				},
				"outline": {
					"color": "var:preset|color|primary-dark",
					"offset": "2px",
					"style": "solid",
					"width": "0"
				},
				"spacing": {
					"padding": {
						"top": "var:preset|spacing|minus-2",
						"bottom": "var:preset|spacing|minus-2",
						"left": "var:preset|spacing|plus-1",
						"right": "var:preset|spacing|plus-1"
					}
				},
				"typography": {
					"fontSize": "var:preset|font-size|sm",
					"fontWeight": "500",
					"lineHeight": "var:custom|line-height|sm"
				},
				":active": {
					"outline": {
						"width": "2px"
					}
				},
				":focus": {
					"color": {
						"background": "var:preset|color|primary-dark"
					},
					"outline": {
						"width": "2px"
					}
				},
				":hover": {
					"color": {
						"background": "var:preset|color|primary-dark"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			},
			"caption": {
				"color": {
					"text": "var:preset|color|contrast"
				},
				"spacing": {
					"margin": {
						"top": "var:preset|spacing|minus-2",
						"bottom": "0",
						"left": "var:preset|spacing|base",
						"right": "var:preset|spacing|base"
					}
				},
				"typography": {
					"fontFamily": "var:preset|font-family|tertiary",
					"fontSize": "var(var:preset|font-size|lg), var:preset|font-size|sm)",
					"lineHeight": "var:custom|line-height|sm"
				}
			},
			"cite": {
				"color": {
					"text": "var:preset|color|neutral-muted"
				},
				"typography": {
					"fontFamily": "var:preset|font-family|tertiary",
					"fontSize": "0.9375em",
					"fontStyle": "normal",
					"fontWeight": "300",
					"letterSpacing": "0"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontWeight": "500"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var:preset|font-family|default",
					"fontSize": "var:preset|font-size|4-xl",
					"lineHeight": "var:custom|line-height|4-xl"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontWeight": "100",
					"fontSize": "var:preset|font-size|3-xl",
					"lineHeight": "var:custom|line-height|3-xl",
					"letterSpacing": "var:preset|spacing|minus-5"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontWeight": "100",
					"fontSize": "var:preset|font-size|2-xl",
					"lineHeight": "var:custom|line-height|2-xl"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontSize": "var:preset|font-size|xl",
					"lineHeight": "var:custom|line-height|xl"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontSize": "var:preset|font-size|lg",
					"lineHeight": "var:custom|line-height|lg"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var:preset|font-family|secondary",
					"fontSize": "var:preset|font-size|md",
					"lineHeight": "var:custom|line-height|md"
				}
			},
			"link": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"color": {
					"text": "var:preset|color|primary-contrast"
				},
				"typography": {
					"textDecoration": "underline"
				},
				":focus": {
					"outline": {
						"color": "var:preset|color|primary-contrast",
						"offset": "2px",
						"style": "solid",
						"width": "2px"
					},
					"typography": {
						"textDecoration": "underline"
					}
				},
				":hover": {
					"color": {
						"text": "inherit"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			}
		},
		"blocks": {
			"core/archives": {
				"color": {
					"text": "var:preset|color|neutral-muted"
				}
			},
			"core/avatar": {
				"border": {
					"radius": "9999em"
				},
				"css": "& img { box-shadow: var( --wp--custom--defaults--shadow ); }"
			},
			"core/button": {
				"shadow": "var:custom|defaults|shadow",
				"variations": {
					"outline": {
						"border": {
							"width": { "ref": "styles.elements.button.border.width" }
						},
						"outline": {
							"color": "currentColor"
						},
						"spacing": {
							"padding": {
								"top": { "ref": "styles.elements.button.spacing.padding.top" },
								"bottom": { "ref": "styles.elements.button.spacing.padding.bottom" },
								"left": { "ref": "styles.elements.button.spacing.padding.left" },
								"right": { "ref": "styles.elements.button.spacing.padding.right" }
							}
						}
					}
				}
			},
			"core/buttons": {
				"spacing": {
					"blockGap": "var:preset|spacing|base"
				}
			},
			"core/calendar": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"shadow": "var:custom|defaults|shadow",
				"typography": {
					"fontSize": "var:preset|font-size|sm",
					"lineHeight": "var:custom|line-height|sm"
				},
				"elements": {
					"link": {
						"typography": {
							"fontWeight": "700"
						}
					}
				}
			},
			"core/categories": {
				"color": {
					"text": "var:preset|color|neutral-muted"
				}
			},
			"core/code": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"color": {
					"background": "var:preset|color|neutral-base"
				},
				"spacing": {
					"padding": {
						"top": "var:preset|spacing|plus-3",
						"bottom": "var:preset|spacing|plus-3",
						"left": "var:preset|spacing|plus-3",
						"right": "var:preset|spacing|plus-3"
					}
				},
				"shadow": "var:custom|defaults|shadow",
				"typography": {
					"fontFamily": "var:preset|font-family|mono",
					"fontSize": "16px",
					"lineHeight": "1.75"
				}
			},
			"core/comments": {
				"css": "--wp--custom--block-gap--comments: var( --wp--preset--spacing--plus-4 );"
			},
			"core/comment-template": {
				"spacing": {
					"margin": {
						"top": "var:preset|spacing|base"
					}
				},
				"css": "& > li { border-radius: var( --wp--custom--defaults--border-radius ); box-shadow: var( --wp--custom--defaults--shadow ); padding: var( --wp--preset--spacing--plus-3 ); background: var( --wp--preset--color--neutral-base ); }"
			},
			"core/cover": {
				"color": {
					"text": "var:preset|color|white"
				},
				"dimensions": {
					"minHeight": "30rem"
				},
				"elements": {
					"link": {
						":any-link": {
							"color": {
								"text": "inherit"
							}
						}
					}
				}
			},
			"core/details": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"color": {
					"text": "var:preset|color|contrast",
					"background": "var:preset|color|neutral-base"
				},
				"shadow": "var:custom|defaults|shadow"
			},
			"core/file": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"color": {
					"background": "var:preset|color|neutral-base"
				},
				"shadow": "var:custom|defaults|shadow",
				"spacing": {
					"padding": {
						"top": "var:preset|spacing|plus-3",
						"bottom": "var:preset|spacing|plus-3",
						"left": "var:preset|spacing|plus-3",
						"right": "var:preset|spacing|plus-3"
					}
				}
			},
			"core/gallery": {
				"typography": {
					"fontSize": "var:preset|font-size|md"
				},
				"css": "--wp--style--gallery-gap-default: var( --wp--preset--spacing--base );"
			},
			"core/image": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"css": "{ border-radius: var( --wp--custom--defaults--border-radius ); } & img {\n\tbox-shadow: var( --wp--custom--defaults--shadow );\n}",
				"variations": {
					"rounded": {
						"border": {
							"radius": "9999px"
						}
					}
				}
			},
			"core/latest-comments": {
				"spacing": {
					"padding": {
						"left": "0",
						"right": "0"
					}
				}
			},
			"core/navigation": {
				"css": "& .wp-block-navigation__responsive-container-close svg { width: 30px; height: 30px; } & .wp-block-navigation__responsive-container-open svg { width: 30px; height: 30px; }",
				"spacing": {
					"blockGap": "var( --wp--preset--spacing--base ) var( --wp--preset--spacing--plus-3 )"
				},
				"typography": {
					"fontSize": "var:preset|font-size|sm",
					"fontWeight": "500",
					"lineHeight": "var:custom|line-height|sm"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none",
							"fontFamily": "var:preset|font-family|primary"
						},
						":focus": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-featured-image": {
				"border": {
					"radius": "var:custom|defaults|border-radius"
				},
				"css": "& img {\n\tbox-shadow: var( --wp--custom--defaults--shadow );\n}"
			},
			"core/pullquote": {
				"border": {
					"top": {
						"color": "var:preset|color|contrast",
						"style": "solid",
						"width": "var:preset|spacing|minus-3"
					},
					"bottom": {
						"color": "var:preset|color|contrast",
						"style": "solid",
						"width": "var:preset|spacing|minus-3"
					}
				},
				"spacing": {
					"padding": {
						"top": "var:preset|spacing|plus-3",
						"bottom": "var:preset|spacing|plus-3"
					}
				},
				"typography": {
					"fontSize": "var:preset|font-size|2-xl",
					"lineHeight": "var:custom|line-height|2-xl"
				},
				"elements": {
					"cite": {
						"typography": {
							"fontSize": "max( 50%, var( --wp--preset--font-size--lg ) )"
						}
					}
				}
			},
			"core/preformatted": {
				"typography": {
					"fontFamily": "var:preset|font-family|mono",
					"fontSize": "var:preset|font-size|sm",
					"lineHeight": "var:custom|line-height|sm"
				}
			},
			"core/query-pagination": {
				"spacing": {
					"padding": {
						"bottom": "var:style|block-gap"
					}
				}
			},
			"core/quote": {
				"border": {
					"left": {
						"color": "var:preset|color|contrast",
						"style": "solid",
						"width": "var:preset|spacing|minus-3"
					}
				},
				"spacing": {
					"padding": {
						"left": "var:preset|spacing|plus-2"
					}
				},
				"variations": {
					"plain": {
						"border": {
							"width": "0"
						},
						"spacing": {
							"padding": {
								"left": "var:preset|spacing|plus-3",
								"right": "var:preset|spacing|plus-3"
							}
						}
					}
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						"color": {
							"text": "inherit"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/separator": {
				"border": {
					"top": {
						"width": "2px"
					},
					"bottom": {
						"width": "0"
					}
				},
				"color": {
					"text": "var:preset|color|contrast"
				},
				"variations": {
					"wide": {
						"border": {
							"top": {
								"width": "var:preset|spacing|minus-2"
							}
						}
					}
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var( --wp--preset--font-size--md )",
					"fontStyle": "normal",
					"fontWeight": "500",
					"textTransform": "uppercase"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/social-link": {
				"css": "border-radius: var( --wp--custom--defaults--border-radius );"
			},
			"core/social-links": {
				"spacing": {
					"blockGap": "var:preset|spacing|plus-1"
				},
				"css": "&:not( .is-style-logos-only ) .wp-block-social-link {\n\tbox-shadow: var( --wp--custom--defaults--shadow );\n}"
			},
			"core/table": {
				"border": {
					"color": "var:preset|color|neutral-subtle"
				},
				"typography": {
					"fontSize": "var:preset|font-size|sm",
					"lineHeight": "var:custom|line-height|sm"
				}
			},
			"anselm/breadcrumbs": {
				"typography": {
					"fontSize": "var:preset|font-size|sm",
					"lineHeight": "var:custom|line-height|sm"
				},
				"css": "& a { font-weight: 500; text-decoration: none; } & a:hover { text-decoration: underline; }"
			}
		}
	},
	"customTemplates": [
		{
			"name": "template-canvas",
			"title": "Template: Canvas",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "template-post-faded-cover",
			"title": "Single Post: Faded Cover",
			"postTypes": [
				"post"
			]
		},
		{
			"name": "template-post-featured",
			"title": "Single Post: Featured",
			"postTypes": [
				"post"
			]
		},
		{
			"name": "template-post-featured-cover",
			"title": "Single Post: Featured Cover",
			"postTypes": [
				"post"
			]
		}
	],
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		},
		{
			"area": "loop",
			"name": "loop",
			"title": "Loop"
		},
		{
			"area": "comments",
			"name": "comments",
			"title": "Comments"
		}
	]
}
