{
	"$schema": "https://schemas.wp.org/wp/6.9/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"gradients": [
				{
					"gradient": "linear-gradient(135deg, #ff6f61, #845ec2)",
					"name": "Main gradiant",
					"slug": "custom-main-gradiant"
				}
			],
			"palette": [
				{
					"color": "#1d1229",
					"name": "Background Primary",
					"slug": "custom-background-primary"
				},
				{
					"color": "#06040c",
					"name": "Background Secondary",
					"slug": "custom-background-secondary"
				},
				{
					"color": "#ff6f61",
					"name": "Primary",
					"slug": "custom-primary"
				},
				{
					"color": "#bbbbbb",
					"name": "Text soft",
					"slug": "custom-text-color"
				},
				{
					"color": "#9B51E0",
					"name": "Custom Heading",
					"slug": "custom-heading"
				}
			]
		},
		"layout": {
			"contentSize": "1360px",
			"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)"
		},
		"css": "@media (max-width: 767px) {\n    .mobile_text {\n        font-size: 2rem !important;\n    }\n}",
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"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--montserrat)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.5"
				}
			},
			"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--poppins)",
			"lineHeight": "1.9"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	]
}