{
	"$schema": "https://schemas.wp.org/wp/6.9/theme.json",
	"version": 3,
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank page"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"duotone": [
				{
					"colors": [
						"#111",
						"#eee"
					],
					"name": "Black and white",
					"slug": "duotone-bw"
				}
			],
			"palette": [
				{
					"color": "#111111",
					"name": "Primary Dark",
					"slug": "primary"
				},
				{
					"color": "#545454",
					"name": "Primary Muted",
					"slug": "primary-second"
				},
				{
					"color": "#666666",
					"name": "Secondary Dark",
					"slug": "secondary"
				},
				{
					"color": "#ffffff",
					"name": "Base White",
					"slug": "background"
				},
				{
					"color": "#fffffe",
					"name": "Soft White",
					"slug": "background-additional"
				},
				{
					"color": "#f6f6f6",
					"name": "Light Gray",
					"slug": "background-gray"
				},
				{
					"color": "#c8c8c8",
					"name": "Neutral Gray",
					"slug": "additional"
				},
				{
					"color": "#FFF8F2",
					"name": "Warm Light",
					"slug": "additional-light"
				},
				{
					"color": "#21bbff",
					"name": "Deep Brown",
					"slug": "additional-brown"
				}
			]
		},
		"custom": {
			"typography": {
				"line-height": {
					"normal": 1.3500000000000001
				}
			}
		},
		"layout": {
			"contentSize": "1140px",
			"wideSize": "1400px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "1",
					"size": "8px",
					"slug": "10"
				},
				{
					"name": "2",
					"size": "16px",
					"slug": "20"
				},
				{
					"name": "3",
					"size": "24px",
					"slug": "30"
				},
				{
					"name": "4",
					"size": "clamp(24px, 6vw, 32px)",
					"slug": "40"
				},
				{
					"name": "5",
					"size": "clamp(32px, 7.5vw, 40px)",
					"slug": "50"
				},
				{
					"name": "6",
					"size": "clamp(48px, 9vw, 64px)",
					"slug": "60"
				}
			],
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "DM Sans",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/DMSans-VariableFont_opsz,wght.ttf"
							]
						},
						{
							"fontFamily": "DM Sans",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/DMSans-VariableFont_opsz,wght.ttf"
							]
						},
						{
							"fontFamily": "DM Sans",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/DMSans-VariableFont_opsz,wght.ttf"
							]
						},
						{
							"fontFamily": "DM Sans",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/DMSans-VariableFont_opsz,wght.ttf"
							]
						}
					],
					"fontFamily": "\"DM Sans\", sans-serif",
					"name": "DM Sans",
					"slug": "dmsans"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Outfit",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/outfit/outfit-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Outfit",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/outfit/outfit-700-normal.woff2"
							]
						}
					],
					"fontFamily": "Outfit, sans-serif",
					"name": "Outfit",
					"slug": "outfit"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"EB Garamond\"",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/eb-garamond/eb-garamond-500-normal.woff2"
							]
						},
						{
							"fontFamily": "\"EB Garamond\"",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/eb-garamond/eb-garamond-600-normal.woff2"
							]
						},
						{
							"fontFamily": "\"EB Garamond\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/eb-garamond/eb-garamond-400-normal.woff2"
							]
						}
					],
					"fontFamily": "\"EB Garamond\", serif",
					"name": "EB Garamond",
					"slug": "eb-garamond"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"max": "14px",
						"min": "12px"
					},
					"name": "Tiny",
					"size": "14px",
					"slug": "tiny"
				},
				{
					"fluid": {
						"max": "16px",
						"min": "14px"
					},
					"name": "Small",
					"size": "16px",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "18px",
						"min": "16px"
					},
					"name": "Normal",
					"size": "18px",
					"slug": "normal"
				},
				{
					"fluid": {
						"max": "20px",
						"min": "18px"
					},
					"name": "Medium",
					"size": "20px",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "24px",
						"min": "20px"
					},
					"name": "Large",
					"size": "24px",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "32px",
						"min": "24px"
					},
					"name": "X large",
					"size": "32px",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "42px",
						"min": "32px"
					},
					"name": "XX large",
					"size": "42px",
					"slug": "xx-large"
				},
				{
					"fluid": {
						"max": "90px",
						"min": "64px"
					},
					"name": "XXX large",
					"size": "90px",
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"color": "var(--wp--preset--color--primary-second)",
					"radius": "4px",
					"style": "solid",
					"width": "1px"
				},
				"color": {
					"background": "var(--wp--preset--color--primary-second)",
					"text": "var(--wp--preset--color--background)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"background": "var(--wp--preset--color--background)",
								"text": "var(--wp--preset--color--primary)"
							}
						},
						"border": {
							"radius": "var(--wp--preset--spacing--10)"
						},
						"color": {
							"text": "var(--wp--preset--color--background)"
						}
					}
				},
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--10)",
						"left": "var(--wp--preset--spacing--40)",
						"right": "var(--wp--preset--spacing--40)",
						"top": "var(--wp--preset--spacing--10)"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "400"
				},
				"variations": {
					"outline": {
						"border": {
							"color": "var(--wp--preset--color--additional)",
							"radius": "4px",
							"style": "solid",
							"width": "1px"
						},
						"color": {
							"text": "var(--wp--preset--color--secondary)"
						},
						"spacing": {
							"padding": {
								"bottom": "var(--wp--preset--spacing--10)",
								"left": "var(--wp--preset--spacing--40)",
								"right": "var(--wp--preset--spacing--40)",
								"top": "var(--wp--preset--spacing--10)"
							}
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)"
						}
					}
				}
			},
			"core/buttons": {
				"spacing": {
					"blockGap": "var(--wp--preset--spacing--20)"
				}
			},
			"core/code": {
				"border": {
					"bottom": {
						"style": "solid",
						"width": "1px"
					},
					"left": {
						"style": "solid",
						"width": "1px"
					},
					"radius": "4px",
					"right": {
						"style": "solid",
						"width": "1px"
					},
					"style": null,
					"top": {
						"style": "solid",
						"width": "1px"
					},
					"width": null
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/details": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)"
				}
			},
			"core/image": {
				"border": {
					"radius": "4px"
				}
			},
			"core/list": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)"
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--secondary)"
							}
						},
						"border": {
							"style": "none",
							"width": "none"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)",
							"lineHeight": "var(--wp--custom--typography--line-height--normal)"
						}
					}
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-featured-image": {
				"border": {
					"radius": "var(--wp--preset--spacing--10)"
				},
				"elements": {
					"link": {
						"border": {
							"bottom": {
								"style": "none",
								"width": "none"
							}
						}
					}
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						"border": {
							"bottom": {
								"style": "none",
								"width": "none"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--primary)"
						}
					}
				}
			},
			"core/pullquote": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"core/query-pagination": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dmsans)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/quote": {
				"spacing": {
					"margin": {
						"top": "var(--wp--preset--spacing--40)"
					}
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"border": {
							"bottom": {
								"style": "none",
								"width": "none"
							}
						}
					}
				},
				"spacing": {
					"margin": {
						"bottom": "0px",
						"top": "0px"
					}
				}
			},
			"core/table": {
				"border": {
					"bottom": {
						"color": "var(--wp--preset--color--additional)",
						"style": "solid",
						"width": "1px"
					},
					"left": {
						"color": "var(--wp--preset--color--additional)",
						"style": "solid",
						"width": "1px"
					},
					"right": {
						"color": "var(--wp--preset--color--additional)",
						"style": "solid",
						"width": "1px"
					},
					"top": {
						"color": "var(--wp--preset--color--additional)",
						"style": "solid",
						"width": "1px"
					}
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--primary)"
		},
		"css": "ul li {list-style: none;}\n.icon_services img {max-width: 105px;}",
		"elements": {
			"button": {
				"border": {
					"radius": "var(--wp--preset--spacing--10)"
				},
				"color": {
					"background": "var(--wp--preset--color--background)",
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dmsans)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "600"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--primary-second)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dmsans)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"lineHeight": "1.25"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"lineHeight": "1.25"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1.25"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.25"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.25"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.25"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--additional-brown)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--outfit)",
					"fontStyle": "normal",
					"fontWeight": "400"
				}
			},
			"link": {
				":hover": {
					"border": {
						"bottom": {
							"color": "rgba(0,0,0,0)"
						}
					}
				},
				"border": {
					"bottom": {
						"color": "var(--wp--preset--color--secondary)",
						"style": "solid",
						"width": "1px"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dmsans)",
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"blockGap": "0"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--dmsans)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "var(--wp--custom--typography--line-height--normal)"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		}
	]
}