{
	"version": 2,
	"title": "Gold",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#1B0F00",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#FCB456",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#1B0F00",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#FFEACB",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#FCF3EC",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#FCF0E1",
					"name": "Button Border - Active",
					"slug": "button-border-active"
				},
				{
					"color": "#A47A46",
					"name": "Button Border - Hover",
					"slug": "button-border-hover"
				}
			]
		},
		"custom": {
			"typography": {
				"fontSizes": {
					"normal": "1.25rem",
					"button": "1rem"
				}
			}
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Arvo",
					"name": "Arvo",
					"slug": "body",
					"fontFace": [
						{
							"fontFamily": "Arvo",
							"fontWeight": "400",
							"src": [ "file:./assets/fonts/arvo/Arvo-Regular.ttf" ]
						},
						{
							"fontFamily": "Arvo",
							"fontWeight": "700",
							"src": [ "file:./assets/fonts/arvo/Arvo-Bold.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"Montserrat\", sans-serif",
					"name": "Montserrat",
					"slug": "heading",
					"fontFace": [
						{
							"fontFamily": "Montserrat",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/montserrat/Montserrat-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Montserrat",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/montserrat/Montserrat-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Montserrat",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Montserrat",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf" ]
						}
					]
				},
				{
					"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": false,
					"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": "3rem",
					"fluid": {
						"min": "3rem",
						"max": "4rem"
					},
					"slug": "xx-large"
				},
				{
					"name": "Gigantic",
					"size": "10rem",
					"fluid": {
						"min": "10rem",
						"max": "18rem"
					},
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/navigation": {
				"elements": {
					"link": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)"
						}
					}
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontWeight": "700"
				}
			},
			"h1": {
				"typography": {
					"textTransform": "none"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)"
		}
	}
}
