{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#1a365d",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#2b6cb0",
					"name": "Secondary"
				},
				{
					"slug": "accent",
					"color": "#d69e2e",
					"name": "Accent"
				},
				{
					"slug": "contrast",
					"color": "#1a202c",
					"name": "Contrast (Dark)"
				},
				{
					"slug": "base",
					"color": "#ffffff",
					"name": "Base (Light)"
				},
				{
					"slug": "muted",
					"color": "#718096",
					"name": "Muted"
				}
			],
			"custom": true,
			"link": true
		},
		"typography": {
			"customFontSize": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif",
					"name": "System Sans-Serif",
					"slug": "system-font"
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"slug": "small",
					"size": "0.875rem"
				},
				{
					"name": "Normal",
					"slug": "normal",
					"size": "1rem"
				},
				{
					"name": "Medium",
					"slug": "medium",
					"size": "1.25rem"
				},
				{
					"name": "Large",
					"slug": "large",
					"size": "1.5rem",
					"fluid": {
						"min": "1.25rem",
						"max": "1.75rem"
					}
				},
				{
					"name": "Extra Large",
					"slug": "x-large",
					"size": "2rem",
					"fluid": {
						"min": "1.5rem",
						"max": "2.5rem"
					}
				},
				{
					"name": "Huge",
					"slug": "xx-large",
					"size": "3rem",
					"fluid": {
						"min": "2rem",
						"max": "4rem"
					}
				}
			]
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "Small",
					"slug": "small",
					"size": "1rem"
				},
				{
					"name": "Medium",
					"slug": "medium",
					"size": "2rem"
				},
				{
					"name": "Large",
					"slug": "large",
					"size": "3rem"
				},
				{
					"name": "Extra Large",
					"slug": "x-large",
					"size": "4rem"
				}
			],
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1200px"
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system-font)",
			"lineHeight": "1.6"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--secondary)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				}
			},
			"button": {
				"color": {
					"text": "var(--wp--preset--color--base)",
					"background": "var(--wp--preset--color--primary)"
				},
				"spacing": {
					"padding": {
						"top": "0.75rem",
						"bottom": "0.75rem",
						"left": "1.5rem",
						"right": "1.5rem"
					}
				},
				"border": {
					"radius": "4px"
				},
				"typography": {
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--base)",
						"background": "var(--wp--preset--color--secondary)"
					}
				}
			}
		}
	}
}
