{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Orange",
	"version": 2,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": ["#1A1A1A", "#ffffff"],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": ["#ffffff", "#1A1A1A"],
					"slug": "background-and-foreground",
					"name": "Background and foreground"
				},
				{
					"colors": ["#FF5828", "#02235B"],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				}
			],
			"palette": [
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#1A1A1A",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#FF5828",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#02235B",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#F2F2F2",
					"name": "Background Alt"
				}
			]
		},
        "custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0",
						"color": "var(--wp--preset--color--primary)",
						"width": "2px"
					},
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--white)"
					},
					"spacing": {
						"padding": {
							"bottom": "calc(0.667em + 2px)",
							"left": "calc(1.333em + 2px)",
							"right": "calc(1.333em + 2px)",
							"top": "calc(0.667em + 2px)"
						}
					},
					"typography": {
						"fontSize": "1.15rem",
						"fontWeight": "var(--wp--custom--font-weight--regular)",
						"lineHeight": "1.384"
					}
				},
				"input": {
					"border": {
						"radius": "0",
						"width": "1px",
						"color": "var(--wp--preset--color--foreground)"
					}
				}
			}
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "\"Montserrat\", sans-serif",
					"name": "Body",
					"slug": "body",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Montserrat",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/Montserrat/Montserrat-VariableFont_wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Montserrat\", sans-serif",
					"name": "Headings",
					"slug": "heading"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "normal"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "700700700",
					"letterSpacing": "normal"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "700700",
					"letterSpacing": "normal"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "700",
					"letterSpacing": "normal"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "500",
					"letterSpacing": "normal"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "500",
					"letterSpacing": "normal"
				}
			}
		}
	}
}
