{
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"settings": {
		"appearanceTools": true,
		"useRootPaddingAwareAlignments": true,
		"color": {
			"custom": true,
			"palette": [
				{
					"_comment": "Add a color selection palette to the sidebar inspector and configure a custom CSS variable, i.e, --wp--preset--color--{slug}, which is equivalent to --wp--preset--color--base",
					"color": "#414141",
					"name": "Base",
					"slug": "base"
				},
				{
					"_comment": "Add a color selection palette to the sidebar inspector and configure a custom CSS variable, i.e, --wp--preset--color--{slug}, which is equivalent to --wp--preset--color--default",
					"color": "#ffffff",
					"name": "Default",
					"slug": "default"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--primary",
					"color": "#275cf6",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--secondary",
					"color": "#293e5d",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quinary",
					"color": "#EBF1F4",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quaternary",
					"color": "#D9D9D9",
					"name": "Quaternary",
					"slug": "quaternary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quinary",
					"color": "#F2F2F0",
					"name": "Quinary",
					"slug": "quinary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--accent",
					"color": "#ee396a",
					"name": "Accent",
					"slug": "accent"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--accent-hover",
					"color": "#c4234e",
					"name": "Accent Hover",
					"slug": "accent-hover"
				}
			],
			"duotone": [
				{
					"colors": ["#000", "#000"],
					"slug": "base",
					"name": "Base"
				},
				{
					"colors": ["#fff", "#fff"],
					"slug": "white",
					"name": "White"
				},
				{
					"colors": ["#275cf6", "#275cf6"],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": ["#293e5d", "#293e5d"],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": ["#EBF1F4", "#EBF1F4"],
					"slug": "tertiary",
					"name": "Tertiary"
				},
				{
					"colors": ["#D9D9D9", "#D9D9D9"],
					"slug": "quaternary",
					"name": "Quaternary"
				},
				{
					"colors": ["#F2F2F0", "#F2F2F0"],
					"slug": "quinary",
					"name": "Quinary"
				},

				{
					"colors": ["#ee396a", "#ee396a"],
					"slug": "accent",
					"name": "Accent"
				}
			]
		},
		"layout": {
			"contentSize": "850px",
			"wideSize": "1140px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "Tiny",
					"size": "10px",
					"slug": "10"
				},
				{
					"name": "X-Small",
					"size": "20px",
					"slug": "20"
				},
				{
					"name": "Small",
					"size": "clamp(15px, 5vw, 30px)",
					"slug": "30"
				},
				{
					"name": "Medium",
					"size": "clamp(40px, 5vw, 40px)",
					"slug": "40"
				},
				{
					"name": "Regular",
					"size": "clamp(25px, 5vw, 50px)",
					"slug": "50"
				},
				{
					"name": "Large",
					"size": "clamp(30px, 7vw, 60px)",
					"slug": "60"
				},
				{
					"name": "X-Large",
					"size": "clamp(35px, 7vw, 70px)",
					"slug": "70"
				},
				{
					"name": "XX-Large",
					"size": "clamp(40px, 10vw, 80px)",
					"slug": "80"
				}
			],
			"units": ["%", "px", "em", "rem", "vh", "vw"]
		}
	},
	"styles": {
		"spacing": {
			"padding": {
				"left": "var(--wp--preset--spacing--30)",
				"right": "var(--wp--preset--spacing--30)"
			}
		}
	}
}
