{
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"duotone": [],
			"gradients": [],
			"palette": [
				{
					"color": "#252525",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#ffffff",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#9f393d",
					"name": "Primary",
					"slug": "primary"
				}
			]
		},
		"layout": {
			"contentSize": "1000px",
			"wideSize": "1000px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "Tiny",
					"size": "10px",
					"slug": "20"
				},
				{
					"name": "X-Small",
					"size": "20px",
					"slug": "30"
				},
				{
					"name": "Small",
					"size": "30px",
					"slug": "40"
				},
				{
					"name": "Regular",
					"size": "clamp(30px, 5vw, 50px)",
					"slug": "50"
				},
				{
					"name": "Large",
					"size": "clamp(30px, 7vw, 70px)",
					"slug": "60"
				},
				{
					"name": "X-Large",
					"size": "clamp(50px, 7vw, 90px)",
					"slug": "70"
				},
				{
					"name": "XX-Large",
					"size": "clamp(70px, 10vw, 140px)",
					"slug": "80"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"fluid": {
				"minFontSize": "16px",
				"maxViewportWidth": "1000px",
				"minViewportWidth": "600px"
			},
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "CMU Serif",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cmunrm.woff2"
							]
						},
						{
							"fontFamily": "CMU Serif",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cmunbx.woff2"
							]
						},
						{
							"fontFamily": "CMU Serif",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cmunbi.woff2"
							]
						},
						{
							"fontFamily": "CMU Serif",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cmunti.woff2"
							]
						}
					],
					"fontFamily": "'CMU Serif', Cambria, 'Times New Roman', Times, serif",
					"slug": "cmu-serif"
				}
			],
			"defaultFontSizes": false,
			"fontSizes": [
				{
					"fluid": {
						"max": "1rem",
						"min": "0.8rem"
					},
					"name": "Small",
					"size": "0.8rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1.25rem",
						"min": "1rem"
					},
					"name": "Normal",
					"size": "1rem",
					"slug": "normal"
				},
				{
					"fluid": {
						"max": "1.5rem",
						"min": "1.2rem"
					},
					"name": "Large",
					"size": "1.2rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "1.75rem",
						"min": "1.4rem"
					},
					"name": "Extra Large",
					"size": "1.4rem",
					"slug": "extra-large"
				},
				{
					"fluid": {
						"max": "2.125rem",
						"min": "1.7rem"
					},
					"name": "Huge",
					"size": "1.7rem",
					"slug": "huge"
				},
				{
					"fluid": {
						"max": "2.5rem",
						"min": "2rem"
					},
					"name": "Gigantic",
					"size": "2rem",
					"slug": "gigantic"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/site-tagline": {
				"typography": {
					"fontSize": "var:preset|font-size|normal"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var:preset|font-size|huge"
				}
			},
			"core/post-title": {
				"typography": {
					"fontSize": "var:preset|font-size|gigantic",
					"textAlign": "center"
				},
				"border": {
					"style": "none"
				}
			}
		},
		"color": {
			"background": "var:preset|color|background",
			"text": "var:preset|color|foreground"
		},
		"elements": {
			"h2": {
				"typography": {
					"fontSize": "var:preset|font-size|huge",
					"lineHeight": "1.25"
				},
				"border": {
					"bottom": {
						"color": "var:preset|color|foreground",
						"style": "solid",
						"width": "0.1em"
					}
				},
				"spacing": {
					"margin": {
						"top": "2.2em !important",
						"bottom": "1.2em !important"
					}
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var:preset|font-size|extra-large"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var:preset|font-size|large"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var:preset|font-size|normal"
				},
				"spacing": {
					"padding": {
						"right": "1em"
					}
				},
				"css": "&{display:inline} &+p{display:inline}"
			},
			"h6": {
				"typography": {
					"fontSize": "var:preset|font-size|normal",
					"fontStyle": "italic",
					"fontWeight": "400"
				},
				"spacing": {
					"padding": {
						"right": "1em"
					}
				},
				"css": "&{display:inline} &+p{display:inline}"
			},
			"heading": {
				"typography": {
					"fontWeight": "700",
					"fontStyle": "normal"
				}
			},
			"link": {
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var:preset|color|primary"
				}
			}
		},
		"spacing": {
			"blockGap": "1em",
			"padding": {
				"bottom": "var:preset|spacing|50",
				"left": "var:preset|spacing|50",
				"right": "var:preset|spacing|50",
				"top": "var:preset|spacing|50"
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|cmu-serif",
			"fontSize": "var:preset|font-size|normal"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}