{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Cobalt",
	"slug": "cobalt",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#0036F7",
						"#363C4F"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#0036F7",
						"#F9FAFC"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#363C4F",
						"#0036F7"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#12141D",
						"#FFFFFF"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#0036F7",
						"#12141D"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#FFFFFF",
						"#F9FAFC"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#12141D",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FFFFFF",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#0036F7",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#363C4F",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#F9FAFC",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#4B4B4B",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"elements": {
				"button": {
					"border": {
						"radius": "0"
					}
				}
			},
			"color": {
				"background-tint-1": "#F1F6FF",
				"background-tint-1-ink": "#12141D",
				"background-tint-1-weak": "#585B67",
				"background-tint-2": "#FBEEE5",
				"background-tint-2-ink": "#12141D",
				"background-tint-2-weak": "#535661",
				"background-tint-3": "#F7F0F4",
				"background-tint-3-ink": "#12141D",
				"background-tint-3-weak": "#585B67",
				"background-base": "#FFFFFF",
				"background-sunken": "#E8EDF9",
				"text-strong": "#12141D",
				"icon-surface": "#EFF5FF",
				"icon-ink": "#12141D"
			}
		}
	},
	"styles": {
		"elements": {
			"h1": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "500"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)"
		}
	}
}
