{
	"version": 3,
	"title": "Sky",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#1c1c1c",
					"name": "Primary Color",
					"slug": "primary-color"
				},
				{
					"color": "#e5670f",
					"name": "Hover Color",
					"slug": "hover-color"
				},
				{
					"color": "#3c3c3c",
					"name": "Secondary Color",
					"slug": "secondary-color"
				},
				{
					"color": "#b6d0eb",
					"name": "BG Color",
					"slug": "bg-color"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "#e1ebf5",
			"text": "var(--wp--preset--color--secondary-color)"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--rototo)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)"
		}
	}
}