{
	"settings": {
		"appearanceTools": true,
		"color": {
			"background": true,
			"custom": true,
			"customDuotone": true,
			"customGradient": true,
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"duotone": [],
			"gradients": [],
			"palette": [
				{
					"color": "#ffffff",
					"name": "Color 1",
					"slug": "theme-1"
				},
				{
					"color": "#F2EADE",
					"name": "Color 2",
					"slug": "theme-2"
				},
				{
					"color": "#A48060",
					"name": "Color 3",
					"slug": "theme-3"
				},
				{
					"color": "#876343",
					"name": "Color 4",
					"slug": "theme-4"
				},
				{
					"color": "#0C203B",
					"name": "Color 5",
					"slug": "theme-5"
				},
				{
					"color": "#0C203B1A",
					"name": "Color 6",
					"slug": "theme-6"
				}
			],
			"text": true
		},
		"layout": {
			"contentSize": "560px",
			"wideSize": "1728px"
		},
		"shadow": {
			"defaultPresets": true,
			"presets": []
		},
		"spacing": {
			"customSpacingSize": true,
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "X-Small",
					"size": "0.5rem",
					"slug": "20"
				},
				{
					"name": "Small",
					"size": "0.75rem",
					"slug": "30"
				},
				{
					"name": "Medium",
					"size": "clamp(1.25rem, 1.3143483vw, 1.5rem)",
					"slug": "40"
				},
				{
					"name": "Large",
					"size": "clamp(1.5rem, 2.6286966vw, 3rem)",
					"slug": "50"
				},
				{
					"name": "X-Large",
					"size": "clamp(2.25rem, 3.9430449vw, 4.5rem)",
					"slug": "60"
				},
				{
					"name": "2X-Large",
					"size": "clamp(3rem, 5.2573932vw, 6rem)",
					"slug": "70"
				},
				{
					"name": "3X-Large",
					"size": "clamp(3.75rem, 6.5717415vw, 7.5rem)",
					"slug": "80"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"dropCap": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/wittgenstein_normal_400.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/wittgenstein_normal_600.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/wittgenstein_normal_700.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "normal",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/wittgenstein_normal_900.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/wittgenstein_italic_400.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/wittgenstein_normal_800.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/wittgenstein_italic_600.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/wittgenstein_italic_700.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "italic",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/wittgenstein_italic_800.ttf"
							]
						},
						{
							"fontFamily": "Wittgenstein",
							"fontStyle": "italic",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/wittgenstein_italic_900.ttf"
							]
						}
					],
					"fontFamily": "Wittgenstein",
					"slug": "wittgenstein"
				}
			],
			"fontSizes": [
				{
					"fluid": true,
					"name": "Small",
					"size": "0.75rem",
					"slug": "small"
				},
				{
					"fluid": true,
					"name": "Medium",
					"size": "1rem",
					"slug": "medium"
				},
				{
					"fluid": true,
					"name": "Large",
					"size": "1.777rem",
					"slug": "large"
				},
				{
					"fluid": true,
					"name": "Extra Large",
					"size": "3.157rem",
					"slug": "x-large"
				},
				{
					"fluid": true,
					"name": "Double Extra Large",
					"size": "4.209rem",
					"slug": "xx-large"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"textDecoration": true,
			"textTransform": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/archives": {
				"css": "& {list-style-type:none;} & li+li{margin-top: 0.25rem;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/avatar": {
				"border": {
					"radius": "2px"
				}
			},
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"width": "1px"
						},
						"spacing": {
							"padding": {
								"bottom": "calc(0.75rem - 1px)",
								"left": "calc(1.875rem - 1px)",
								"right": "calc(1.875rem - 1px)",
								"top": "calc(0.75rem - 1px)"
							}
						},
						"typography": {
							"fontWeight": "500"
						}
					}
				}
			},
			"core/buttons": {
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--40)"
				}
			},
			"core/calendar": {
				"css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--theme-5);} &.wp-block-calendar table:where(:not(.has-text-color)) td {border-color: var(--wp--preset--color--theme-5);} &.wp-block-calendar table:where(:not(.has-text-color)) th {color: var(--wp--preset--color--theme-2);border-color: var(--wp--preset--color--theme-5);} & :where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--theme-5);color: var(--wp--preset--color--theme-5);}"
			},
			"core/categories": {
				"css": "& {list-style-type:none;} & li+li{margin-top: 0.25rem;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/code": {
				"border": {
					"color": "var(--wp--preset--color--theme-5)",
					"style": "solid",
					"width": "1px"
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--40)",
						"left": "var(--wp--preset--spacing--40)",
						"right": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--40)"
					}
				}
			},
			"core/comment-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/comment-content": {
				"css": "& p{margin-bottom:0;} & p+p{margin-top:var(--wp--preset--spacing--40)}"
			},
			"core/comment-date": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comment-edit-link": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comment-reply-link": {
				"elements": {
					"link": {
						":focus": {
							"border": {
								"color": "var(--wp--preset--color--theme-4)"
							},
							"color": {
								"background": "var(--wp--preset--color--theme-4)",
								"text": "var(--wp--preset--color--theme-1)"
							}
						},
						":hover": {
							"border": {
								"color": "var(--wp--preset--color--theme-4)"
							},
							"color": {
								"background": "var(--wp--preset--color--theme-4)",
								"text": "var(--wp--preset--color--theme-1)"
							}
						},
						"border": {
							"color": "var(--wp--preset--color--theme-5)",
							"style": "solid",
							"width": "1px"
						},
						"color": {
							"text": "var(--wp--preset--color--theme-5)"
						},
						"spacing": {
							"padding": "0.09375rem 1rem"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)",
							"lineHeight": "1",
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comments-pagination": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/comments-title": {
				"spacing": {
					"margin": {
						"bottom": "0",
						"top": "var(--wp--preset--spacing--40)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"core/cover": {
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--40)",
						"left": "var(--wp--preset--spacing--40)",
						"right": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--40)"
					}
				}
			},
			"core/image": {
				"css": " .wp-element-caption{text-align:center;}"
			},
			"core/latest-comments": {
				"css": "& .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{margin:0 0 var(--wp--style--block-gap)} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;} & .avatar, .wp-block-latest-comments__comment-avatar{border-radius:2px;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0px"
					}
				}
			},
			"core/latest-posts": {
				"css": ".wp-block-latest-posts .wp-block-latest-posts__post-author{font-size: inherit;} & .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)} & .wp-block-latest-posts__post-title{text-decoration: none;}"
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--40)"
					}
				}
			},
			"core/loginout": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/navigation": {
				"css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color:var(--wp--preset--color--theme-5);} & .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog{padding:var(--wp--style--block-gap);} & .wp-block-navigation__responsive-container-close{right:var(--wp--style--block-gap);top:var(--wp--style--block-gap);} & .wp-block-page-list li+li{margin-top:0;}",
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--40)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "600",
					"letterSpacing": "0.1em",
					"textTransform": "uppercase"
				}
			},
			"core/page-list": {
				"css": "& {list-style-type:none;} & li+li{margin-top: 0.25rem;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/paragraph": {
				"css": "& strong{font-weight:600;}",
				"typography": {
					"lineHeight": "calc(1em + 0.5rem)"
				}
			},
			"core/post-author": {
				"css": "& .wp-block-post-author__byline{font-size:inherit;}&.wp-block-post-author .wp-block-post-author__name a{text-decoration:none;}&.wp-block-post-author .wp-block-post-author__bio{font-size:inherit;margin:0;}& .wp-block-post-author__avatar img{border-radius: 2px;vertical-align:middle;}"
			},
			"core/post-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-comments-form": {
				"css": "&.comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;} & .comment-form textarea{line-height: inherit;} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .comment-reply-title{font-size:var(--wp--preset--font-size--large);"
			},
			"core/post-content": {
				"elements": {
					"heading": {
						"spacing": {
							"margin": {
								"bottom": "var(--wp--preset--spacing--40)",
								"top": "var(--wp--preset--spacing--50)"
							}
						}
					}
				}
			},
			"core/post-date": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-excerpt": {
				"css": ".wp-block-post-excerpt .wp-block-post-excerpt__excerpt{line-height: inherit;}"
			},
			"core/post-navigation-link": {
				"color": {
					"text": "var(--wp--preset--color--theme-4)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-terms": {
				"css": ".wp-block-post-terms.taxonomy-post_tag a:before{content:'#';}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--theme-5)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "1px 0"
				},
				"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--40)}",
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--40)",
						"left": "var(--wp--preset--spacing--40)",
						"right": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--40)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "italic"
				}
			},
			"core/query-pagination": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"top": "var(--wp--preset--spacing--80)"
					}
				}
			},
			"core/query-pagination-next": {
				"css": ".wp-block-query-pagination-next{margin:0;}"
			},
			"core/query-pagination-numbers": {
				"css": ".wp-block-query-pagination-numbers{margin:0;}"
			},
			"core/query-pagination-previous": {
				"css": ".wp-block-query-pagination-previous{margin:0;}"
			},
			"core/query-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"core/quote": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"margin": {
						"left": "0",
						"right": "0"
					},
					"padding": {
						"left": "var(--wp--preset--spacing--40)"
					}
				},
				"typography": {
					"fontStyle": "italic"
				},
				"variations": {
					"plain": {
						"border": {
							"width": "0"
						},
						"spacing": {
							"padding": {
								"left": "0"
							}
						},
						"typography": {
							"fontStyle": "normal"
						}
					}
				}
			},
			"core/rss": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/search": {
				"css": "& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;} & :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{padding: 0 0.5rem;} & .wp-block-search__button.has-icon{padding:0.375rem;}",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--theme-5)"
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--theme-5)"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "600",
					"letterSpacing": "0.1em",
					"lineHeight": "1",
					"textTransform": "uppercase"
				}
			},
			"core/social-links": {
				"spacing": {
					"blockGap": {
						"left": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--40)"
					}
				}
			},
			"core/table": {
				"css": "& thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
			},
			"core/tag-cloud": {
				"css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small);line-height:1} &.wp-block-tag-cloud.is-style-outline a {border-radius:999px;padding: 5px 15px;} &.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--theme-1);background-color: var(--wp--preset--color--theme-5);}"
			},
			"core/term-description": {
				"css": "& p+p {margin-top:calc(1em + 0.375rem);}",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--theme-2)",
			"text": "var(--wp--preset--color--theme-5)"
		},
		"elements": {
			"button": {
				":focus": {
					"border": {
						"color": "var(--wp--preset--color--theme-4)"
					},
					"color": {
						"background": "var(--wp--preset--color--theme-4)",
						"text": "var(--wp--preset--color--theme-1)"
					}
				},
				":hover": {
					"border": {
						"color": "var(--wp--preset--color--theme-4)"
					},
					"color": {
						"background": "var(--wp--preset--color--theme-4)",
						"text": "var(--wp--preset--color--theme-1)"
					}
				},
				"border": {
					"color": "var(--wp--preset--color--theme-5)",
					"radius": "0",
					"style": "solid",
					"width": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--theme-5)",
					"text": "var(--wp--preset--color--theme-2)"
				},
				"spacing": {
					"padding": {
						"bottom": "0.75rem",
						"left": "1.875rem",
						"right": "1.875rem",
						"top": "0.75rem"
					}
				},
				"typography": {
					"fontWeight": "500",
					"lineHeight": "1"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--theme-5)"
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--30)"
					},
					"padding": {
						"left": "var(--wp--preset--spacing--40)",
						"right": "var(--wp--preset--spacing--40)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "500"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "500",
					"letterSpacing": "0.2em",
					"textTransform": "uppercase"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"typography": {
					"fontWeight": "400",
					"lineHeight": "calc(1em + 0.5rem)"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--theme-5)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--theme-4)"
				},
				"typography": {
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--40)",
			"padding": {
				"bottom": "0px",
				"left": "var(--wp--preset--spacing--50)",
				"right": "var(--wp--preset--spacing--50)",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--wittgenstein)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontStyle": "normal",
			"fontWeight": "400",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "uncategorized",
			"name": "comments",
			"title": "Comments"
		},
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		}
	],
	"version": 2,
	"$schema": "https://schemas.wp.org/wp/6.4/theme.json"
}
