{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Link as button 4",
	"slug": "text-link-as-button-4",
	"blockTypes": [
		"core/paragraph"
	],
	"styles": {
		"typography": {
			"fontSize": "var:preset|font-size|medium",
			"lineHeight": "1.5",
			"letterSpacing": "normal"
		},
		"spacing": {
			"padding": {
				"top": "0.6rem",
				"right": "1rem",
				"bottom": "0.6rem",
				"left": "1rem"
			}
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--base)",
					"background": "var(--wp--preset--color--base-2)"
				},
				"spacing": {
					"padding": {
						"top": "0.6rem",
						"right": "1rem",
						"bottom": "0.6rem",
						"left": "1rem"
					}
				},
				"typography": {
					"textDecoration": "none"
				},
				"outline": {
					"offset": "4px",
					"width": "4px",
					"style": "solid",
					"color": "transparent"
				},
				"border": {
					"width": "4px",
					"color": "var(--wp--preset--color--base-2)",
					"style": "solid",
					"radius": "5px"
				},
				":hover": {
					"typography": {
						"textDecoration": "none"
					},
					"color": {
						"text": "var(--wp--preset--color--base)",
						"background": "var(--wp--preset--color--contrast-2)"
					},
					"border": {
						"width": "4px",
						"color": "var(--wp--preset--color--contrast-2)",
						"radius": "5px"
					},
					"outline": {
						"offset": "4px",
						"width": "4px",
						"style": "groove",
						"color": "var(--wp--preset--color--base-2)"
					}
				},
				":focus": {
					"outline": {
						"offset": "3px",
						"width": "3px",
						"style": "solid",
						"color": "var(--wp--preset--color--contrast-2)"
					}
				}
			}
		}
	}
}