{
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customGradient": true,
			"palette": [
				{
					"color": "#ffffff",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#898989",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#ffffff",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#090909",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#787878",
					"name": "Tertiary",
					"slug": "tertiary"
				}
			]
		},
		"layout": {
			"contentSize": "400px",
			"wideSize": "1624px"
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "1",
					"size": "0.75rem",
					"slug": "30"
				},
				{
					"name": "2",
					"size": "1rem",
					"slug": "40"
				},
				{
					"name": "3",
					"size": "1.5rem",
					"slug": "50"
				},
				{
					"name": "4",
					"size": "2rem",
					"slug": "60"
				},
				{
					"name": "5",
					"size": "3rem",
					"slug": "70"
				},
				{
					"name": "6",
					"size": "4rem",
					"slug": "80"
				}
			],
			"units": ["%", "px", "em", "rem", "vh", "vw"]
		},
		"typography": {
			"customFontSize": true,
			"dropCap": false,
			"fluid": false,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Archivo",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/Archivo-VariableFont_wdth,wght.ttf"
							]
						},
						{
							"fontFamily": "Archivo",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/Archivo-Italic-VariableFont_wdth,wght.ttf"
							]
						}
					],
					"fontFamily": "Archivo",
					"name": "Archivo",
					"slug": "archivo"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": ["file:./assets/fonts/courier-prime_700.ttf"]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/courier-prime_regular.ttf"
							]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/courier-prime_italic.ttf"
							]
						},
						{
							"fontFamily": "Courier Prime",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/courier-prime_700italic.ttf"
							]
						}
					],
					"fontFamily": "Courier Prime",
					"name": "Courier Prime",
					"slug": "courier-prime"
				}
			],
			"fontSizes": [
				{
					"name": "Extra Small",
					"size": "0.625rem",
					"slug": "x-small"
				},
				{
					"name": "Small",
					"size": "0.75rem",
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "0.9rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.296rem",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "1.866rem",
					"slug": "x-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/avatar": {
				"typography": {
					"lineHeight": "0"
				}
			},
			"core/code": {
				"border": {
					"color": "var(--wp--preset--color--foreground)",
					"radius": "0",
					"style": "solid",
					"width": "0.5px"
				},
				"spacing": {
					"padding": "var(--wp--preset--spacing--30)"
				},
				"typography": {
					"fontFamily": "monospace"
				}
			},
			"core/columns": {
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--50)",
					"margin": {
						"bottom": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/comment-author-name": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"core/comment-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"core/comments-pagination": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)"
				}
			},
			"core/comments-title": {
				"spacing": {
					"margin": {
						"top": "0",
						"bottom": "var(--wp--preset--spacing--50)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.666666667"
				}
			},
			"core/file": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/gallery": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/latest-comments": {
				"spacing": {
					"padding": {
						"left": "0"
					}
				}
			},
			"core/list": {
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":active": {
							"typography": {
								"textDecoration": "none"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dotted"
							}
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "calc(1em + 0.5rem)"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.666666667"
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var(--wp--preset--color--foreground)",
					"style": "solid",
					"width": "1px 0"
				},
				"elements": {
					"cite": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--x-small)",
							"fontStyle": "normal",
							"textTransform": "none"
						}
					}
				},
				"spacing": {
					"padding": "calc( var(--wp--preset--spacing--50) - 1em )"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "italic"
				}
			},
			"core/query-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.666666667"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--foreground)",
					"style": "solid",
					"width": "0 0 0 1px"
				},
				"spacing": {
					"margin": {
						"right": "0",
						"left": "0"
					},
					"padding": {
						"left": "var(--wp--preset--spacing--50)"
					}
				},
				"typography": {
					"fontStyle": "normal"
				}
			},
			"core/read-more": {
				"spacing": {
					"margin": {
						"top": "var(--wp--preset--spacing--50)",
						"bottom": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/search": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "700",
					"lineHeight": "1.666666667"
				}
			}
		},
		"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--secondary)",
						"text": "var(--wp--preset--color--background)"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--background)"
					}
				},
				"border": {
					"radius": "9999px"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--background)"
				},
				"spacing": {
					"padding": "0.5em 2em"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"lineHeight": "1.205787781"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1.350308642"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.666666667"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)",
					"lineHeight": "1.2",
					"textTransform": "uppercase"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-small)",
					"lineHeight": "1.2"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--archivo)",
					"fontWeight": "700",
					"lineHeight": "calc(1em + 0.5rem)"
				}
			},
			"link": {
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"right": "var(--wp--style--block-gap)",
				"left": "var(--wp--style--block-gap)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--archivo)",
			"fontSize": "var(--wp--preset--font-size--small)",
			"lineHeight": "1.666666667"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 2,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}
