{
	"version": 2,
	"title": "Dark",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#000000",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#EF7E6C",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#000000",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#FBFBFB",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#FBF3F2",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#F8CFC8",
					"name": "Button Border - Active",
					"slug": "button-border-active"
				},
				{
					"color": "#A0A0A0",
					"name": "Button Border - Hover",
					"slug": "button-border-hover"
				}
			]
		},
		"custom": {
			"typography": {
				"fontSizes": {
					"normal": "1.25rem",
					"button": "1.125rem"
				}
			}
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Inter",
					"name": "Inter",
					"slug": "body",
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf" ]
						},
						{
							"fontFamily": "Inter",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"Syne\", sans-serif",
					"name": "Syne",
					"slug": "heading",
					"fontFace": [
						{
							"fontFamily": "Syne",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Syne-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Syne",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Syne-VariableFont_wght.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"League Gothic\", serif",
					"name": "League Gothic",
					"slug": "league-gothic",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "League Gothic",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "200 800",
							"src": [
								"file:./assets/fonts/leaguegothic-regular-variablefont_wdth-webfont.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "Sorts Mill Goudy",
					"name": "Sorts Mill Goudy",
					"slug": "sorts-mill-goudy",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Sorts Mill Goudy",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "200 800",
							"src": ["file:./assets/fonts/SortsMillGoudy-Regular.woff2"]
						}
					]
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, Inter, \"Segoe UI\", \"Roboto\", \"Oxygen-Sans\", \"Ubuntu\", \"Cantarell\", \"Helvetica Neue\", sans-serif;",
					"name": "System",
					"slug": "system"
				}
			],
			"fontSizes": [
				{
					"name": "Tiny",
					"size": "0.875rem",
					"fluid": {
						"min": "0.875rem",
						"max": "1rem"
					},
					"slug": "x-small"
				},
				{
					"name": "Small",
					"size": "1rem",
					"fluid": {
						"min": "1rem",
						"max": "1.125rem"
					},
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "1.25rem",
					"fluid": {
						"min": "1.25rem",
						"max": "1.5rem"
					},
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.5rem",
					"fluid": {
						"min": "1.5rem",
						"max": "2.25rem"
					},
					"slug": "large"
				},
				{
					"name": "Extra large",
					"size": "2.25rem",
					"fluid": {
						"min": "2.25rem",
						"max": "3rem"
					},
					"slug": "x-large"
				},
				{
					"name": "Huge",
					"size": "2.5rem",
					"fluid": {
						"min": "2.5rem",
						"max": "4rem"
					},
					"slug": "xx-large"
				},
				{
					"name": "Gigantic",
					"size": "9rem",
					"fluid": {
						"min": "9rem",
						"max": "16rem"
					},
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/navigation": {
				"elements": {
					"link": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)"
						}
					}
				}
			},
			"core/post-content": {
				"typography": {
					"lineHeight": "132%"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--league-gothic)"
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontWeight": "700"
				}
			},
			"h1": {
				"typography": {
					"textTransform": "none"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)"
		}
	}
}
