{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#070707",
					"name": "Background Primary",
					"slug": "custom-background-primary"
				},
				{
					"color": "#17171a",
					"name": "Background Secondary",
					"slug": "custom-background-secondary"
				},
				{
					"color": "#037e74",
					"name": "Primary",
					"slug": "custom-primary"
				},
				{
					"color": "#fdfdfd",
					"name": "Text Color",
					"slug": "custom-text-color"
				}
			]
		},
		"layout": {
			"contentSize": "1600px",
			"wideSize": "1920px"
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/poppins/poppins-500-normal.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/poppins/poppins-700-normal.woff2"
							]
						}
					],
					"fontFamily": "Poppins, sans-serif",
					"name": "Poppins",
					"slug": "poppins"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Montserrat",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/montserrat/Montserrat-500.woff2"
							]
						}
					],
					"fontFamily": "Montserrat, sans-serif",
					"name": "Montserrat",
					"slug": "montserrat"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/open-sans/open-sans-700.woff2"
							]
						}
					],
					"fontFamily": "Open Sans, sans-serif",
					"name": "Open Sans",
					"slug": "open-sans"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--custom-background-primary)",
			"text": "var(--wp--preset--color--custom-text-color)"
		},
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "47px"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "39px"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "33px"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "27px"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "23px"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "19px"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--open-sans)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.3"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--custom-primary)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--custom-text-color)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			}
		},
		"spacing": {
			"blockGap": "24px",
			"padding": {
				"bottom": "0px",
				"left": "40px",
				"right": "40px",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--montserrat)",
			"lineHeight": "1.6"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/wp/6.8/theme.json"
}