{
	"settings": {
		"appearanceTools": true,
		"color": {
			"background": true,
			"custom": true,
			"palette": [
				{
					"color": "#010203",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#010304bf",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#010203",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#ffffff",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#f3f3f2",
					"name": "Tertiary",
					"slug": "tertiary"
				}
			],
			"text": true
		},
		"layout": {
			"contentSize": "790px",
			"wideSize": "1200px"
		},
		"shadow": {
			"defaultPresets": true,
			"presets": []
		},
		"spacing": {
			"customSpacingSize": true,
			"defaultSpacingSizes": false,
			"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": "Courier Prime",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/courier-prime_normal_400.ttf"
							]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/courier-prime_italic_400.ttf"
							]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/courier-prime_normal_700.ttf"
							]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/courier-prime_italic_700.ttf"
							]
						}
					],
					"fontFamily": "Courier Prime",
					"name": "Courier Prime",
					"slug": "courier-prime"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Golos Text",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/golos-text_normal_400.ttf"
							]
						}
					],
					"fontFamily": "Golos Text",
					"name": "Golos Text",
					"slug": "golos-text"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Hezaedrus",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": "file:./assets/fonts/Hezaedrus-Light.ttf"
						},
						{
							"fontFamily": "Hezaedrus",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": "file:./assets/fonts/Hezaedrus-LightItalic.ttf"
						}
					],
					"fontFamily": "Hezaedrus",
					"name": "Hezaedrus",
					"slug": "hezaedrus"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"max": "0.825rem",
						"min": "0.8rem"
					},
					"name": "Small",
					"size": "0.8rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "0.825rem",
						"min": "0.8rem"
					},
					"name": "Medium",
					"size": "0.8rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "0.825rem",
						"min": "0.8rem"
					},
					"name": "Large",
					"size": "0.8rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "3rem",
						"min": "1.45rem"
					},
					"name": "Extra Large",
					"size": "clamp(1.45rem, 3vw, 3rem)",
					"slug": "x-large"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"textDecoration": true,
			"textTransform": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"typography": {
					"textTransform": "uppercase"
				}
			},
			"core/code": {
				"border": {
					"color": "var(--wp--preset--color--foreground)",
					"radius": "0.25rem",
					"style": "solid",
					"width": "2px"
				},
				"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": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			},
			"core/comment-content": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)"
				}
			},
			"core/comment-date": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"letterSpacing": "0.05rem",
					"textTransform": "uppercase"
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"letterSpacing": "0.05rem",
					"textTransform": "uppercase"
				}
			},
			"core/comments": {
				"spacing": {
					"margin": {
						"top": "5vh"
					}
				}
			},
			"core/comments-pagination": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)"
				}
			},
			"core/comments-title": {
				"spacing": {
					"margin": {
						"bottom": "2.5vh"
					}
				}
			},
			"core/gallery": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/group": {
				"spacing": {
					"blockGap": ""
				}
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--70)"
					}
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"blockGap": "2rem"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "0.8rem",
					"fontStyle": "normal",
					"fontWeight": "400",
					"letterSpacing": "0rem",
					"textTransform": "uppercase"
				}
			},
			"core/paragraph": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)"
				}
			},
			"core/post-author": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"textTransform": "uppercase"
				}
			},
			"core/post-author-name": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-comments-form": {
				"spacing": {
					"margin": {
						"top": "7.5vh"
					}
				}
			},
			"core/post-content": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-excerpt": {
				"spacing": {
					"padding": {
						"top": "1rem"
					}
				}
			},
			"core/post-terms": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)",
					"fontStyle": "italic",
					"fontWeight": "400"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"spacing": {
					"margin": {
						"bottom": "0"
					}
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var(--wp--preset--color--foreground)",
					"style": "solid",
					"width": "1px 0"
				},
				"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": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "italic"
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--courier-prime)"
				}
			},
			"core/query-title": {
				"spacing": {
					"margin": {
						"bottom": "5vh"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "400",
					"letterSpacing": "0rem",
					"textTransform": "uppercase"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--50)"
					}
				},
				"typography": {
					"fontStyle": "normal"
				}
			},
			"core/search": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.6"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "0.8rem",
					"fontStyle": "normal",
					"fontWeight": "400",
					"letterSpacing": "0rem",
					"textTransform": "uppercase"
				}
			},
			"core/spacer": {
				"spacing": {
					"margin": {
						"bottom": "0rem",
						"top": "0rem"
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"button": {
				":active": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--background)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--background)"
					},
					"outline": {
						"color": "var(--wp--preset--color--primary)",
						"offset": "2px",
						"style": "dotted",
						"width": "1px"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--background)"
					}
				},
				"border": {
					"radius": "0.25rem"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--background)"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--hezaedrus)",
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"fontStyle": "normal",
					"fontWeight": "300",
					"letterSpacing": "0rem",
					"lineHeight": "1.3",
					"textTransform": "none"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"textTransform": "uppercase"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--hezaedrus)",
					"fontStyle": "normal",
					"fontWeight": "300",
					"letterSpacing": "0rem",
					"lineHeight": "1.125"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"spacing": {
			"blockGap": "1rem",
			"padding": {
				"bottom": "0rem",
				"left": "1.5rem",
				"right": "1.5rem",
				"top": "0rem"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--courier-prime)",
			"fontSize": "var(--wp--preset--font-size--small)",
			"fontStyle": "normal",
			"fontWeight": "400",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}