{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Minimal: Dark",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#FFFFFF",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#111111",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#111111",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "#EFEFEF",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "#F8F8F8",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "#333333",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "#666666",
					"name": "Accent 5",
					"slug": "accent-5"
				},
				{
					"color": "#888888",
					"name": "Accent 6",
					"slug": "accent-6"
				},
				{
					"color": "#EEEEEE",
					"name": "Accent 7",
					"slug": "accent-7"
				},
				{
					"color": "#DEDEDE",
					"name": "Accent 8",
					"slug": "accent-8"
				},
				{
					"color": "#F8F8F8",
					"name": "Accent 9",
					"slug": "accent-9"
				}
			]
		},
		"typography": {
			"dropCap": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFamily": "\"Figtree\", sans-serif",
					"name": "Figtree",
					"slug": "primary",
					"fontFace": [
						{
							"fontFamily": "Figtree",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-300.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "300",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-300-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-400.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-400-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-500.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "500",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-500-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "600",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-600.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "600",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-600-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-700.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-700-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-800.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "800",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-800-italic.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-900.woff2" ]
						},
						{
							"fontFamily": "Figtree",
							"fontWeight": "900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/figtree/figtree-900-italic.woff2" ]
						}
					]
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var:preset|color|base",
			"text": "var:preset|color|contrast"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--primary)",
			"fontWeight": "400"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--primary)",
					"fontWeight": "400",
					"letterSpacing": "-0.03em"
				}
			},
			"link": {
				"color": {
					"text": "var:preset|color|contrast"
				},
				":hover": {
					"color": {
						"text": "var:preset|color|accent-4"
					}
				}
			}
		}
	}
}
