{
	"__preprocessed__": "This file is used to build the theme.json file in the `public/build/assets` directory. The built artifact includes Tailwind's colors, fonts, and font sizes.",
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
	  "background": {
		"backgroundImage": true
	  },
	  "color": {
		"custom": false,
		"customDuotone": false,
		"customGradient": true,
		"defaultDuotone": false,
		"defaultGradients": false,
		"defaultPalette": false,
		"duotone": [],
		"text": true,
		"background": true
	  },
	  "custom": {
		"spacing": {},
		"typography": {
		  "font-size": {},
		  "line-height": {}
		}
	  },
	  "layout": {
		"contentSize": "64rem"
	  },
	  "spacing": {
		"padding": true,
		"units": ["px", "%", "em", "rem", "vw", "vh"]
	  },
	  "typography": {
		"defaultFontSizes": false,
		"customFontSize": false,
		"dropCap": null
	  }
	},
	"styles": {
	  "spacing": {
		"blockGap": "1.5rem",
		"padding": {
		  "left": "1.5rem",
		  "right": "1.5rem"
		}
	  }
	}
  }