{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"customTemplates": [
		{
			"name": "template-blank",
			"title": "Blank Canvas"
		},
		{
			"name": "template-no-title",
			"title": "No Title",
			"postTypes": [
				"page"
			]
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"link": true,
			"palette": [
				{
					"slug": "foreground",
					"color": "#1D201F",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#F7F5F3",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#707170",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#D6D5D3",
					"name": "Secondary"
				}
			]
		},
		"custom": {
			"spacing": {
				"baseline": "16px",
				"small": "min(32px, 6.4vw)",
				"gap": {
					"horizontal": "clamp( calc( 1.5 * var(--wp--custom--spacing--baseline) ), 2.222vw, calc( 2 * var(--wp--custom--spacing--baseline) ) )",
					"vertical": "clamp( calc( 1.5 * var(--wp--custom--spacing--baseline) ), 3.333vw, calc( 3 * var(--wp--custom--spacing--baseline) ) )"
				},
				"gutter": "clamp( calc( 1.5 * var(--wp--custom--spacing--baseline) ), 5.8vw, calc( 4 * var(--wp--custom--spacing--baseline) ) )",
				"outer": "var(--wp--custom--spacing--gutter)"
			},
			"typography": {
				"letter-spacing": {
					"body": "-0.01em",
					"heading": "-0.02em",
					"uppercase": "0"
				},
				"line-height": {
					"body": "1.45em",
					"headings": 1.25
				}
			}
		},
		"layout": {
			"contentSize": "632px",
			"wideSize": "960px"
		},
		"spacing": {
			"blockGap": true,
			"units": [ "%", "px", "em", "rem", "vh", "vw" ]
		},
		"typography": {
			"customFontSize": true,
			"fontFamilies": [
				{
					"fontFamily": "\"Albert Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif",
					"slug": "default-sans",
					"name": "Albert Sans",
					"fontFace": [
						{
							"fontFamily": "Albert Sans",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/albert-sans/AlbertSans-VariableFont_wght.woff2" ]
						},
						{
							"fontFamily": "Albert Sans",
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/albert-sans/AlbertSans-Italic-VariableFont_wght.woff2" ]
						}
					]
				},
				{
					"fontFamily": "\"STIX Two Text\", ui-serif, Georgia, serif",
					"slug": "default-serif",
					"name": "STIX Two Text",
					"fontFace": [
						{
							"fontFamily": "STIX Two Text",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/stix-two-text/STIXTwoText-VariableFont_wght.woff2" ]
						},
						{
							"fontFamily": "STIX Two Text",
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/stix-two-text/STIXTwoText-Italic-VariableFont_wght.woff2" ]
						}
					]
				},
				{
					"fontFamily": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif",
					"slug": "system-sans-serif",
					"name": "System Sans Serif"
				},
				{
					"fontFamily": "ui-serif, Georgia, serif",
					"slug": "system-serif",
					"name": "System Serif"
				},
				{
					"fontFamily": "ui-monospace, Menlo, Consolas, Monaco, \"Liberation Mono\", \"Lucida Console\", monospace",
					"slug": "system-monospace",
					"name": "System Monospace"
				}
			],
			"fontSizes": [
				{
					"slug": "tiny",
					"size": "clamp(14px, 2.08vw, 16px)",
					"name": "Tiny"
				},
				{
					"slug": "small",
					"size": "clamp(16px, 2.3vw, 18px)",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "clamp(18px, 2.8vw, 22px)",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "clamp(21px, 3.125vw, 24px)",
					"name": "Large"
				},
				{
					"slug": "extra-large",
					"size": "clamp(24px, 4.16vw, 32px)",
					"name": "Extra large"
				},
				{
					"slug": "huge",
					"size": "clamp(36px, 8.333vw, 64px)",
					"name": "Huge"
				},
				{
					"slug": "heading-1",
					"size": "clamp(36px, 6.9vw, 54px )",
					"name": "Heading 1"
				},
				{
					"slug": "heading-2",
					"size": "clamp(33px, 6.25vw, 48px)",
					"name": "Heading 2"
				},
				{
					"slug": "heading-3",
					"size": "clamp(30px, 5.2vw, 40px)",
					"name": "Heading 3"
				},
				{
					"slug": "heading-4",
					"size": "clamp(27px, 4.16vw, 32px)",
					"name": "Heading 4"
				},
				{
					"slug": "heading-5",
					"size": "clamp(24px, 3.38vw, 26px)",
					"name": "Heading 5"
				},
				{
					"slug": "heading-6",
					"size": "clamp(21px, 2.8vw, 22px)",
					"name": "Heading 6"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/buttons": {
				"spacing": {
					"blockGap": "1em"
				}
			},
			"core/button": {
				"color": {
					"background": "var(--wp--preset--color--foreground)",
					"text": "var(--wp--preset--color--background)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "600",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"core/calendar": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/image": {
				"border": {
					"radius": "8px"
				}
			},
			"core/file": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "700",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"core/group": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--outer)",
						"top": "var(--wp--custom--spacing--outer)"
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--body)"
				}
			},
			"core/post-content": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-serif)",
					"fontWeight": "400",
					"letterSpacing": "0"
				}
			},
			"core/post-date": {
				"typography": {
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--body)",
					"lineHeight": "var(--wp--custom--typography--line-height--body)"
				}
			},
			"core/preformatted": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/pullquote": {
				"border": {
					"width": "0"
				},
				"spacing": {
					"padding": {
						"top": "0",
						"right": "0",
						"bottom": "0",
						"left": "0"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-2)",
					"fontWeight": "500",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"core/quote": {
				"border": {
					"width": "1px",
					"color": "var(--wp--preset--color--secondary)"
				},
				"spacing": {
					"padding": {
						"left": "1.5em"
					}
				}
			},
			"core/social-links": {
				"spacing": {
					"blockGap": ".66em"
				}
			},
			"core/site-tagline": {
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/site-title": {
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				},
				"typography": {
					"fontFamily": "inherit",
					"fontStyle": "inherit",
					"fontWeight": "600",
					"textTransform": "inherit"
				}
			},
			"core/spacer": {
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				}
			},
			"core/table": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "var(--wp--custom--typography--line-height--body)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"h1": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-1)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h2": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-2)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h3": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-3)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h4": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-4)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h5": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-5)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"h6": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": ".75em"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontSize": "var(--wp--preset--font-size--heading-6)",
					"fontWeight": "700",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--heading)",
					"lineHeight": "var(--wp--custom--typography--line-height--headings)"
				}
			},
			"link": {
				"color": {
					"text": "inherit"
				}
			}
		},
		"spacing": {
			"blockGap": "1.6rem"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--default-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontWeight": "500",
			"letterSpacing": "var(--wp--custom--typography--letter-spacing--body)",
			"lineHeight": "var(--wp--custom--typography--line-height--body)"
		}
	},
	"templateParts": [
		{
			"title": "Header",
			"name": "header",
			"area": "header"
		},
		{
			"title": "Footer",
			"name": "footer",
			"area": "footer"
		},
		{
			"title": "Loop (Excerpt)",
			"name": "loop-excerpt",
			"area": "uncategorized"
		},
		{
			"title": "Loop (Grid)",
			"name": "loop-grid",
			"area": "uncategorized"
		},
		{
			"title": "Loop (List)",
			"name": "loop",
			"area": "uncategorized"
		},
		{
			"title": "Loop (List with image)",
			"name": "loop-list-image",
			"area": "uncategorized"
		},
		{
			"title": "Comments",
			"name": "comments",
			"area": "uncategorized"
		}
	]
}