{
	"$schema": "https://schemas.wp.org/wp/6.9/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultPalette": false,
			"palette": [
				{
					"color": "#0063ff",
					"name": "Primary",
					"slug": "primary-color"
				},
				{
					"color": "#232323",
					"name": "Text",
					"slug": "body-text"
				},
				{
					"color": "#fefefe",
					"name": "Background",
					"slug": "site-background"
				},
				{
					"color": "#6e7b85",
					"name": "Grey",
					"slug": "accent-grey"
				},
				{
					"color": "#f6fbf6",
					"name": "Menu background",
					"slug": "menu-background"
				},
				{
					"color": "#ffffff",
					"name": "Reverse",
					"slug": "custom-reverse"
				},
				{
					"color": "#0000001a",
					"name": "Border-color",
					"slug": "custom-border"
				},
				{
					"color": "#333333",
					"name": "Dark-color",
					"slug": "custom-dark"
				},
				{
					"color": "#fffffe",
					"name": "White",
					"slug": "custom-white"
				}
			]
		},
		"layout": {
			"contentSize": "800px",
			"wideSize": "1500px"
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "100",
							"src": [
								"file:./assets/fonts/inter/inter-100-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "200",
							"src": [
								"file:./assets/fonts/inter/inter-200-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/inter/inter-300-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/inter/inter-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/inter/inter-500-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/inter/inter-600-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/inter/inter-700-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/inter/inter-800-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/inter/inter-900-normal.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "100",
							"src": [
								"file:./assets/fonts/inter/inter-100-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "200",
							"src": [
								"file:./assets/fonts/inter/inter-200-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/inter/inter-300-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/inter/inter-400-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/inter/inter-500-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/inter/inter-600-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/inter/inter-700-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/inter/inter-800-italic.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/inter/inter-900-italic.woff2"
							]
						}
					],
					"fontFamily": "Inter, sans-serif",
					"name": "Inter",
					"slug": "inter"
				}
			],
			"fontSizes": [
				{
					"fluid": true,
					"name": "Small",
					"size": "0.9rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1.15rem",
						"min": "1rem"
					},
					"name": "Medium",
					"size": "1.15rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "1.75rem",
						"min": "1.25rem"
					},
					"name": "Large",
					"size": "1.5rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "3.5rem",
						"min": "2rem"
					},
					"name": "Extra Large",
					"size": "2rem",
					"slug": "x-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/archives": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/button": {
				"border": {
					"radius": {
						"bottomLeft": "8px",
						"bottomRight": "8px",
						"topLeft": "8px",
						"topRight": "8px"
					}
				},
				"color": {
					"background": "var(--wp--preset--color--primary-color)",
					"text": "var(--wp--preset--color--custom-reverse)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--custom-reverse)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				},
				"variations": {
					"outline": {
						"color": {
							"text": "var(--wp--preset--color--primary-color)"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--medium)",
							"textDecoration": "none"
						}
					}
				}
			},
			"core/buttons": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/comments": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/comments-pagination": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/comments-pagination-next": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/comments-pagination-numbers": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/comments-pagination-previous": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/details": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/home-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/latest-posts": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/list": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/list-item": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/loginout": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/navigation": {
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--60)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/navigation-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/navigation-submenu": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/page-list": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/post-excerpt": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/post-navigation-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/query-no-results": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"textDecoration": "none"
				}
			},
			"core/read-more": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--site-background)",
			"text": "var(--wp--preset--color--body-text)"
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary-color)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "100"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontStyle": "normal",
					"fontWeight": "400",
					"lineHeight": "1.2"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--body-text)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--primary-color)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"blockGap": "1rem",
			"padding": {
				"bottom": "0px",
				"left": "1.25rem",
				"right": "1.25rem",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontStyle": "normal",
			"fontWeight": "400",
			"lineHeight": "1.4"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	]
}
