{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"title": "Tokyo",
	"slug": "tokyo",
	"version": 3,
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#d61935",
						"#e3f2f2"
					],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [
						"#d61935",
						"#ffeae6"
					],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [
						"#e3f2f2",
						"#d61935"
					],
					"slug": "secondary-and-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [
						"#010101",
						"#ffffff"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#d61935",
						"#010101"
					],
					"slug": "primary-foreground",
					"name": "Primary and Foreground"
				},
				{
					"colors": [
						"#ffffff",
						"#ffeae6"
					],
					"slug": "background-tertiary",
					"name": "Background and Background Alt"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#010101",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#d61935",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#e3f2f2",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#ffeae6",
					"name": "Tertiary"
				},
				{
					"slug": "foreground-alt",
					"color": "#010101",
					"name": "Foreground Alt"
				}
			]
		},
		"custom": {
			"typography": {
				"fontSmoothing": {
					"moz": "auto",
					"webkit": "auto"
				}
			},
			"color": {
				"background-tint-1": "#FFF2F2",
				"background-tint-1-ink": "#000000",
				"background-tint-1-weak": "#3A3A3A",
				"background-tint-2": "#E5F5EF",
				"background-tint-2-ink": "#000000",
				"background-tint-2-weak": "#3A3A3A",
				"background-tint-3": "#F4F3EC",
				"background-tint-3-ink": "#000000",
				"background-tint-3-weak": "#3A3A3A",
				"background-base": "#FFFFFF",
				"background-sunken": "#F8ECEB",
				"text-strong": "#010101",
				"icon-surface": "#FFF3F2",
				"icon-ink": "#000000"
			}
		}
	},
	"styles": {
		"blocks": {
			"core/pullquote": {
				"border": {
					"color": "var(--wp--preset--color--primary)"
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--oswald)",
					"textTransform": "uppercase"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)"
		}
	}
}
