{
	"version": 1,
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultPalette": false,
			"defaultGradients": false,
			"palette": [
				{
					"slug": "background",
					"color": "#fff",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#454545",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#edc000",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#454545",
					"name": "Secondary"
				},
				{
					"slug": "transparent",
					"color": "transparent",
					"name": "Transparent"
				}
			],
			"gradients": [
				{
					"slug": "d-transparent-primary",
					"gradient": "linear-gradient(to bottom right,transparent 49.9%,#edc000 50%)",
					"name": "Diagonal transparent to primary"
				},
				{
					"slug": "d-primary-transparent",
					"gradient": "linear-gradient(to bottom right, #edc000 49.9%, transparent 50%)",
					"name": "Diagonal primary to transparent"
				},
				{
					"slug": "d-white-primary",
					"gradient": "linear-gradient(to bottom right,#fff 49.9%,#edc000 50%)",
					"name": "Diagonal white to primary"
				},
				{
					"slug": "d-primary-white",
					"gradient": "linear-gradient(to bottom right,#edc000 49.9%,#fff 50%)",
					"name": "Diagonal primary to white"
				},
				{
					"slug": "h-primary-white",
					"gradient": "linear-gradient(#edc000 49.9%,#fff 50%)",
					"name": "Horizontal primary to white"
				},
				{
					"slug": "h-white-primary",
					"gradient": "linear-gradient(#fff 49.9%,#edc000 50%)",
					"name": "Horizontal white to primary"
				},
				{
					"slug": "v-primary-white",
					"gradient": "linear-gradient(to right, #edc000 49.9%,#fff 50%)",
					"name": "Vertical primary to white"
				},
				{
					"slug": "v-white-primary",
					"gradient": "linear-gradient(to right, #fff 49.9%,#edc000 50%)",
					"name": "Vertical white to primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#454545", "#edc000" ],
					"slug": "secondary-primary",
					"name": "Secondary and primary"
				},
				{
					"colors": [ "#edc000", "#edc000" ],
					"slug": "primary-foreground",
					"name": "Primary and foreground"
				},
				{
					"colors": [ "#454545", "#edc000" ],
					"slug": "background-foreground",
					"name": "background and foreground"
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		},
		"layout": {
			"contentSize": "960px",
			"wideSize": "1100px"
		},
		"typography": {
			"dropCap": true,
			"fontFamilies": [
				{
					"name": "System",
					"slug": "system",
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
				},
				{
					"name": "Serif",
					"slug": "serif",
					"fontFamily": "\"Times New Roman\",\"New York\",Times,\"Noto Serif\",serif"
				},
				{
					"name": "Monospace",
					"slug": "monospace",
					"fontFamily": "Consolas,Menlo,Monaco,\"SF Mono\",\"DejaVu Sans Mono\",\"Roboto Mono\",\"Courier New\",Courier,monospace"
				},
				{
					"name": "Lora",
					"slug": "lora",
					"fontFamily": "Lora,\"Times New Roman\",\"New York\",Times,\"Noto Serif\",serif",
					"fontFace": [
						{
							"fontFamily": "Lora",
							"fontWeight": "200 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora-v23-latin-ext_latin-regular.woff2" ]
						},
						{
							"fontFamily": "Lora",
							"fontWeight": "200 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora-v23-latin-ext_latin-italic.woff2" ]
						}
					]
				}
			],
			"fontSizes":[
				{
					"slug": "extra-small",
					"size": "1rem",
					"name": "Extra small"
				},
				{
					"slug": "small",
					"size": "1.125rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1.25rem",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "2rem",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "2.75rem",
					"name": "XL"
				}
			]
		},
		"custom": {
			"h-spacing": "2.375rem",
			"v-spacing": "1.25rem",
			"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
			"button-shadow": "0 1px 2px rgba(0, 0, 0, 0.3))",
			"small-button-shadow": "0 1px 1px 0 rgba(0, 0, 0, 0.6)",
			"button-highlight": "0 0 0 #fff",
			"button-border-color": "rgba(0, 0, 0, 0.05)",
			"button-border-radius": "4px",
			"button-padding": ".3rem 1rem"
		}
	},
	"styles": {
		"spacing":{
			"blockGap": "var(--wp--custom--v-spacing)",
			"margin": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontFamily": "var(--wp--preset--font-family--system)",
			"lineHeight": "1.75"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			}
		},
		"blocks": {
			"core/button": {
				"color": {
					"background": "var(--wp--preset--color--secondary)",
					"text": "var(--wp--preset--color--foreground)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				},
				"border": {
					"radius": "4px",
					"width": "2px",
					"style": "solid",
					"color": "var(--wp--custom--button-border-color)"
				},
				"spacing": {
					"padding": {
						"top": "0.3rem",
						"right": "1rem",
						"bottom": "0.3rem",
						"left": "1rem"
					}
				}
			},
			"core/code": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/post-navigation-link": {
				"spacing": {
					"margin": {
						"top": "calc(var(--wp--custom--v-spacing) * 3)",
						"bottom": "var(--wp--custom--v-spacing)"
					}
				}
			},
			"core/query-pagination": {
				"spacing": {
					"margin": {
						"top": "calc(var(--wp--custom--v-spacing) * 3) !important"
					}
				}
			},
			"core/post-author": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--primary)"
						}
					}
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--primary)"
						}
					}
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--primary)"
						}
					}
				}
			},
			"core/latest-comments": {
				"spacing": {
					"padding": {
						"left": "0px"
					}
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "regular-header",
			"title": "Regular Header",
			"area": "header"
		},
		{
			"name": "theme-header",
			"title": "Theme Header",
			"area": "header"
		},
		{
			"name": "narrow-header",
			"title": "Narrow Header",
			"area": "header"
		},
		{
			"name": "regular-footer",
			"title": "Regular Footer",
			"area": "footer"
		},
		{
			"name": "theme-footer",
			"title": "Theme Footer",
			"area": "footer"
		},
		{
			"name": "narrow-footer",
			"title": "Narrow Footer",
			"area": "footer"
		},
		{
			"name": "sidebar",
			"title": "Sidebar",
			"area": "uncategorized"
		}
	],
	"customTemplates": [
		{
			"name": "home",
			"title": "Home",
			"postTypes": [ "post","page" ]
		},
		{
			"name": "no-title",
			"title": "No title",
			"postTypes": [ "post","page" ]
		},
		{
			"name": "featured-image",
			"title": "Featured image in header",
			"postTypes": [ "post","page" ]
		},
		{
			"name": "sidebar-page-template",
			"title": "Page with sidebar",
			"postTypes": [ "page" ]
		},
		{
			"name": "sidebar-post-template",
			"title": "Post with sidebar",
			"postTypes": [ "post" ]
		}
	]
}
