{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Nordic",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#0284C7",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#38BDF8",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#0C4A6E",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#475569",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#F8FAFC",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#E0F2FE",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF3C7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F0F9FF",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#0C4A6E",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#BAE6FD",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#F59E0B",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#64748B",
					"slug": "neutral"
				},
				{
					"name": "Transparent",
					"color": "transparent",
					"slug": "transparent"
				},
				{
					"name": "Current Color",
					"color": "currentColor",
					"slug": "currentColor"
				},
				{
					"name": "Inherit",
					"color": "inherit",
					"slug": "inherit"
				}
			],
			"gradients": [
				{
					"slug": "primary",
					"gradient": "linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#0284C7", "#0284C7" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#0C4A6E", "#0C4A6E" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#E0F2FE", "#E0F2FE" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
