{
	"settings": {
		"color": {
			"palette": [
				{
                    "color": "#FFF",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#1D1D1B",
                    "name": "Contrast",
                    "slug": "contrast"
                },
				{
					"color": "#F39200",
					"name": "Accent",
					"slug": "accent"
				},
				{
                    "color": "#FCE8CB",
                    "name": "Accent / Two",
                    "slug": "accent-2"
                },
                {
                    "color": "#0000EE",
                    "name": "Link",
                    "slug": "linkcol"
                },
                {
                    "color": "#551A8B",
                    "name": "Link / Two",
                    "slug": "linkcol-2"
                }
			]
		},
		"custom": {
			"color": {
				"textAccentSection": "var(--wp--preset--color--contrast)",
				"textContrastSection": "var(--wp--preset--color--base)"
			},
       		"fontWeight": {
				"defaultAccent": "350"
        	}
		}
	},
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Orange BC"
}