{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"link": true,
			"palette": [
				{
					"slug": "foreground",
					"color": "#000000",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FFFFFF",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#767676",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#DDDDDD",
					"name": "Secondary"
				}
			]
		},
		"custom": {
			"spacing": {
				"baseline": "16px",
				"medium": "calc( 2.5 * var( --wp--custom--spacing--baseline ) )",
				"large": "clamp( ( 3 * var( --wp--custom--spacing--baseline ) ), 10vw, ( 5 * var( --wp--custom--spacing--baseline ) ))",
				"outer": "max(24px, 5vw)"
			},
			"typography": {
				"line-height": {
					"body": 1.5,
					"heading": 1.25
				}
			}
		},
		"layout": {
			"contentSize": "620px",
			"wideSize": "1240px"
		},
		"spacing": {
			"units": [ "%", "px", "em", "rem", "vh", "vw" ]
		},
		"typography": {
			"customFontSize": true,
			"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "\"PT Serif\", ui-serif, Georgia, serif",
					"slug": "pt-serif",
					"name": "PT Serif",
					"fontFace": [
						{
							"fontFamily": "PT Serif",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/pt-serif/pt-serif-v17-latin-regular.woff2" ]
						},
						{
							"fontFamily": "PT Serif",
							"fontWeight": "500",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/pt-serif/pt-serif-v17-latin-italic.woff2" ]
						},
						{
							"fontFamily": "PT Serif",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/pt-serif/pt-serif-v17-latin-700.woff2" ]
						},
						{
							"fontFamily": "PT Serif",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/pt-serif/pt-serif-v17-latin-700italic.woff2" ]
						}
					]
				},
				{
					"fontFamily": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif",
					"slug": "system-sans-serif",
					"name": "System Sans Serif"
				},
				{
					"fontFamily": "ui-serif, Georgia, serif",
					"slug": "system-serif",
					"name": "System Serif"
				},
				{
					"fontFamily": "ui-monospace, Menlo, Consolas, Monaco, \"Liberation Mono\", \"Lucida Console\", monospace",
					"slug": "system-monospace",
					"name": "System Monospace"
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"size": "clamp(14px, 1.25vw, 16px)",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "clamp(16px, 1.45vw, 18px)",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "clamp(18px, 1.666vw, 21px)",
					"name": "Large"
				},
				{
					"slug": "extra-large",
					"size": "clamp(24px, 2.222vw, 27px)",
					"name": "Extra large"
				},
				{
					"slug": "heading-1",
					"size": "clamp(32px, 4.444vw, 36px)",
					"name": "Heading 1"
				},
				{
					"slug": "heading-2",
					"size": "clamp(27px, 3.333vw, 32px)",
					"name": "Heading 2"
				},
				{
					"slug": "heading-3",
					"size": "clamp(24px, 2.777vw, 27px)",
					"name": "Heading 3"
				},
				{
					"slug": "heading-4",
					"size": "clamp(21px, 2.222vw, 24px)",
					"name": "Heading 4"
				},
				{
					"slug": "heading-5",
					"size": "clamp(18px, 1.666vw, 21px)",
					"name": "Heading 5"
				},
				{
					"slug": "heading-6",
					"size": "clamp(16px, 1.111vw, 18px)",
					"name": "Heading 6"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0px"
				},
				"color": {
					"background": "var(--wp--preset--color--foreground)",
					"text": "var(--wp--preset--color--background)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/code": {
				"border": {
					"width": "1px",
					"color": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/cover": {
				"color": {
					"text": "#ffffff"
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "calc( 1em + 10px )"
				}
			},
			"core/preformatted": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-featured-image": {
				"spacing": {
					"margin": {
						"bottom": "1em",
						"top": "1em"
					}
				}
			},
			"core/post-title": {
				"typography": {
					"fontWeight": "700",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/quote": {
				"border": {
					"width": "1px",
					"color": "var(--wp--preset--color--secondary)"
				},
				"spacing": {
					"padding": {
						"left": "1.5em"
					}
				}
			},
			"core/separator": {
				"spacing": {
					"margin": {
						"bottom": "var( --wp--custom--spacing--large )",
						"top": "var( --wp--custom--spacing--large )"
					}
				}
			},
			"core/site-title": {
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				},
				"typography": {
					"fontWeight": "700"
				}
			},
			"core/spacer": {
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				}
			},
			"core/table": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "var(--wp--custom--typography--line-height--body)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-1)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-2)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-3)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-4)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-5)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-6)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading)"
				}
			},
			"link": {
				"color": {
					"text": "inherit"
				}
			}
		},
		"spacing": {
			"blockGap": "1.5rem"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--pt-serif)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "var(--wp--custom--typography--line-height--body)"
		}
	},
	"templateParts": [
		{
			"title": "Header",
			"name": "header",
			"area": "header"
		},
		{
			"title": "Footer",
			"name": "footer",
			"area": "footer"
		},
		{
			"title": "Loop",
			"name": "loop",
			"area": "uncategorized"
		}
	]
}