{
	"settings": {
		"appearanceTools": true,
		"color": {
			"gradients": [
				{
					"gradient": "linear-gradient(234deg,rgb(150,24,81) 0%,rgb(114,9,183) 75%)",
					"name": "Main gradiant",
					"slug": "custom-main-gradiant"
				}
			],
			"palette": [
				{
					"color": "#040D1CC7",
					"name": "Dark Background Color",
					"slug": "custom-dark-background-color"
				},
				{
					"color": "#08142C",
					"name": "Primary",
					"slug": "custom-primary"
				}
			]
		},
		"layout": {
			"contentSize": "90%",
			"wideSize": "100%"
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"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": "Montserrat",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": "file:./assets/fonts/Montserrat.woff2"
						}
					],
					"fontFamily": "Montserrat, sans-serif",
					"name": "Montserrat",
					"slug": "montserrat"
				},
				{
					"fontFace": [
						{
							"fontFamily": "\"Work Sans\"",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/WorkSans.woff2"
							]
						}
					],
					"fontFamily": "\"Work Sans\", sans-serif",
					"name": "Work Sans",
					"slug": "work-sans"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--white)"
		},
		"css": ":root{--wp--style--global--content-size:80%;--wp--style--global--wide-size:1000px}body{background-color:#121212!important}",
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--white)",
					"text": "var(--wp--preset--color--black)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "205px",
					"lineHeight": "0.9"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "136px",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "91px",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "60px",
					"lineHeight": "1.2"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "40px",
					"lineHeight": "1.2"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "27px",
					"lineHeight": "1.2"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--work-sans)",
					"lineHeight": "1.5"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "#ffffffa6"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--montserrat)",
			"fontSize": "18px",
			"lineHeight": "1.7"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}