{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#fbdff0",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#4e2c4e",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#ad67ad",
					"name": "Primary",
					"slug": "primary"
				}
			]
		},
		"layout": {
			"contentSize": "620px"
		},
		"shadow": {
			"defaultPresets": true,
			"presets": []
		},
		"spacing": {
			"customSpacingSize": true,
			"spacingScale": {
				"theme": {
					"steps": 0
				}
			},
			"spacingSizes": [
				{
					"name": "2X-Small",
					"size": "0.5rem",
					"slug": "20"
				},
				{
					"name": "X-Small",
					"size": "clamp(0.5rem, 1vw, 1rem)",
					"slug": "30"
				},
				{
					"name": "Small",
					"size": "clamp(0.75rem, 1.5vw, 1.5rem)",
					"slug": "40"
				},
				{
					"name": "Medium",
					"size": "clamp(1rem, 2vw, 2rem)",
					"slug": "50"
				},
				{
					"name": "Large",
					"size": "clamp(1.5rem, 3vw, 3rem)",
					"slug": "60"
				},
				{
					"name": "X-Large",
					"size": "clamp(2rem, 4vw, 4rem)",
					"slug": "70"
				},
				{
					"name": "2X-Large",
					"size": "clamp(3rem, 6vw, 6rem)",
					"slug": "80"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"dropCap": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"Cormorant Unicase\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cormorant-unicase_normal_400.woff2"
							]
						},
						{
							"fontFamily": "\"Cormorant Unicase\"",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cormorant-unicase_normal_700.woff2"
							]
						}
					],
					"fontFamily": "\"Cormorant Unicase\", serif",
					"name": "Cormorant Unicase",
					"slug": "cormorant-unicase"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Cardo",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cardo_normal_400.woff2"
							]
						},
						{
							"fontFamily": "Cardo",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cardo_normal_700.woff2"
							]
						},
						{
							"fontFamily": "Cardo",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cardo_italic_400.woff2"
							]
						}
					],
					"fontFamily": "Cardo, serif",
					"name": "Cardo",
					"slug": "cardo"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"Cormorant Garamond\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cormorant-garamond_normal_400.woff2"
							]
						},
						{
							"fontFamily": "\"Cormorant Garamond\"",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cormorant-garamond_normal_700.woff2"
							]
						},
						{
							"fontFamily": "\"Cormorant Garamond\"",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cormorant-garamond_italic_400.woff2"
							]
						},
						{
							"fontFamily": "\"Cormorant Garamond\"",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/cormorant-garamond_italic_700.woff2"
							]
						}
					],
					"fontFamily": "\"Cormorant Garamond\", serif",
					"name": "Cormorant Garamond",
					"slug": "cormorant-garamond"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"Cormorant SC\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/cormorant-sc_normal_400.woff2"
							]
						},
						{
							"fontFamily": "\"Cormorant SC\"",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/cormorant-sc_normal_300.woff2"
							]
						}
					],
					"fontFamily": "\"Cormorant SC\", serif",
					"name": "Cormorant SC",
					"slug": "cormorant-sc"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"max": "0.9375rem",
						"min": "0.8125rem"
					},
					"name": "Small",
					"size": "0.9375rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1.3125rem",
						"min": "0.9375rem"
					},
					"name": "Medium",
					"size": "1.3125rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "1.875rem",
						"min": "1.3125rem"
					},
					"name": "Large",
					"size": "1.875rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "2.625rem",
						"min": "1.875rem"
					},
					"name": "Extra Large",
					"size": "2.625rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "3.75rem",
						"min": "2.625rem"
					},
					"name": "Double Extra Large",
					"size": "3.75rem",
					"slug": "xx-large"
				},
				{
					"fluid": {
						"max": "5.3125rem",
						"min": "3.75rem"
					},
					"name": "Triple Extra Large",
					"size": "5.3125rem",
					"slug": "xxx-large"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"textDecoration": true,
			"textTransform": true,
			"writingMode": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"background": {
			"backgroundImage": {
				"id": 945,
				"source": "file",
				"src": "file:./assets/images/finepaper.png",
				"title": "finepaper",
				"url": "http://localhost.local/wp-content/uploads/2024/06/finepaper.png"
			},
			"backgroundPosition": "50% 0",
			"backgroundRepeat": "repeat",
			"backgroundSize": "300px"
		},
		"blocks": {
			"core/archives": {
				"css": "{list-style-type:none;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/audio": [],
			"core/avatar": {
				"border": {
					"radius": "999px"
				}
			},
			"core/button": {
				"variations": {
					"outline": {
						"spacing": {
							"padding": {
								"bottom": "calc(1rem - 2px)",
								"left": "calc(2rem - 2px)",
								"right": "calc(2rem - 2px)",
								"top": "calc(1rem - 2px)"
							}
						}
					}
				}
			},
			"core/buttons": {
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--30)"
				}
			},
			"core/calendar": {
				"css": " table:where(:not(.has-text-color)){color:var(--wp--preset--color--contrast);} & table:where(:not(.has-text-color)) td,table:where(:not(.has-text-color)) th {border-color:var(--wp--preset--color--contrast);} & :where(.wp-block-calendar table:not(.has-background) th){background-color:var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/categories": {
				"css": "{list-style-type:none;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/code": {
				"border": {
					"radius": "0px",
					"style": "solid",
					"width": "1px"
				},
				"spacing": {
					"padding": "var(--wp--preset--spacing--30)"
				},
				"typography": {
					"fontFamily": "monospace",
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.25"
				}
			},
			"core/column": [],
			"core/columns": {
				"spacing": {
					"margin": {
						"bottom": "0"
					}
				}
			},
			"core/comment-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/comment-content": {
				"css": " p{margin:0;} & p+p{margin-top:1.6em;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/comment-date": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/comment-edit-link": {
				"css": " a{display:block;}",
				"elements": {
					"link": {
						":hover": {
							"border": {
								"color": "var(--wp--preset--color--primary)"
							},
							"color": {
								"background": "var(--wp--preset--color--primary)",
								"text": "var(--wp--preset--color--base)"
							}
						},
						"border": {
							"style": "solid",
							"width": "1px"
						},
						"spacing": {
							"padding": "0.28125rem 0.75rem"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--system-font)",
					"fontSize": "var(--wp--preset--font-size--x-small)",
					"fontWeight": "400",
					"lineHeight": "1"
				}
			},
			"core/comment-reply-link": {
				"css": " a{display: block;}",
				"elements": {
					"link": {
						":hover": {
							"border": {
								"color": "var(--wp--preset--color--primary)"
							},
							"color": {
								"background": "var(--wp--preset--color--primary)",
								"text": "var(--wp--preset--color--base)"
							}
						},
						"border": {
							"style": "solid",
							"width": "1px"
						},
						"spacing": {
							"padding": "0.28125rem 0.75rem"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--system-font)",
					"fontSize": "var(--wp--preset--font-size--x-small)",
					"fontWeight": "400",
					"lineHeight": "1"
				}
			},
			"core/comment-template": {
				"spacing": {
					"margin": {
						"top": "var(--wp--style--block-gap)"
					}
				}
			},
			"core/comments": [],
			"core/comments-pagination": {
				"css": " a.wp-block-comments-pagination-previous{margin-bottom:0;} & a.wp-block-comments-pagination-next{margin-bottom:0;} & .wp-block-comments-pagination-numbers{margin-bottom:0;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/comments-pagination-next": [],
			"core/comments-pagination-numbers": [],
			"core/comments-pagination-previous": [],
			"core/comments-title": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--style--block-gap)",
						"top": "var(--wp--style--block-gap)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"core/cover": {
				"spacing": {
					"padding": "var(--wp--style--block-gap)"
				}
			},
			"core/details": [],
			"core/embed": [],
			"core/file": [],
			"core/footnotes": [],
			"core/gallery": [],
			"core/group": [],
			"core/heading": [],
			"core/home-link": [],
			"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, .wp-block-latest-comments__comment-excerpt p{font-size: inherit;margin:0;} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0px"
					}
				},
				"typography": {
					"lineHeight": "calc(1em + 0.6875rem)"
				}
			},
			"core/latest-posts": {
				"css": " .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--style--block-gap)"
					}
				}
			},
			"core/list-item": [],
			"core/loginout": [],
			"core/media-text": [],
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--libre-caslon-display)",
					"lineHeight": "1",
					"textTransform": "uppercase"
				}
			},
			"core/navigation-link": [],
			"core/navigation-submenu": [],
			"core/page-list": {
				"css": "{list-style-type:none;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/paragraph": [],
			"core/post-author": {
				"css": " .wp-block-post-author__byline, .wp-block-post-author__name, .wp-block-post-author__bio{font-size:inherit;line-height:1.6;} & .wp-block-post-author__name a{text-decoration:none;} & .wp-block-post-author__avatar img{border-radius:999px;} & .wp-block-post-author__bio{margin:0;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-author-biography": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-comments-count": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"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{margin-top:var(--wp--style--block-gap);}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-comments-link": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-content": {
				"elements": {
					"heading": {
						"spacing": {
							"margin": {
								"bottom": "var(--wp--style--block-gap)",
								"top": "var(--wp--preset--spacing--60)"
							}
						}
					}
				}
			},
			"core/post-date": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1",
					"textTransform": "uppercase"
				}
			},
			"core/post-excerpt": {
				"css": " .wp-block-post-excerpt__excerpt{line-height:inherit;}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-featured-image": [],
			"core/post-navigation-link": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--libre-caslon-display)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1"
				}
			},
			"core/post-template": [],
			"core/post-terms": {
				"css": ".taxonomy-post_tag a:before{content:'#';}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-time-to-read": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"letterSpacing": "0.01rem"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var(--wp--preset--color--contrast)",
					"style": "solid",
					"width": "1px 0"
				},
				"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--style--block-gap)}",
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--30)",
						"left": "var(--wp--preset--spacing--30)",
						"right": "var(--wp--preset--spacing--30)",
						"top": "var(--wp--preset--spacing--30)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "italic"
				}
			},
			"core/query-no-results": [],
			"core/query-pagination": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"blockGap": {
						"left": "var(--wp--style--block-gap)",
						"top": "var(--wp--preset--spacing--20)"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--libre-caslon-display)",
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "400",
					"lineHeight": "1",
					"textTransform": "uppercase"
				}
			},
			"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--xxx-large)",
					"lineHeight": "1",
					"textTransform": "uppercase"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--contrast)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"css": ".is-style-plain cite{font-style:normal;}",
				"spacing": {
					"padding": {
						"left": "var(--wp--style--block-gap)"
					}
				},
				"typography": {
					"fontStyle": "italic"
				},
				"variations": {
					"plain": {
						"border": {
							"width": "0"
						},
						"spacing": {
							"padding": {
								"left": "0"
							}
						},
						"typography": {
							"fontStyle": "normal"
						}
					}
				}
			},
			"core/read-more": [],
			"core/rss": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/search": {
				"border": {
					"bottom": {
						"style": "solid",
						"width": "1px"
					},
					"left": {
						"style": "solid",
						"width": "1px"
					},
					"radius": "2px",
					"right": {
						"style": "solid",
						"width": "1px"
					},
					"top": {
						"style": "solid",
						"width": "1px"
					}
				},
				"css": " :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;} & .wp-block-search__button.has-icon{padding:1rem;}",
				"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--contrast)"
				},
				"css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){max-width:10rem;}"
			},
			"core/site-logo": [],
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.6"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--cormorant-sc)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "normal",
					"fontWeight": "400",
					"letterSpacing": "0.01rem",
					"lineHeight": "1",
					"textAlign": "left",
					"textTransform": "none"
				}
			},
			"core/social-links": {
				"spacing": {
					"blockGap": {
						"left": "var(--wp--preset--spacing--30)",
						"top": "var(--wp--preset--spacing--30)"
					}
				}
			},
			"core/spacer": [],
			"core/table": {
				"css": " thead{border-bottom-width:1px;} & tfoot{border-top-width:1px;} & + .wp-element-caption{text-align:center;}"
			},
			"core/table-of-contents": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/tag-cloud": {
				"css": ".is-style-outline{font-size:var(--wp--preset--font-size--small);line-height:1;} &.is-style-outline a{border-radius:999px;padding:0.34375rem 1rem;} &.is-style-outline a:hover{color:var(--wp--preset--color--base);background-color:var(--wp--preset--color--contrast);}",
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/term-description": {
				"css": "& p+p {margin-top:1.6em;}",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.6"
				}
			},
			"core/verse": [],
			"core/video": []
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"css": ".no-underline a{text-decoration: none;}",
		"elements": {
			"button": {
				":active": {
					"color": {
						"background": "var(--wp--preset--color--contrast)",
						"text": "var(--wp--preset--color--base)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--base)"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--base)"
					}
				},
				"border": {
					"radius": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--contrast)",
					"text": "var(--wp--preset--color--base)"
				},
				"spacing": {
					"padding": {
						"bottom": "1rem",
						"left": "2rem",
						"right": "2rem",
						"top": "1rem"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--system-font)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "600",
					"lineHeight": "1"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--style--block-gap)",
						"top": "var(--wp--preset--spacing--20)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxx-large)",
					"letterSpacing": "0rem",
					"lineHeight": "0.8",
					"textTransform": "none"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"letterSpacing": "0rem",
					"lineHeight": "1",
					"textTransform": "none"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"letterSpacing": "0rem",
					"lineHeight": "1",
					"textTransform": "none"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"letterSpacing": "0em",
					"lineHeight": "1",
					"textTransform": "none"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"letterSpacing": "0em",
					"lineHeight": "1",
					"textTransform": "none"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"letterSpacing": "0em",
					"lineHeight": "1",
					"textTransform": "none"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--cormorant-sc)",
					"fontStyle": "normal",
					"fontWeight": "400",
					"letterSpacing": "0",
					"textTransform": "uppercase"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			}
		},
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--30)",
			"padding": {
				"bottom": "0px",
				"left": "var(--wp--preset--spacing--60)",
				"right": "var(--wp--preset--spacing--60)",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--cormorant-garamond)",
			"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": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}