{
	"version": 2,
	"customTemplates": [
		{
			"name": "template-no-title",
			"title": "No Title",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page"
			]
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
            "defaultPalette": false,
            "defaultGradients": false,
			"palette": [
				{
					"slug": "base",
					"color": "#FFFFFF",
					"name": "Base"
				},
				{
					"slug": "base-alt",
					"color": "#EEEEEE",
					"name": "Base (ALT)"
				},
				{
					"slug": "accent",
					"color": "#878787",
					"name": "Accent"
				},
				{
                    "slug": "contrast",
                    "color": "#000000",
                    "name": "Contrast"
                },
                {
                    "slug": "contrast-alt",
                    "color": "#777777",
                    "name": "Contrast (ALT)"
                }
			]
		},
		"custom": {
			"typography": {
				"line-height": {
					"tiny": 1,
					"small": 1.2,
					"medium": 1.3,
					"normal": 1.5
				},
				"font-size": {
					"medium-plus": "calc(1.15 * var(--wp--preset--font-size--medium))"
				}
			}
		},
		"shadow": {
			"presets": [
				{
					"slug": "light",
					"shadow": "0 15px 30px -10px rgba(0,0,0,0.20)",
					"name": "Light"
				}
			]
		},
		"typography": {
			"dropCap": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Instrument Sans",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400 700",
							"src": [
								"file:./assets/fonts/InstrumentSans-VariableFont.ttf"
							]
						},
						{
							"fontFamily": "Instrument Sans",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "400 700",
							"src": [
								"file:./assets/fonts/InstrumentSans-Italic-VariableFont.ttf"
							]
						}
					],
					"fontFamily": "\"Instrument Sans\", sans-serif",
					"name": "Instrument Sans",
					"slug": "instrument-sans"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Instrument Serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/InstrumentSerif-Regular.ttf"
							]
						},
						{
							"fontFamily": "Instrument Serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/InstrumentSerif-Italic.ttf"
							]
						}
					],
					"fontFamily": "\"Instrument Serif\", serif",
					"name": "Instrument Serif",
					"slug": "instrument-serif"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"min": ".9rem",
						"max": "1.1rem"
					},
					"size": "1.1rem",
					"slug": "small"
				},
				{
					"fluid": {
						"min": "1.2rem",
						"max": "1.3rem"
					},
					"size": "1.3rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"min": "1.35rem",
						"max": "1.7rem"
					},
					"size": "1.7rem",
					"slug": "large"
				},
				{
					"fluid": {
						"min": "1.6rem",
						"max": "3.25rem"
					},
					"size": "3.25rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"min": "2rem",
						"max": "8rem"
					},
					"size": "8rem",
					"slug": "xx-large"
				}
			]
		},
		"layout": {
			"contentSize": "660px",
			"wideSize": "980px"
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"size": "clamp(.5rem, 2vw, .6rem)",
					"slug": "20",
					"name": "1"
				},
				{
					"size": "clamp(.7rem, 4vw, 1.25rem)",
					"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--accent)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--contrast)"
					}
				},
				":active": {
					"color": {
						"text": "var(--wp--preset--color--contrast-alt)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"typography": {
					"textDecoration": "underline"
				}
			},
			"button": {
				"border": {
					"radius": "40px"
				},
				"color": {
					"background": "var(--wp--preset--color--contrast)",
					"text": "var(--wp--preset--color--base)"
				},
				"typography": {
					"fontWeight": "400",
					"fontSize": "calc(1.25 * var(--wp--preset--font-size--medium))",
					"letterSpacing": "0"
				},
				"spacing": {
                    "padding": {
                    	"top": "8px",
						"bottom": "8px",
						"right": "28px",
						"left": "28px"
                    }
                }
			},
			"heading": {
				"typography": {
					"fontWeight": "500",
					"textTransform": "none"
				},
				"spacing": {
					"margin": {
						"top": "0",
						"bottom": "1.5rem"
					}
				}
			},
			"h1": {
				"typography": {
					"lineHeight": "calc(.9 * var(--wp--custom--typography--line-height--tiny))",
					"fontFamily": "var(--wp--preset--font-family--instrument-serif)",
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontWeight": "400"
				}
			},
			"h2": {
				"typography": {
					"lineHeight": "calc(.9 * var(--wp--custom--typography--line-height--small))",
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h3": {
				"typography": {
					"lineHeight": "calc(.95 * var(--wp--custom--typography--line-height--small))",
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h4": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "calc(.65 * var(--wp--preset--font-size--large))"
				}
			},
			"h5": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--medium)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"className": "is-style-font-variation-narrow",
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "500"
				}
			}
		},
		"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-alt)"
							},
							"typography": {
								"textDecoration": "none"
							}
						}
					}
				}
			},
			"core/heading": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--accent)"
							}
						}
					}
				}
			},
			"core/image": {
				"border": {
					"radius": "16px"
				}
			},
            "core/navigation": {
	            "color": {
					"text": "var(--wp--preset--color--accent)"
				},
                "typography": {
                    "fontWeight": "500",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase",
					"letterSpacing": "1px"
                },
                "spacing": {
					"blockGap": "1rem"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						}
					}
				}
            },
            "core/buttons": {
	            "spacing": {
					"blockGap": "10px"
				}
            },
            "core/list": {
				"spacing": {
					"padding": {
						"left": "20px"
					}
				}
			},
            "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": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--instrument-sans)",
					"fontWeight": "500",
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textTransform": "uppercase"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--contrast)"
							},
							"typography": {
								"textDecoration": "none"
							}
						}
					}
				}
			},
			"core/separator": {
				"color": {
					"background": "var(--wp--preset--color--base-alt)"
				}
			},
			"core/post-author": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--contrast-alt)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": 500
				}
			},
			"core/post-excerpt": {
                "spacing": {
					"margin": {
						"top": "0"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--contrast-alt)" 
				}
			},
			"core/code": {
				"color": {
					"background": "var(--wp--preset--color--base-darker)" 
				},
				"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": {
					"fontSize": "calc(.9 * var(--wp--preset--font-size--small))"
				}
			},
			"core/pullquote": {
				"typography": {
					"fontSize": "calc(1.1 * var(--wp--preset--font-size--medium))",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontWeight": "500"
				}
			}
		},
		"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--40)",
				"bottom": "0",
				"left": "var(--wp--preset--spacing--40)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--instrument-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "var(--wp--custom--typography--line-height--normal)"
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "comments",
			"title": "Comments",
			"area": "uncategorized"
		}
	]
}
