{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#0097e3",
					"name": "Color 1",
					"slug": "custom-color-1"
				},
				{
					"color": "#67beed",
					"name": "Color 2",
					"slug": "custom-color-2"
				},
				{
					"color": "#000",
					"name": "Color Texto",
					"slug": "custom-color-texto"
				}
			]
		},
		"layout": {
			"contentSize": "1100px",
			"wideSize": "1200px"
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Lato",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/lato/lato-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/lato/lato-300-normal.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "normal",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/lato/lato-900-normal.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/lato/lato-700-normal.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/lato/lato-300-italic.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/lato/lato-400-italic.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/lato/lato-700-italic.woff2"
							]
						},
						{
							"fontFamily": "Lato",
							"fontStyle": "italic",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/lato/lato-900-italic.woff2"
							]
						}
					],
					"fontFamily": "Lato, sans-serif",
					"name": "Lato",
					"slug": "lato"
				}
			],
			"fontSizes": []
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/paragraph": {
				"color": {
					"text": "var(--wp--preset--color--custom-color-texto)"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--custom-color-2)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--custom-color-1)"
						}
					}
				},
				"spacing": {
					"margin": {
						"bottom": "10px"
					}
				},
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "400"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--custom-color-texto)"
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--custom-color-1)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--black)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--custom-color-texto)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--custom-color-2)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--custom-color-1)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lato)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--lato)",
			"fontStyle": "normal",
			"fontWeight": "400"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header"
		},
		{
			"area": "footer",
			"name": "footer"
		}
	],
	"version": 3
	
}