{
	"$schema": "https://schemas.wp.org/wp/6.9/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultPalette": false,
			"palette": [
				{
					"color": "#04aad0",
					"name": "Primary",
					"slug": "primary-color"
				},
				{
					"color": "#232323",
					"name": "Text",
					"slug": "body-text"
				},
				{
					"color": "#f5f7f9",
					"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": "1320px"
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Quattrocento",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/quattrocento/quattrocento-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Quattrocento",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/quattrocento/quattrocento-700-normal.woff2"
							]
						}
					],
					"fontFamily": "Quattrocento, serif",
					"name": "Quattrocento",
					"slug": "quattrocento"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "200",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-200-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-300-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-400-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-500-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-600-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-700-normal.woff2"
							]
						},
						{
							"fontFamily": "\"Bricolage Grotesque\"",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-800-normal.woff2"
							]
						}
					],
					"fontFamily": "\"Bricolage Grotesque\", sans-serif",
					"name": "Bricolage Grotesque",
					"slug": "bricolage-grotesque"
				}
			],
			"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": {
		"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--custom-white)"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--bricolage-grotesque)",
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--bricolage-grotesque)",
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--bricolage-grotesque)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--accent-grey)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--primary-color)"
				},
				"typography": {
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"blockGap": "1rem",
			"padding": {
				"bottom": "0px",
				"left": "1.25rem",
				"right": "1.25rem",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--jost)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontStyle": "normal",
			"fontWeight": "400",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	]
}