{
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#f4f6f3",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#2c3ea5",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#2c3ea5",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#2c3ea5",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#f4f6f3",
					"name": "Tertiary",
					"slug": "tertiary"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/post-title": {
				"typography": {
					"fontSize": "2.2rem",
					"letterSpacing": "-0.02rem"
				}
			}
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--contrast)"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "5rem"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "2.2rem"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			}
		}
	},
	"title": "Denim",
	"version": 2,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}