{
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#101010",
					"name": "Background Primary",
					"slug": "custom-background-primary"
				},
				{
					"color": "#1f2025",
					"name": "Background Secondary",
					"slug": "custom-background-secondary"
				},
				{
					"color": "#2d56d3",
					"name": "Primary",
					"slug": "custom-primary"
				},
				{
					"color": "#fdfdfd",
					"name": "Text Color",
					"slug": "custom-text-color"
				}
			]
		},
		"layout": {
			"contentSize": "1180px",
			"wideSize": "1400px"
		},
		"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": "Lato",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/Lato.woff2"
							]
						}
					],
					"fontFamily": "Lato, sans-serif",
					"name": "Lato",
					"slug": "lato"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": {
						"bottomLeft": "0px",
						"bottomRight": "0px",
						"topLeft": "50px",
						"topRight": "50px"
					}
				},
				"spacing": {
					"padding": {
						"left": "var(--wp--preset--spacing--60)",
						"right": "var(--wp--preset--spacing--60)"
					}
				}
			}
		},
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)",
					"lineHeight": "1.6"
				}
			},
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)",
					"lineHeight": "1.6"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "61px",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "48px",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "39px"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "31px"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "25px"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "20px",
					"lineHeight": "1.5"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)"
				}
			},
			"link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)",
					"lineHeight": "1.6"
				}
			}
		},
		"spacing": {
			"blockGap": "24px",
			"padding": {
				"bottom": "0px",
				"left": "40px",
				"right": "40px",
				"top": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--lato)",
			"fontSize": "16px",
			"lineHeight": "1.6"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3,
	"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}