{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "background",
					"color": "#F6F6ED",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#1F1717",
					"name": "Foreground"
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "vh", "vw", "%" ],
			"padding": true,
			"margin": true,
			"blockGap": true
		},
		"layout": {
			"contentSize": "768px",
			"wideSize": "1168px"
		},
		"typography": {
			"dropCap": false,
			"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"
				},
				{
					"fontFamily": "DM Sans",
					"name": "DM Sans",
					"slug": "dm-sans"
				},
				{
					"fontFamily": "Marcellus",
					"name": "Marcellus",
					"slug": "marcellus"
				}
			]
		},
		"custom": {
			"spacing": {
				"extra-small": "0.5rem",
				"small": "1rem",
				"medium": "calc(1.5 * var(--wp--custom--spacing--small))",
				"large": "calc(2 * var(--wp--custom--spacing--small))",
				"outer": "var(--wp--custom--spacing--small)"
			},
			"color": {
				"primary": "#161616",
				"secondary": "#4F4D49",
				"separator-border": "#D3CDC3"
			},
			"button_border-radius": "50px",
			"avatar_border-radius": "185px",
			"typography": {
				"line-height": {
					"paragraph": 1.6,
					"heading": 1.2
				},
				"font-size": {
					"category-list": "1.125rem"
				}
			}
        }
	},
	"styles": {
		"color": {
			"background": "var( --wp--preset--color--background )",
			"text": "var( --wp--preset--color--foreground )"
		},
		"spacing":{
			"blockGap": "1.5rem",
			"margin": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			}
		},
		"typography": {
			"fontSize": "1rem",
			"fontFamily": "var(--wp--preset--font-family--dm-sans)",
			"fontWeight": "400",
			"lineHeight": "1.6"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--custom--color--primary)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "3.6875rem"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "2.875rem"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "2.1875rem"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "1.6875rem"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "1.3125rem"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "1.125rem"
				}
			}
		},
		"blocks": {
			"core/social-links": {
				"typography": {
					"fontSize": "1.375rem"
				}
			},
			"core/categories": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--category-list)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/button": {
				"border": {
					"radius": "50px"
				},
				"color": {
					"background": "var(--wp--preset--color--foreground)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontSize": "1rem",
					"lineHeight": "1.6"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--marcellus)",
					"fontWeight": "400",
					"lineHeight": "1.2"
				}
			},
			"core/spacer": {
				"spacing": {
					"margin": {
						"top": "0 !important"
					}
				}
			},
			"core/separator": {
				"border": {
					"color": "var(--wp--custom--color--separator-border)",
					"width": "1px"
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "1.25rem"
				},
				"color": {
					"text": "var(--wp--custom--color--primary)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--marcellus)",
					"fontWeight": "400",
					"lineHeight": "1.2",
					"fontSize": "1.75rem"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "400",
					"lineHeight": "1.6",
					"fontSize": "1rem"
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "1.6",
					"fontSize": "1rem"
				},
				"color": {
					"text": "var(--wp--custom--color--secondary)"
				}
			},
			"core/query-pagination": {
				"spacing": {
					"margin": {
						"top": "4em !important"
					}
				}
			}
		}
	},
	"customTemplates": [
		{
			"name": "home-sidebar-left",
			"title": "Home sidebar left",
			"postTypes": [ "page" ]
		},
		{
			"name": "home-no-sidebar",
			"title": "Home no sidebars",
			"postTypes": [ "page" ]
		}

	],
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "sidebar",
			"title": "Sidebar",
			"area": "uncategorized"
		}
	]
}
