{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Glasgow",
	"slug": "glasgow",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#000000",
						"#ffffff"
					],
					"slug": "grayscale",
					"name": "Grayscale"
				},
				{
					"colors": [
						"#dbd3ce",
						"#3b2300"
					],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [
						"#dbd3ce",
						"#d4a72c"
					],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [
						"#3b2300",
						"#d4a72c"
					],
					"slug": "primary-secondary",
					"name": "Primary and Secondary"
				},
				{
					"colors": [
						"#13100f",
						"#3b2300"
					],
					"slug": "foreground-primary",
					"name": "Foreground and Primary"
				},
				{
					"colors": [
						"#13100f",
						"#d4a72c"
					],
					"slug": "foreground-secondary",
					"name": "Foreground and Secondary"
				},
				{
					"colors": [
						"#3b2300",
						"#13100f"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#dbd3ce",
						"#c6b6ac"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				},
				{
					"colors": [
						"#13100f",
						"#dbd3ce"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				}
			],
			"palette": [
				{
					"slug": "background",
					"color": "#dbd3ce",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#13100f",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#3b2300",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#d4a72c",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#c6b6ac",
					"name": "Background Alt"
				},
				{
					"slug": "foreground-alt",
					"color": "#13100f",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"color": {
				"background-tint-1": "#D3CABF",
				"background-tint-1-ink": "#13100f",
				"background-tint-1-weak": "#171413",
				"background-tint-2": "#C1D0D5",
				"background-tint-2-ink": "#13100f",
				"background-tint-2-weak": "#1C1918",
				"background-tint-3": "#CAD1CA",
				"background-tint-3-ink": "#13100f",
				"background-tint-3-weak": "#211E1C",
				"background-base": "#DBD3CE",
				"background-sunken": "#EBE9E7",
				"text-strong": "#13100F",
				"icon-surface": "#D1C7C1",
				"icon-ink": "#13100F"
			}
		}
	},
	"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--rubik)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--rubik)"
		}
	}
}
