{
	"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
	"customTemplates": [
		{
			"name": "single-no-sidebar",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Single, no sidebar"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color":{
			"palette": [
				{
					"slug": "base",
					"name": "Base",
					"color": "#F5F3EA"
				},
				{
					"slug": "contrast",
					"name": "Contrast",
					"color": "#000000"
				},
				{
					"slug": "primary",
					"name": "Primary",
					"color": "#6E6E6E"
				},
				{
					"slug": "secondary",
					"name": "Secondary",
					"color": "#ADADAD"
				}
			],
			"duotone": [
				{
					"slug": "black-pink",
					"name": "Black and pink",
					"colors": [
						"#000000",
						"#C8266A"
					]
				},
				{
					"slug": "black-blue",
					"name": "Black and blue",
					"colors": [
						"#000000",
						"#3371BD"
					]
				},
				{
					"slug": "black-green",
					"name": "Black and green",
					"colors": [
						"#000000",
						"#92A317"
					]
				},
				{
					"slug": "black-yellow",
					"name": "Black and yellow",
					"colors": [
						"#000000",
						"#FCE9A5"
					]
				},
				{
					"slug": "black-orange",
					"name": "Black and orange",
					"colors": [
						"#000000",
						"#EA5200"
					]
				},
				{
					"slug": "black-purple",
					"name": "Black and purple",
					"colors": [
						"#000000",
						"#6C4A8F"
					]
				},
				{
					"slug": "black-base",
					"name": "Black and Base",
					"colors": [
						"#000000",
						"#F5F3EA"
					]
				}
			]
		},
		"layout": {
			"contentSize": "874px",
			"wideSize": "1300px"
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			],
			"spacingScale": {
				"steps": 7
			},
			"spacingSizes": [
				{
					"size": "min(40px, 6vw)",
					"slug": "40",
					"name": "4"
				},
				{
					"size": "min(50px, 10vw)",
					"slug": "50",
					"name": "5"
				},
				{
					"size": "min(60px, 12vw)",
					"slug": "60",
					"name": "6"
				},
				{
					"size": "min(70px, 14vw)",
					"slug": "70",
					"name": "7"
				},
				{
					"size": "min(80px, 16vw)",
					"slug": "80",
					"name": "8"
				},
				{
					"size": "min(90px, 18vw)",
					"slug": "90",
					"name": "9"
				},
				{
					"size": "min(100px, 20vw)",
					"slug": "100",
					"name": "10"
				}
			]
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFamily": "Old Standard TT",
					"slug": "old-standard-tt",
					"fontFace": [
						{
							"fontFamily": "Old Standard TT",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/old-standard-tt-v18-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2"
							]
						},
						{
							"fontFamily": "Old Standard TT",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/old-standard-tt-v18-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-italic.woff2"
							]
						},
						{
							"fontFamily": "Old Standard TT",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/old-standard-tt-v18-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"fluid": false,
					"size": "0.875rem",
					"slug": "extra-small",
					"name": "Extra small"
				},
				{
					"fluid": {
						"min": "0.875rem",
						"max": "1rem"
					},
					"size": "1rem",
					"slug": "small",
					"name": "Small"
				},
				{
					"fluid": false,
					"size": "1.375rem",
					"slug": "normal",
					"name": "Normal"
				},
				{
					"fluid": {
						"min": "1.375rem",
						"max": "1.625rem"
					},
					"size": "1.625rem",
					"slug": "medium",
					"name": "Medium"
				},
				{
					"fluid": {
						"min": "1.625rem",
						"max": "1.875rem"
					},
					"size": "1.875rem",
					"slug": "large",
					"name": "Large"
				},
				{
					"fluid": false,
					"size": "2.375rem",
					"slug": "extra-large",
					"name": "Extra large"
				},
				{
					"fluid": {
						"min": "2.5rem",
						"max": "3.75rem"
					},
					"size": "3.75em",
					"slug": "xx-large",
					"name": "XX large"
				},
				{
					"fluid": false,
					"size": "5rem",
					"slug": "huge",
					"name": "Huge"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"width": "1px"
						}
					}
				}
			},
			"core/comment-content": {
				"css": " & a{text-decoration:underline;} & a:hover{text-decoration:none;}"
			},
			"core/comment-template": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/comment-author-name": {
				"typography": {
					"fontWeight": "700"
				}
			},
			"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": {
					"fontSize": "var(--wp--preset--font-size--extra-large)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			},
			"core/post-date": {
				"typography": {
					"fontStyle": "italic"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-large)"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-navigation-link":{
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"textDecoration": "none",
					"lineHeight": "1"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"textDecoration": "none",
					"lineHeight": "1"
				}
			},
			"core/post-content": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.6"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"background": "var(--wp--preset--color--contrast)",
					"text": "var(--wp--preset--color--contrast)"
				}
			},
			"core/latest-posts": {
				"css": "& li{margin-bottom: 1.25rem;}",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.4",
					"fontStyle": "italic"
				},
				"elements": {
					"link":{
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
            }
          }
        }
      },
			"core/quote": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-large)",
					"lineHeight": "1.2"
				},
				"elements": {
					"cite": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--normal)",
							"lineHeight": "1.6"
						}
					}
				}
			},
			"core/latest-comments": {
				"elements": {
					"link":{
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/categories": {
				"css": "list-style-type: none; & li{margin-bottom: 0.625rem;}",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.6",
					"fontStyle": "italic",
					"letterSpacing": "-1px"
				},
				"elements": {
					"link":{
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				},
				"spacing": {
					"padding": {
						"left": "0",
						"right": "0"
					}
				}
			},
			"core/search": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--old-standard-tt)",
					"fontSize": "var(--wp--preset--font-size--normal)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"elements": {
			"button": {
				"spacing": {
					"padding": {
						"top": "calc(0.667em + 1px)",
						"right": "calc(1.333em + 1px)",
						"bottom": "calc(0.667em + 1px)",
						"left": "calc(1.333em + 1px)"
					}
				},
				"border": {
					"radius": "0",
					"color": "transparent",
					"width": "1px",
					"style": "solid"
				},
				"color":{
					"background": {
						"ref": "styles.color.text"
					}
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--contrast)",
						"background": "var(--wp--preset--color--base)"
					},
					"border": {
						"color": "var(--wp--preset--color--contrast)"
					}
				},
				":active": {
					"color": {
						"text": "var(--wp--preset--color--base)",
						"background": "var(--wp--preset--color--secondary)"
					},
					"border": {
						"color": "transparent"
					}
				},
				":focus": {
					"color": {
						"text": "var(--wp--preset--color--contrast)",
						"background": "var(--wp--preset--color--base)"
					},
					"border": {
						"color": "var(--wp--preset--color--contrast)"
					},
					"outline": {
						"width": "1px",
						"color": "var(--wp--preset--color--secondary)",
						"offset": "4px"
					}
				}
			},
			"heading": {
				"typography": {
					"letterSpacing": "-1px",
					"fontWeight": "400"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--huge)",
					"lineHeight": "1.1"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"lineHeight": "1.3"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-large)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "2.125rem",
					"lineHeight": "1.5"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "1.75rem",
					"lineHeight": "1.7",
					"fontWeight": "700"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"textTransform": "uppercase",
					"fontWeight": "700"
				}
			},
			"link": {
				"color": {
					"text": {
						"ref": "styles.color.text"
					}
				},
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				":active": {
					"color" : {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				},
				":focus": {
					"outline": {
						"width": "1px",
						"color": "var(--wp--preset--color--secondary)"
					},
					"color" : {
						"text": "var(--wp--preset--color--secondary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			},
			"textarea": {
				"border": {
					"color": {
						"ref": "styles.color.text"
					}
				},
				"color": {
					"background": {
						"ref": "styles.color.background"
					}
				}
			},
			"input": {
				"border": {
					"color": {
						"ref": "styles.color.text"
					}
				},
				"color": {
					"background": {
						"ref": "styles.color.background"
					}
				}
			}
		},
		"spacing": {
			"padding": {
				"top": "0",
				"right": "var(--wp--preset--spacing--60)",
				"bottom": "0",
				"left": "var(--wp--preset--spacing--60)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--old-standard-tt)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "1.6"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "header",
			"name": "header-large",
			"title": "Large Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		},
		{
			"area": "footer",
			"name": "footer-large",
			"title": "Large footer"
		}
	],
	"version": 2
}