{
	"customTemplates": [
		{
			"name": "page-header-black",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Page with black header"
		},
		{
			"name": "page-no-sidebar",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Page with no sidebar"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#4d4d4d",
					"name": "Dark Grey",
					"slug": "dark-grey"
				},
				{
					"color": "#DFDFDF",
					"name": "Light Grey",
					"slug": "light-grey"
				},
				{
					"color": "#A43D00",
					"name": "Brown",
					"slug": "brown"
				},
				{
					"color": "#FF7D2F",
					"name": "Orange",
					"slug": "orange"
				},
				{
					"color": "#FDEEE5",
					"name": "Light Orange",
					"slug": "light-orange"
				}
			]
		},
		"layout": {
			"contentSize": "700px",
			"wideSize": "1280px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "50",
					"size": "2rem",
					"slug": "50"
				},
				{
					"name": "100",
					"size": "3.125rem",
					"slug": "100"
				},
				{
					"name": "110",
					"size": "3.75rem",
					"slug": "110"
				},
				{
					"name": "200",
					"size": "7rem",
					"slug": "200"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "'Helvetica Neue', Arial, sans-serif",
					"name": "Helvetica Neue",
					"slug": "helvetica-neue"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"max": "1.125rem",
						"min": "0.8rem"
					},
					"name": "Small",
					"size": "1rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1.5rem",
						"min": "1rem"
					},
					"name": "Medium",
					"size": "1.375rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "1.875rem",
						"min": "1.5rem"
					},
					"name": "Large",
					"size": "1.625rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "2.625rem",
						"min": "1.75rem"
					},
					"name": "Extra large",
					"size": "2rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "7rem",
						"min": "4rem"
					},
					"name": "Extra Extra Large",
					"size": "6.5rem",
					"slug": "xx-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/comment-author-name": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comment-date": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"textTransform": "uppercase"
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":active": {
							"color": {
								"text": "var(--wp--preset--color--brown)"
							},
							"typography": {
								"textDecoration": "underline"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dotted"
							}
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font--size--small)",
					"textTransform": "uppercase"
				}
			},
			"core/post-comments-form": {
				"elements": {
					"button": {
						"color": {
							"background": {
								"ref": "styles.color.background"
							},
							"text": {
								"ref": "styles.color.text"
							}
						}
					}
				}
			},
			"core/post-featured-image": {
				"filter": {
					"duotone": "var(--wp--preset--duotone--grayscale)"
				}
			},
			"core/post-navigation-link": {
				"typography": {
					"textTransform": "uppercase"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":active": {
							"color": {
								"text": {
									"ref": "styles.color.text"
								}
							},
							"typography": {
								"textDecoration": "underline"
							}
						},
						":hover": {
							"color": {
								"text": {
									"ref": "styles.color.text"
								}
							},
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"textTransform": "uppercase"
				}
			},
			"core/pullquote": {
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--100)",
						"left": "var(--wp--preset--spacing--100)",
						"right": "var(--wp--preset--spacing--100)",
						"top": "var(--wp--preset--spacing--100)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "normal",
					"fontWeight": "400",
					"lineHeight": "1.4"
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontWeight": "700",
					"textTransform": "uppercase"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--black)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"elements": {
					"cite": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)",
							"fontStyle": "normal",
							"fontWeight": 400
						}
					}
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--50)",
						"left": "0",
						"right": "0",
						"top": "var(--wp--preset--spacing--50)"
					},
					"padding": {
						"left": "var(--wp--preset--spacing--50)",
						"right": "var(--wp--preset--spacing--50)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.1",
					"textTransform": "uppercase"
				}
			},
			"core/search": {
				"elements": {
					"button": {
						":focus": {
							"color": {
								"background": "var(--wp--preset--color--black)",
								"text": "var(--wp--preset--color--orange)"
							}
						},
						":hover": {
							"border": {
								"color": "var(--wp--preset--color--black)"
							},
							"color": {
								"background": "var(--wp--preset--color--black)",
								"text": "var(--wp--preset--color--orange)"
							}
						},
						"spacing": {
							"margin": {
								"left": "0px"
							},
							"padding": {
								"bottom": "var(--wp--preset--spacing--10)",
								"top": "var(--wp--preset--spacing--10)"
							}
						}
					}
				}
			},
			"core/separator": {
				"border": {
					"color": "var(--wp--preset--color--black)",
					"width": "0 0 1px 0"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font--size--small)",
					"fontWeight": "bold",
					"lineHeight": {
						"ref": "styles.typography.lineHeight"
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--black)"
		},
		"css": "",
		"elements": {
			"button": {
				":hover": {
					"border": {
						"color": "var(--wp--preset--color--orange)"
					},
					"color": {
						"background": "var(--wp--preset--color--orange)",
						"text": "var(--wp--preset--color--black)"
					}
				},
				"border": {
					"color": "var(--wp--preset--color--black)",
					"radius": "0",
					"style": "solid",
					"width": "2px"
				},
				"color": {
					"background": {
						"ref": "styles.color.text"
					},
					"text": {
						"ref": "styles.color.background"
					}
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--40) !important",
						"left": "var(--wp--preset--spacing--50) !important",
						"right": "var(--wp--preset--spacing--50) !important",
						"top": "var(--wp--preset--spacing--40) !important"
					}
				},
				"typography": {
					"fontWeight": "700",
					"lineHeight": "1.2",
					"textDecoration": "none",
					"textTransform": "uppercase"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "clamp(4rem, 6vw, 6.5rem)",
					"fontWeight": "400",
					"lineHeight": "0.92"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "clamp(2rem, 5vw, 2.375rem)",
					"fontWeight": "400",
					"lineHeight": "1"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--spacing--60)",
					"lineHeight": "1.1"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--spacing--50)",
					"lineHeight": "1.2"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.3"
				}
			},
			"heading": {
				"typography": {
					"fontWeight": "700",
					"textTransform": "uppercase"
				}
			},
			"link": {
				":active": {
					"color": {
						"text": "var(--wp--preset--color--brown)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline dotted"
					}
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--dark-grey)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": {
						"ref": "styles.color.text"
					}
				},
				"typography": {
					"textDecoration": "underline"
				}
			}
		},
		"spacing": {
			"blockGap": "20px",
			"padding": {
				"bottom": "0px",
				"left": "0px",
				"right": "0px",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--helvetica-neue)",
			"lineHeight": "1.8"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "Header"
		},
		{
			"area": "footer",
			"name": "Footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}