{
	"customTemplates": [
		{
			"name": "blank",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Blank"
		},
		{
			"name": "full-width",
			"postTypes": [
				"page"
			],
			"title": "Full Width"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultPalette": false,
			"palette": [
				{
					"color": "#0a0a0a",
					"name": "Background Dark",
					"slug": "background-dark"
				},
				{
					"color": "#111113",
					"name": "Background Primary",
					"slug": "background-primary"
				},
				{
					"color": "#1a1a1e",
					"name": "Background Secondary",
					"slug": "background-secondary"
				},
				{
					"color": "#e84b26",
					"name": "Accent Orange",
					"slug": "accent-orange"
				},
				{
					"color": "#ffffff",
					"name": "Text Light",
					"slug": "text-light"
				},
				{
					"color": "#f0ede7",
					"name": "Text Dark",
					"slug": "text-dark"
				},
				{
					"color": "#6b6b70",
					"name": "Text Muted",
					"slug": "text-muted"
				}
			]
		},
		"layout": {
			"contentSize": "1280px",
			"wideSize": "1440px"
		},
		"spacing": {
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"typography": {
			"customFontSize": true,
			"fontFamilies": [
				{
					"fontFamily": "'Syne', sans-serif",
					"name": "Syne",
					"slug": "syne"
				},
				{
					"fontFamily": "'DM Sans', sans-serif",
					"name": "DM Sans",
					"slug": "dm-sans"
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
					"name": "System Font",
					"slug": "system-font"
				}
			],
			"fontSizes": [
				{
					"fluid": false,
					"name": "XSmall",
					"size": "11px",
					"slug": "x-small"
				},
				{
					"fluid": false,
					"name": "Small",
					"size": "13px",
					"slug": "small"
				},
				{
					"fluid": false,
					"name": "Medium",
					"size": "16px",
					"slug": "medium"
				},
				{
					"fluid": false,
					"name": "Large",
					"size": "20px",
					"slug": "large"
				},
				{
					"fluid": false,
					"name": "XLarge",
					"size": "28px",
					"slug": "x-large"
				},
				{
					"fluid": false,
					"name": "2XLarge",
					"size": "40px",
					"slug": "xx-large"
				},
				{
					"fluid": false,
					"name": "3XLarge",
					"size": "56px",
					"slug": "xxx-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background-primary)",
			"text": "var(--wp--preset--color--text-dark)"
		},
		"elements": {
			"button": {
				"border": {
					"radius": "100px"
				},
				"color": {
					"background": "var(--wp--preset--color--accent-orange)",
					"text": "var(--wp--preset--color--text-light)"
				},
				"spacing": {
					"padding": {
						"bottom": "14px",
						"left": "28px",
						"right": "28px",
						"top": "14px"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--syne)",
					"fontSize": "15px",
					"fontWeight": "600"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "clamp(52px, 7vw, 100px)",
					"letterSpacing": "-0.03em"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "clamp(36px, 4.5vw, 60px)",
					"letterSpacing": "-0.03em"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "clamp(28px, 3.5vw, 42px)",
					"letterSpacing": "-0.02em"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "clamp(22px, 2.5vw, 30px)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "20px"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--syne)",
					"fontWeight": "800",
					"lineHeight": "1.1"
				}
			},
			"link": {
				"color": {
					"text": "inherit"
				},
				"typography": {
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"padding": {
				"bottom": "0px",
				"left": "0px",
				"right": "0px",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--dm-sans)",
			"fontSize": "16px",
			"lineHeight": "1.65"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/wp/6.9/theme.json"
}