{
	"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
	"version": 2,
	"title": "Dodger Blue",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#ffffff",
					"slug": "background",
					"name": "Background"
				},
				{
					"color": "#434343",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#008aff",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#313131",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#f3f6fb",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#e7e7e7",
					"name": "Quaternary",
					"slug": "quaternary"
				},
				{
					"color": "#cccccc",
					"name": "Quinary",
					"slug": "quinary"
				},
				{
					"color": "#2f2f2f",
					"name": "Senary",
					"slug": "senary"
				},
				{
					"color": "transparent",
					"name": "Transparent",
					"slug": "transparent"
				},
				{
					"color": "currentColor",
					"name": "Current Color",
					"slug": "current-color"
				},
				{
					"color": "inherit",
					"name": "Inherit",
					"slug": "inherit"
				}
			]
		}
	},
	"styles": {
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|figtree"
				}
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|figtree"
		}
	}
}
