{
	"settings": {
		"appearanceTools": true,
		"color": {
			"gradients": [
				{
					"gradient": "linear-gradient(135deg,rgb(8,20,44) 0%,rgb(14,49,123) 100%)",
					"name": "Main gradiant",
					"slug": "custom-main-gradiant"
				}
			],
			"palette": [
				{
					"color": "#040D1C",
					"name": "Dark Background Color",
					"slug": "custom-dark-background-color"
				},
				{
					"color": "#08142C",
					"name": "Primary",
					"slug": "custom-primary"
				}
			]
		},
		"layout": {
			"contentSize": "80%",
			"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": "\"Rouge Script\"",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/RougeScript.woff2"
							]
						}
					],
					"fontFamily": "\"Rouge Script\", cursive",
					"name": "Rouge Script",
					"slug": "rouge-script"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "48px",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "40px",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "33px",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "28px",
					"lineHeight": "1.2"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "23px",
					"lineHeight": "1.2"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "19px",
					"lineHeight": "1.2"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			},
			"link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--montserrat)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--montserrat)",
			"fontSize": "16px",
			"lineHeight": "1.7"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 2,
	"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
}