{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#ededed",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#000000",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#646464",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#5538fd",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#eaeaea",
					"name": "Tertiary",
					"slug": "tertiary"
				}
			]
		},
		"layout": {
			"contentSize": "620px",
			"wideSize": "1000px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "Step 1",
					"size": "0.5rem",
					"slug": "10"
				},
				{
					"name": "Step 2",
					"size": "1.25rem",
					"slug": "20"
				},
				{
					"name": "Step 3",
					"size": "1.75rem",
					"slug": "30"
				},
				{
					"name": "Step 4",
					"size": "2rem",
					"slug": "40"
				},
				{
					"name": "Step 5",
					"size": "2.75rem",
					"slug": "50"
				},
				{
					"name": "Step 6",
					"size": "3rem",
					"slug": "60"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/platypi/platypi-300-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/platypi/platypi-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/platypi/platypi-500-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/platypi/platypi-600-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/platypi/platypi-700-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/platypi/platypi-800-normal.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/platypi/platypi-300-italic.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/platypi/platypi-400-italic.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/platypi/platypi-500-italic.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/platypi/platypi-600-italic.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/platypi/platypi-700-italic.woff2"
							]
						},
						{
							"fontFamily": "Platypi",
							"fontStyle": "italic",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/platypi/platypi-800-italic.woff2"
							]
						}
					],
					"fontFamily": "Platypi, serif",
					"name": "Platypi",
					"slug": "platypi"
				}
			],
			"fontSizes": [
				{
					"name": "XS",
					"size": "0.88rem",
					"slug": "x-small"
				},
				{
					"fluid": false,
					"name": "S",
					"size": "1.13rem",
					"slug": "small"
				},
				{
					"fluid": false,
					"name": "M",
					"size": "1.38rem",
					"slug": "medium"
				},
				{
					"name": "L",
					"size": "1.6rem",
					"slug": "large"
				},
				{
					"name": "XL",
					"size": "1.8rem",
					"slug": "x-large"
				},
				{
					"fluid": true,
					"name": "XXL",
					"size": "2.2rem",
					"slug": "xx-large"
				},
				{
					"name": "XXXL",
					"size": "2.5rem",
					"slug": "xxx-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/archives": {
				"css": "list-style-type: none;\npadding: 0px;",
				"typography": {
					"textTransform": "lowercase"
				}
			},
			"core/button": {
				"border": {
					"radius": "0px"
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				},
				"variations": {
					"outline": {
						"border": {
							"bottom": {
								"color": "currentColor",
								"style": "solid",
								"width": "4px"
							},
							"left": {
								"color": "currentColor",
								"style": "solid",
								"width": "4px"
							},
							"right": {
								"color": "currentColor",
								"style": "solid",
								"width": "4px"
							},
							"top": {
								"color": "currentColor",
								"style": "solid",
								"width": "4px"
							}
						}
					}
				}
			},
			"core/categories": {
				"css": "list-style-type: none;\npadding: 0px;",
				"typography": {
					"textTransform": "lowercase"
				}
			},
			"core/code": {
				"border": {
					"bottom": {
						"style": "none",
						"width": "0px"
					},
					"color": "var(--wp--preset--color--contrast)",
					"left": {
						"style": "none",
						"width": "0px"
					},
					"radius": "0rem",
					"right": {
						"style": "none",
						"width": "0px"
					},
					"style": "solid",
					"top": {
						"style": "none",
						"width": "0px"
					},
					"width": "2px"
				},
				"color": {
					"background": "#0000001a"
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--50)",
						"left": "var(--wp--preset--spacing--50)",
						"right": "var(--wp--preset--spacing--50)",
						"top": "var(--wp--preset--spacing--50)"
					}
				},
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"core/comment-author-name": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-content": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comments-title": {
				"typography": {
					"textTransform": "lowercase"
				}
			},
			"core/footnotes": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/gallery": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/latest-posts": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--70)"
					}
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/page-list": {
				"css": "list-style-type: none;\npadding: 0px;",
				"typography": {
					"textTransform": "lowercase"
				}
			},
			"core/paragraph": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			},
			"core/post-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-comments-form": {
				"css": ""
			},
			"core/post-content": {
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				},
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--20)"
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "lowercase"
				}
			},
			"core/post-featured-image": {
				"css": "aspect-ratio: 1 / 1;"
			},
			"core/post-navigation-link": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			},
			"core/post-terms": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "lowercase"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"margin": {
						"bottom": "0px"
					}
				}
			},
			"core/pullquote": {
				"border": {
					"bottom": {
						"style": "none",
						"width": "0px"
					},
					"color": null,
					"left": {
						"style": "none",
						"width": "0px"
					},
					"right": {
						"style": "none",
						"width": "0px"
					},
					"style": null,
					"top": {
						"color": "var(--wp--preset--color--contrast)",
						"style": "none",
						"width": "0px"
					},
					"width": null
				},
				"css": "text-align: left;",
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--30)",
						"left": "0px",
						"right": "0px",
						"top": "var(--wp--preset--spacing--30)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.3",
					"textTransform": "lowercase"
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/query-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)"
				}
			},
			"core/quote": {
				"border": {
					"bottom": {
						"style": "solid",
						"width": "0px"
					},
					"color": null,
					"left": {
						"color": "var(--wp--preset--color--contrast)",
						"style": "solid",
						"width": "4px"
					},
					"right": {
						"style": "solid",
						"width": "0px"
					},
					"style": null,
					"top": {
						"style": "solid",
						"width": "0px"
					},
					"width": null
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"heading": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					},
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				},
				"spacing": {
					"margin": {
						"left": "0px",
						"right": "0px"
					},
					"padding": {
						"left": "var(--wp--preset--spacing--30)"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "100"
				}
			},
			"core/search": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.6"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 4px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			},
			"core/site-tagline": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"textTransform": "lowercase"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "lowercase"
				}
			},
			"core/term-description": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"textTransform": "lowercase"
				}
			},
			"core/verse": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"css": "/*\n * Pull quote Block\n * Reset the browser default margins for blockquote element\n * https://github.com/WordPress/gutenberg/issues/44129\n */\n\n.wp-block-pullquote cite {\n    font-size: 1.13rem;\n    font-weight: 300;\n    font-style: normal;\n}\n\n/*\n * Link styles\n * https://github.com/WordPress/gutenberg/issues/42319\n */\na {\n\ttext-decoration-thickness: 0.05em !important;\n\ttext-underline-offset: .15em;\n}\n\n/*\n * Comment Form Styling\n */\n.wp-block-post-comments-form .comment-form input:not([type=\"submit\"]):not([type=\"checkbox\"]):not([type=\"hidden\"]), .wp-block-post-comments-form .comment-form textarea {\n    box-sizing: border-box;\n    display: block;\n    width: 100%;\n    border-color: black;\n    border-width: 4px;\n    background-color: #EDEDED;\n}\n\n/*\n* Search Form Styling\n*/\n.wp-block-search__input {\n    border: 4px solid;\n    background-color: #EDEDED;\n}\n\n\n.wp-block-term-description {\n  prefix: \"—\";\n}",
		"elements": {
			"button": {
				":active": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--base)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--base)"
					},
					"outline": {
						"color": "var(--wp--preset--color--primary)",
						"offset": "2px",
						"style": "dotted",
						"width": "1px"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--contrast)",
						"text": "var(--wp--preset--color--base)"
					}
				},
				"border": {
					"radius": "0.25rem"
				},
				"color": {
					"background": "var(--wp--preset--color--contrast)",
					"text": "var(--wp--preset--color--base)"
				}
			},
			"caption": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxx-large)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.125",
					"textTransform": "lowercase"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			}
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"bottom": "0px",
				"left": "5vw",
				"right": "5vw",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--platypi)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontStyle": "normal",
			"fontWeight": "300",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "uncategorized",
			"name": "post-meta",
			"title": "post meta"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}