{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customGradient": false,
			"defaultPalette": false,
			"defaultGradients": false,
			"palette": [
				{
					"slug": "primary",
					"color": "#1a2942",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#ffffff",
					"name": "Secondary"
				},
				{
					"slug": "text",
					"color": "#000000",
					"name": "Text"
				},
				{
					"slug": "off-white",
					"color": "#fafafa",
					"name": "Off White"
				}
			]
		},
		"layout": {
			"contentSize": "840px",
			"wideSize": "1200px"
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"fontFamilies": [
				{
					"fontFamily": "'Open Sans', sans-serif",
					"slug": "open-sans",
					"name": "Open Sans"
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"size": "14px",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "16px",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "22px",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "28px",
					"name": "Extra Large"
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "%", "vh", "vw" ]
		},
		"blocks": {
			"core/button": {
				"border": {
					"radius": true
				},
				"color": {
					"background": true,
					"text": true
				}
			}
		}
	},
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--text)",
			"background": "var(--wp--preset--color--secondary)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--open-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.6"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "#ffffff"
				},
				"border": {
					"radius": "4px"
				},
				":hover": {
					"color": {
						"background": "#0f1a2b"
					}
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--open-sans)"
				}
			}
		},
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"color": "var(--wp--preset--color--primary)",
							"width": "2px"
						},
						"color": {
							"text": "var(--wp--preset--color--primary)",
							"background": "var(--wp--preset--color--secondary)"
						}
					}
				}
			}
		}
	}
}
