{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#b42323",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#9b9896",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#221f1d",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#ffffff",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#e7e4e2",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#b46023",
					"name": "Quaternary",
					"slug": "quaternary"
				},
				{
					"color": "#555250",
					"name": "Body Text",
					"slug": "body-text"
				}
			]
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1240px"
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Bitter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/bitter/bitter-variable.woff2"
							]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "Bitter",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/bitter/bitter-variable-italic.woff2"
							]
						}
					],
					"fontFamily": "'Bitter', serif",
					"name": "Headings (Bitter)",
					"slug": "heading-font"
				},
				{
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Lora",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/lora/lora-variable.woff2"
							]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "Lora",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/lora/lora-variable-ital.woff2"
							]
						}
					],
					"fontFamily": "'Lora', serif",
					"name": "Body (Lora)",
					"slug": "body-font"
				}
			],
			"fontSizes": [
				{
					"name": "X Small",
					"size": "0.875rem",
					"slug": "x-small"
				},
				{
					"name": "Small",
					"size": "1rem",
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "1.5rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "2rem",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "2.75rem",
					"slug": "x-large"
				},
				{
					"name": "Huge",
					"size": "clamp(2rem, 10vw, 4rem)",
					"slug": "huge"
				}
			]
		},
		"custom": {
			"heading": {
				"typography": {
					"fontWeight": 500,
					"lineHeight": 1.25
				}
			}
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "5px"
				},
				"spacing": {
					"padding": {
						"bottom": "8px",
						"left": "50px",
						"right": "50px",
						"top": "8px"
					}
				},
				"typography": {
					"fontWeight": "500",
					"fontFamily": "var(--wp--preset--font-family--heading-font)"
				}
			},
			"core/heading": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "400"
				}
			},
			"core/navigation": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "400",
					"fontFamily": "var(--wp--preset--font-family--heading-font)"
				},
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var:preset|font-size|medium",
					"fontStyle": "normal",
					"fontWeight": "500"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			}
		},
		"color": {
			"text": "var:preset|color|body-text"
		},
		"elements": {
			"link": {
				":hover": {
					"color": {
						"text": "#221f1d"
					}
				}
			},
			"h1": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "clamp(2rem, 10vw, 4rem)"
				}
			},
			"h2": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "clamp(1.6rem, 6vw, 2.75rem)"
				}
			},
			"h3": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "clamp(1.5rem, 4vw, 2.25rem)"
				}
			},
			"h4": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "clamp(1.25rem, 4vw, 1.8rem)"
				}
			},
			"h5": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "clamp(1.15rem, 4vw, 1.5rem)"
				}
			},
			"h6": {
				"color": {
					"text": "var(--wp--custom--color--foreground)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading-font)",
					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
					"fontSize": "1.15rem"
				}
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|body-font"
		}
	},
	"version": 2
}