{
	"version": 2,
	"customTemplates": [
		{
			"name": "template-no-title",
			"title": "Page Without Title",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "single-alt-1",
			"title": "Single Alt 1",
			"postTypes": [
				"post"
			]
		},
		{
			"name": "single-alt-2",
			"title": "Single Alt 2",
			"postTypes": [
				"post"
			]
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
            "defaultPalette": false,
            "defaultGradients": false,
			"palette": [
				{
					"slug": "base",
					"color": "#FFFFFF",
					"name": "Base"
				},
                {
                    "slug": "contrast",
                    "color": "#000000",
                    "name": "Contrast"
                },
                {
                    "slug": "contrast-light",
                    "color": "#444444",
                    "name": "Contrast"
                },
                {
					"slug": "accent",
					"color": "#0000FF",
					"name": "Accent"
				},
				{
					"slug": "background",
					"color": "#F5F5F5",
					"name": "Background"
				},
				{
					"slug": "border",
					"color": "#CCCCCC",
					"name": "Border"
				},
                {
                    "slug": "accent-alt-bg",
                    "color": "#3030F229",
                    "name": "Accent Alt Background"
                }
			]
		},
		"custom": {
			"typography": {
				"line-height": {
					"tiny": 1,
					"small": 1.2,
					"medium": 1.35,
					"normal": 1.5
				}
			},
			"box-shadow": {
				"light": "0 15px 30px -10px rgba(0,0,0,0.10)"
			}
		},
		"typography": {
			"dropCap": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "\"Space Grotesk\", sans-serif",
					"name": "Space Grotesk",
					"slug": "space-grotesk",
					"fontFace": [
						{
							"fontFamily": "Space Grotesk",
							"fontWeight": "400 700",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/SpaceGrotesk-VariableFont_wght.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Inter",
					"slug": "inter",
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontWeight": "300 800",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Inter.ttf" ]
						}
					]
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"min": "1rem",
						"max": "1.15rem"
					},
					"size": "1.15rem",
					"slug": "small"
				},
				{
					"fluid": {
						"min": "1.15rem",
						"max": "1.25rem"
					},
					"size": "1.25rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"min": "1.55rem",
						"max": "2.25rem"
					},
					"size": "2.25rem",
					"slug": "large"
				},
				{
					"fluid": {
						"min": "1.6rem",
						"max": "4rem"
					},
					"size": "4rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"min": "2.5rem",
						"max": "5rem"
					},
					"size": "5rem",
					"slug": "xx-large"
				}
			]
		},
		"layout": {
			"contentSize": "740px",
			"wideSize": "1020px"
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"size": "clamp(.85rem, 2vw, 1rem)",
					"slug": "20",
					"name": "1"
				},
				{
					"size": "clamp(1rem, 5vw, 1.75rem)",
					"slug": "30",
					"name": "2"
				},
				{
					"size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
					"slug": "40",
					"name": "3"
				},
				{
					"size": "clamp(2.5rem, 8vw, 4.5rem)",
					"slug": "50",
					"name": "4"
				},
				{
					"size": "clamp(3.75rem, 10vw, 7rem)",
					"slug": "60",
					"name": "5"
				},
				{
					"size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
					"slug": "70",
					"name": "6"
				},
				{
					"size": "clamp(7rem, 14vw, 11rem)",
					"slug": "80",
					"name": "7"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--contrast-light)"
				},
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline dashed"
					}
				},
				":active": {
					"color": {
						"text": "var(--wp--preset--color--contrast-light)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"typography": {
					"textDecoration": "underline"
				}
			},
			"button": {
				"border": {
					"radius": "6px"
				},
				"color": {
					"background": "var(--wp--preset--color--accent)",
					"text": "var(--wp--preset--color--base)"
				},
				"typography": {
					"fontWeight": "500",
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textTransform": "none",
					"letterSpacing": "0"
				}
			},
			"heading": {
				"typography": {
					"fontWeight": "500",
					"textTransform": "none",
					"letterSpacing": "-0.025em"
				},
				"spacing": {
					"margin": {
						"top": "0",
						"bottom": "1.5rem"
					}
				}
			},
			"h1": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
					"fontSize": "var(--wp--preset--font-size--xx-large)"
				}
			},
			"h2": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h3": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "calc(.75 * var(--wp--preset--font-size--x-large))"
				},
				"color": {
					"link": {
						"text": "var(--wp--preset--color--contrast)"
					}
				}
			},
			"h4": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h5": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--medium)",
					"fontSize": "13px",
					"fontWeight": "500",
					"textTransform": "none",
					"letterSpacing": "0.5px"
				},
				"color": {
					"text": "var(--wp--preset--color--contrast-light)"
				}
			}
		},
		"blocks": {
			"core/post-title": {
				"spacing": {
					"margin": {
						"bottom": "3rem"
					}
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--contrast-light)"
							}
						}
					}
				}
			},
			"core/heading": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--contrast-light)"
							}
						}
					}
				}
			},
            "core/navigation": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--medium)",
                    "fontWeight": 400
                },
                "spacing": {
					"blockGap": "1.25rem"
				}
            },
            "core/buttons": {
	            "spacing": {
					"blockGap": "10px"
				}
            },
            "core/cover": {
	            "spacing": {
                    "padding": {
                    	"top": "var(--wp--preset--spacing--60)",
						"bottom": "var(--wp--preset--spacing--60)",
						"right": "var(--wp--preset--spacing--50)",
						"left": "var(--wp--preset--spacing--50)"
                    }
                }
            },
			"core/social-links": {
				"spacing": {
					"blockGap": "10px"
				}
			},
			"core/site-title": {
				"typography": {
					"lineHeight": "1",
					"fontSize": "calc(1.15 * var(--wp--preset--font-size--medium))"
				}
			},
			"core/separator": {
				"color": {
					"background": "var(--wp--preset--color--border)"
				}
			},
			"core/post-author": {
				"typography": {
					"fontSize": "13px"
				}
			},
			"core/post-excerpt": {
                "spacing": {
					"margin": {
						"top": "0"
					}
				}
			},
			"core/code": {
				"color": {
					"background": "var(--wp--preset--color--background)" 
				},
				"spacing": {
                    "padding": {
                    	"top": "var(--wp--preset--spacing--30)",
						"bottom": "var(--wp--preset--spacing--30)",
						"right": "var(--wp--preset--spacing--30)",
						"left": "var(--wp--preset--spacing--30)"
                    }
                },
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--space-grotesk)",
					"fontSize": "calc(.9 * var(--wp--preset--font-size--small))"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"top": "0",
				"right": "var(--wp--preset--spacing--30)",
				"bottom": "0",
				"left": "var(--wp--preset--spacing--30)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.4"
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "comments",
			"title": "Comments",
			"area": "comments"
		}
	]
}
