{
	"version": 2,
	"customTemplates": [
		{
			"name": "blank",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Blank"
		},
		{
			"name": "header-footer-only",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Header and Footer Only"
		},
		{
			"name": "footer-only",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Footer Only"
		}
	],
	"settings": {
		"appearanceTools": true,
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"palette": [
				{
					"slug": "foreground",
					"color": "#000000",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#761028",
					"name": "Primary"
				},
				{
					"slug": "tertiary",
					"color": "#F4ECEC",
					"name": "Tertiary"
				}
			]
		},
		"custom": {
			"spacing": {
				"outer": "clamp(20px, 4vw, 90px)"
			},
			"gap": {
				"horizontal": "min(20px, 4vw)",
				"vertical": "min(24px, 4vw)"
			}
		},
		"layout": {
			"contentSize": "620px",
			"wideSize": "980px"
		},
		"spacing": {
			"blockGap": true,
			"margin": true,
			"padding": true,
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"fontFamilies": [
				{
					"fontFamily": "Petrona, serif",
					"name": "Petrona",
					"slug": "petrona",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Petrona",
							"fontWeight": "300 700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/Petrona.ttf"
							]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "Petrona",
							"fontWeight": "300 700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/Petrona-Italic.ttf"
							]
						}
					]
				},
				{
					"fontFamily": "'Work Sans', sans-serif",
					"name": "Work Sans",
					"slug": "work-sans",
					"fontFace": [
						{
							"fontDisplay": "regular",
							"fontFamily": "'Work Sans'",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/WorkSans.ttf"
							]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "'Work Sans'",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/WorkSans.ttf"
							]
						},
						{
							"fontDisplay": "regular",
							"fontFamily": "'Work Sans'",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/WorkSans-Italic.ttf"
							]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "'Work Sans'",
							"fontWeight": "900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/WorkSans-Italic.ttf"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "1rem",
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "1.125rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.25rem",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "2rem",
					"slug": "x-large"
				}
			],
			"lineHeight": true
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--background)",
					"text": "var(--wp--preset--color--foreground)"
				},
				"spacing": {
					"padding": "0"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontSize": "1.375rem",
					"fontWeight": "900",
					"lineHeight": "1"
				}

			},
			"core/code": {
				"border": {
					"color": "#CCCCCC",
					"radius": "0px",
					"style": "solid",
					"width": "2px"
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--custom--gap--vertical)",
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--vertical)"
					}
				},
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"core/gallery": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--gap--vertical)"
					}
				}
			},
			"core/heading": {
				"typography": {
					"letterSpacing": "-0.02em"
				}
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
					}
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":active": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-terms": {
				"elements": {
					"link": {
						"color": {
							"text": "inherit"
						},
						"typography": {
							"textDecoration": "none",
							"fontWeight":"700",
							"lineHeight": "0.8",
							"letterSpacing": "-0.03em"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":active": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-featured-image": {
				"spacing": {
					"padding": {
						"bottom": "1rem"
					}
				}
			},
			"core/post-title": {
				"spacing": {
					"margin": {
						"bottom": "0"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"letterSpacing": "-0.02em",
					"lineHeight": "1.125",
					"textDecoration": "none"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--primary)"
							},
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-navigation-link": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":active": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/post-excerpt": {
				"elements": {
					"link": {
						"typography": {
							"fontFamily": "var(--wp--preset--font-family--work-sans)",
							"fontSize": "1.375rem",
							"fontWeight": "900",
							"letterSpacing": "-0.44px",
							"textDecoration": "none",
							"textTransform": "uppercase"
						},
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontSize": "clamp(1.125rem, 4vw, 1.375rem)",
					"fontWeight": "900",
					"letterSpacing": "-0.02rem"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						}
					}
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"textTransform": "uppercase",
					"textDecoration": "none"
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"textTransform": "uppercase",
					"textDecoration": "none"
				}
			},
			"core/query-pagination-numbers": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/pullquote": {
				"border": {
					"style": "solid",
					"width": "1px 0"
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--custom--gap--horizontal)",
						"left": "var(--wp--custom--gap--horizontal)",
						"right": "var(--wp--custom--gap--horizontal)",
						"top": "var(--wp--custom--gap--horizontal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "italic"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--gap--horizontal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "normal"
				}
			},
			"core/search": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.6"
				},
				"elements": {
					"button": {
						"spacing": {
							"margin": {
								"left": "0"
							}
						}
					}
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "0.825rem"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "900"
				},
				"elements":{
					"link":{
						"typography":{
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						":active": {
							"color": {
								"background": "var(--wp--preset--color--tertiary)"
							},
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/file": {
				"elements": {
					"button": {
						"border": {
							"width": "0"
						}
					}
				}
			},
			"core/post-comments-form": {
				"elements": {
					"button": {
						"border": {
							"width": 0
						},
						"spacing": {
							"padding": {
								"left": 0,
								"right": 0
							}
						}
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"button": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"width": "1px",
					"radius": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--background)"
				},
				"spacing": {
					"padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontSize": "1.375rem",
					"fontWeight": "900",
					"lineHeight": "1"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontWeight": "900",
					"fontSize": "clamp(3.375rem, 10vw, 5.875rem)",
					"letterSpacing": "-0.02em",
					"lineHeight": "1"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontWeight": "900",
					"fontSize": "clamp(2rem, 8.5vw, 2.75rem)",
					"letterSpacing": "-0.02em",
					"lineHeight": "1"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--petrona)",
					"fontWeight": "300",
					"fontSize": "clamp(1.5rem, 6vw, 2rem)",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--petrona)",
					"fontWeight": "700",
					"fontSize": "clamp(1.375rem, 5vw, 1.75rem)",
					"lineHeight": "1.1"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"fontWeight": "900",
					"fontSize": "1.375rem",
					"textTransform": "uppercase",
					"letterSpacing": "-0.02em",
					"lineHeight": "1.2"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--petrona)",
					"fontWeight": "700",
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.3"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"textDecoration": "underline"
				},
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				":active": {
					"color": {
						"background": "var(--wp--preset--color--tertiary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline"
					}
				}
			}
		},
		"spacing": {
			"blockGap": "var(--wp--custom--gap--vertical)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--petrona)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.6"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	]
}
