{
	"version": 1,
	"settings": {
		"color": {
			"link": true,
			"palette": [
				{
					"slug": "black",
					"color": "#161616",
					"name": "Black"
				},
				{
					"slug": "white",
					"color": "#fff",
					"name": "White"
				},
				{
					"slug": "gray",
					"color": "#999",
					"name": "Gray"
				},
				{
					"slug": "gray-second",
					"color": "#969696",
					"name": "Gray Second"
				},
				{
					"slug": "gray-dark",
					"color": "#545454",
					"name": "Gray Dark"
				},
				{
					"slug": "border-one",
					"color": "rgba(153, 153, 153, 0.2)",
					"name": "Border One"
				}
			],
			"duotone": [
                {
                    "colors": [ "#000", "#FFF" ],
                    "slug": "black-and-white",
                    "name": "Black and White"
                }
			],
			"gradients": []
		},
		"typography": {
			"customLineHeight": true,
			"customFontSize": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
					"slug": "system-fonts",
					"name": "System Fonts"
				},
				{
					"fontFamily": "Consolas, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", Monaco, \"Courier New\", Courier, monospace",
					"name": "Monospace",
					"slug": "monospace"
				},
				{
					"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
					"slug": "helvetica-arial"
				},
				{
					"fontFamily": "\"Roboto\", sans-serif",
					"slug": "roboto"
				}
			],
			"fontSizes": [
				{
					"slug": "logo",
					"size": "38px",
					"name": "Logo"
				},
				{
					"slug": "heading-1",
					"size": "68px",
					"name": "Heading One"
				},
				{
					"slug": "heading-2",
					"size": "46px",
					"name": "Heading Two"
				},
				{
					"slug": "text-large",
					"size": "32px",
					"name": "Text Large"
				},
				{
					"slug": "text-default",
					"size": "20px",
					"name": "Text Default"
				},
				{
					"slug": "text-small",
					"size": "19px",
					"name": "Text Small"
				},
				{
					"slug": "text-smallest",
					"size": "15px",
					"name": "Text Smallest"
				},
				{
					"slug": "navigation",
					"size": "17px",
					"name": "Navigation"
				}
			]
		},
		"spacing": {
			"customPadding": true,
			"customMargin": true,
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		},
		"layout": {
			"contentSize": "1170px",
			"wideSize": "90%",
			"units": [ "px", "em", "rem", "%", "vw" ]
		},
		"border": {
			"customColor": true,
			"customRadius": true,
			"customStyle": true,
			"customWidth": true
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--gray-dark)"
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--text-default)",
			"fontFamily": "var(--wp--preset--font-family--roboto)",
			"lineHeight": "1.8em"
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--black)"
				}
			},
			"h1": {
				"color": {
					"text": "var(--wp--preset--color-black)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--heading-1)"
				}
			},
			"h2":{
				"color": {
					"text": "var(--wp--preset--color-black)"
				}
			},
			"h3":{
				"color": {
					"text": "var(--wp--preset--color-black)"
				}
			},
			"h4":{
				"color": {
					"text": "var(--wp--preset--color-black)"
				}
			},
			"h5":{
				"color": {
					"text": "var(--wp--preset--color-black)"
				}
			},
			"h6":{
				"color": {
					"text": "var(--wp--preset--color-black)"
				}
			}
		},
		"blocks": {
			"core/paragraph": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--text-default)",
					"lineHeight": "1.8em"
				}
			},
			"core/quote":{
				"spacing": {
					"padding": {
						"left": "40px"
					},
					"margin":{
						"left": "0",
						"right": "0"
					}
				}
			},
			"core/post-excerpt": {
				"elements": {
					"link": {
						"spacing": {
							"margin": {
								"top": "32px"
							},
							"padding": {
								"top": "12px",
								"right": "32px",
								"bottom": "12px",
								"left": "32px"
							}
						},
						"border": {
							"radius": "33px"
						},
						"color": {
							"background": "var(--wp--preset--color--gray)",
							"text": "var(--wp--preset--color--white)"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--text-smallest)",
							"fontWeight": "bold"
						}
					}
				}
			},
			"core/button": {
				"elements": {
					"link": {
						"color": {
							"background": "var(--wp--preset--color--gray)",
							"text": "var(--wp--preset--color--white)"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--text-smallest)",
							"fontWeight": "bold"
						},
						"border": {
							"radius": "33px"
						},
						"spacing": {
							"padding": {
								"top": "19px",
								"right": "32px",
								"bottom": "19px",
								"left": "32px"
							}
						}
					}
				}
			},
			"core/query-pagination":{
				"elements": {
					"link": {
						"color": {
							"background": "var(--wp--preset--color--black)",
							"text": "var(--wp--preset--color--white)"
						},
						"typography": {
							"fontSize": "var(--wp--preset--font-size--text-smallest)",
							"fontWeight": "bold"
						},
						"border": {
							"radius": "33px"
						},
						"spacing": {
							"padding": {
								"top": "12px",
								"right": "32px",
								"bottom": "12px",
								"left": "32px"
							},
							"margin": {
								"left": "8px",
								"right": "8px"
							}
						}
					}
				}
			}
		}
	},
	"templateParts": [],
	"customTemplates": []
}