{
	"$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customGradient": true,
			"link": true,
			"palette": [
				{
					"name": "Accent",
					"slug": "accent",
					"color": "#216be9"
				},
				{
					"name": "Second",
					"slug": "secondary",
					"color": "#13b16f"
				},
				{
					"name": "Heading",
					"slug": "heading",
					"color": "#29294b"
				},
				{
					"name": "Body color",
					"slug": "body-color",
					"color": "#282424"
				},
				{
					"name": "Card BG",
					"slug": "card-bg",
					"color": "#ffffff"
				},
				{
					"name": "Light",
					"slug": "light",
					"color": "#FAF8FF"
				},
				{
					"name": "Border color",
					"slug": "border-color",
					"color": "#e9e8ff"
				}
			]
		},
		"shadow": {
			"defaultPresets": true,
			"presets": [
				{
					"name": "Subtle",
					"slug": "subtle",
					"shadow": "0px 2px 5px 0px rgba(0, 0, 0, 0.03)"
				},
				{
					"name": "Standard",
					"slug": "standard",
					"shadow": "0 5px 25px 0 rgba(0,0,0,.12)"
				}
			]
		},
		"spacing": {
			"margin": true,
			"padding": true,
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"layout": {
			"contentSize": "980px",
			"wideSize": "1400px"
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"spacing": {
			"blockGap": "2.4rem",
			"padding": {
				"left": "1.5rem",
				"right": "1.5rem"
			}
		},
		"blocks": {
			"core/latest-posts": {
				"elements": {
					"link": {
						"spacing": {
							"margin": {
								"bottom": "1rem"
							}
						}
					}
				}
			},
			"core/button": {
				"border": {
					"radius": "50px"
				},
				"typography": {
					"fontSize": "1.5rem",
					"fontWeight": "500",
					"lineHeight": "1.6"
				},
				"spacing": {
					"padding": {
						"top": "0.8rem",
						"right": "2.2rem",
						"bottom": "0.8rem",
						"left": "2.2rem"
					}
				},
				"variations": {
					"outline": {
						"spacing": {
							"padding": {
								"top": "0.8rem",
								"right": "2.2rem",
								"bottom": "0.8rem",
								"left": "2.2rem"
							}
						},
						"css": "&:hover {background-color: var(--wp--preset--color--accent) !important;color: #ffffff !important;border-color: var(--wp--preset--color--accent) !important;}"
					}
				},
				"css": "&:hover {opacity: 0.95; color: #ffffff !important;}"
			},
			"core/post-title": {
				"typography": {
					"fontSize": "2.5rem",
					"fontWeight": "600",
					"lineHeight": "1.2"
				},
				"spacing": {
					"margin": {
						"top": "0.5rem",
						"bottom": "1.6rem"
					}
				}
			},
			"core/cover": {
				"spacing": {
					"margin": {
						"top": "1rem",
						"bottom": "1rem"
					}
				}
			}
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--body-color)"
				},
				"typography": {
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--accent)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			}
		}
	}
}
