{
	"version": 2,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#800000",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#020202",
					"name": "Secondary"
				},
				{
					"slug": "background",
					"color": "#FFFFFF",
					"name": "Background"
				},
				{
					"slug": "body-text",
					"color": "#000",
					"name": "Body Text"
				},
				{
					"slug": "hover",
					"color": "#F09440",
					"name": "Hover"
				},
				{
					"slug": "light-black",
					"color": "#080808",
					"name": "Light Black"
				},
				{
					"slug": "light-title-color",
					"color": "#140000",
					"name": "Light Title Color"
				},
				{
					"slug": "secondary-background",
					"color": "#f7f4f4",
					"name": "Secondary Background"
				},
				{
					"slug": "tertiary-background",
					"color": "#f7f8f9",
					"name": "Tertiary Background"
				}
			]
		},
		"layout": {
			"contentSize": "1130px",
			"wideSize": "1400px"
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--secondary-background)",
			"text": "#000"
		},
		"elements": {
            "h1": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "var(--wp--custom--typography--font-size--heading-one)",
					"fontWeight": "500"				}
			},
			"h2": {
				"typography": {
					"lineHeight": "1.3",
					"fontSize": "var(--wp--custom--typography--font-size--heading-two)",
					"fontWeight": "500"				}
			},
			"h3": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "var(--wp--custom--typography--font-size--heading-three)"
				}
			},
			"h4": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "var(--wp--custom--typography--font-size--heading-four)"
				}
			},
			"h5": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "var(--wp--custom--typography--font-size--heading-five)"
				}
			},
			"h6": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "var(--wp--custom--typography--font-size--heading-six)"
				}
			},
			"button": {
				"typography": {
					"lineHeight": "1",
					"fontWeight": "500"
				},

				"border": {
					"radius": "5px"
				},

				"color": {
					"text": "var(--wp--preset--color--background)",
					"background": "var(--wp--preset--color--primary)"
				},
				":hover": {
					"color": {
               	"text":"#000",
                  "background": "var(--wp--preset--color--background)"
					}
				},
				"spacing": {
					"padding": {
						"top": "clamp(10px, 2.5vw, 19px)",
						"right": "clamp(24px, 2.5vw, 40px)",
						"bottom": "clamp(10px, 2.5vw, 19px)",
						"left": "clamp(24px, 2.5vw, 40px)"
					}
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--hover)"
					}
				}

            }
        }
	}
}