{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#0F0F0F",
					"name": "Background Primary",
					"slug": "custom-background-primary"
				},
				{
					"color": "#1f2025",
					"name": "Background Secondary",
					"slug": "custom-background-secondary"
				},
				{
					"color": "#0a0b0c",
					"name": "Background Tertiary",
					"slug": "custom-background-tertiary"
				},
				{
					"color": "#1A66FF",
					"name": "Primary",
					"slug": "custom-primary"
				}
			]
		},
		"layout": {
			"contentSize": "60%",
			"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": "Alexandria",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/Alexandria.woff2"
							]
						}
					],
					"fontFamily": "Alexandria, sans-serif",
					"name": "Alexandria",
					"slug": "alexandria"
				}
			]
		},
		"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:var(--wp--preset--color--custom-background-primary)!important}",
		"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--alexandria)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--white)"
				},
				"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"
}