{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Pastel",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#fef8ff",
					"name": "Base"
				},
				{
					"slug": "contrast",
					"color": "#4a5568",
					"name": "Contrast"
				},
				{
					"slug": "primary",
					"color": "#d8b4fe",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#fbbf24",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#fce7f3",
					"name": "Tertiary"
				},
				{
					"slug": "success",
					"color": "#86efac",
					"name": "Success"
				},
				{
					"slug": "warning",
					"color": "#fde047",
					"name": "Warning"
				},
				{
					"slug": "danger",
					"color": "#fca5a5",
					"name": "Danger"
				},
				{
					"slug": "info",
					"color": "#a5b4fc",
					"name": "Info"
				},
				{
					"slug": "light",
					"color": "#fef3c7",
					"name": "Light"
				},
				{
					"slug": "dark",
					"color": "#7c3aed",
					"name": "Dark"
				}
			],
			"gradients": [
				{
					"slug": "pastel-dream",
					"gradient": "linear-gradient(135deg, #d8b4fe 0%, #fbbf24 100%)",
					"name": "Pastel Dream"
				},
				{
					"slug": "soft-sunset",
					"gradient": "linear-gradient(135deg, #fca5a5 0%, #fde047 100%)",
					"name": "Soft Sunset"
				},
				{
					"slug": "lavender-bliss",
					"gradient": "linear-gradient(135deg, #d8b4fe 0%, #a5b4fc 100%)",
					"name": "Lavender Bliss"
				},
				{
					"slug": "peachy-keen",
					"gradient": "linear-gradient(135deg, #fce7f3 0%, #fef3c7 100%)",
					"name": "Peachy Keen"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "'Segoe UI', Tahoma, Geneva, Verdana, sans-serif",
					"slug": "soft-sans",
					"name": "Soft Sans"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--soft-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.8"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"fontWeight": "500",
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--dark)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			},
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--contrast)"
				},
				"border": {
					"radius": "2rem",
					"width": "0",
					"style": "none"
				},
				"spacing": {
					"padding": {
						"top": "1rem",
						"right": "2.5rem",
						"bottom": "1rem",
						"left": "2.5rem"
					}
				},
				"typography": {
					"fontWeight": "600",
					"letterSpacing": "0.02em"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--dark)"
					}
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "600",
					"letterSpacing": "-0.02em"
				},
				"color": {
					"text": "var(--wp--preset--color--dark)"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "600",
					"letterSpacing": "-0.01em"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"blocks": {
			"core/quote": {
				"color": {
					"background": "var(--wp--preset--color--tertiary)"
				},
				"border": {
					"left": {
						"color": "var(--wp--preset--color--primary)",
						"width": "5px",
						"style": "solid"
					},
					"radius": "0.75rem"
				},
				"spacing": {
					"padding": {
						"top": "1.75rem",
						"right": "2rem",
						"bottom": "1.75rem",
						"left": "2rem"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontSize": "1.15rem"
				}
			}
		}
	}
}
