{
	"settings": {
		"background": {
			"backgroundImage": true,
			"backgroundSize": true
		},
		"border": {
			"radius": true,
			"style": true,
			"width": true
		},
		"color": {
			"palette": [
				{
					"color": "#ffffff",
					"name": "Color 1",
					"slug": "theme-1"
				},
				{
					"color": "#f7f7f3",
					"name": "Color 2",
					"slug": "theme-2"
				},
				{
					"color": "#f2e9ce",
					"name": "Color 3",
					"slug": "theme-3"
				},
				{
					"color": "#f2a307",
					"name": "Color 4",
					"slug": "theme-4"
				},
				{
					"color": "#233d4d",
					"name": "Color 5",
					"slug": "theme-5"
				}
			]
		},
		"custom": {
			"input": {
				"border": {
					"radius": "3px",
					"width": "1px"
				}
			},
			"spacing-increment": "2",
			"spacing-unit": "10"
		},
		"dimensions": {
			"aspectRatio": true,
			"minHeight": true
		},
		"layout": {
			"contentSize": "620px",
			"wideSize": "1440px"
		},
		"position": {
			"fixed": true,
			"sticky": true
		},
		"spacing": {
			"blockGap": true,
			"margin": true,
			"padding": true,
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "2X-Small",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 1) * 1px), calc(var(--wp--custom--spacing-increment) * 1 * 1vw))",
					"slug": "20"
				},
				{
					"name": "X-Small",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 2) * 1px), calc(var(--wp--custom--spacing-increment) * 2 * 1vw))",
					"slug": "30"
				},
				{
					"name": "Small",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 3) * 1px), calc(var(--wp--custom--spacing-increment) * 3 * 1vw))",
					"slug": "40"
				},
				{
					"name": "Medium",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 4) * 1px), calc(var(--wp--custom--spacing-increment) * 4 * 1vw))",
					"slug": "50"
				},
				{
					"name": "Large",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 5) * 1px), calc(var(--wp--custom--spacing-increment) * 5 * 1vw))",
					"slug": "60"
				},
				{
					"name": "Extra Large",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 6) * 1px), calc(var(--wp--custom--spacing-increment) * 6 * 1vw))",
					"slug": "70"
				},
				{
					"name": "2X Large",
					"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 7) * 1px), calc(var(--wp--custom--spacing-increment) * 7 * 1vw))",
					"slug": "80"
				}
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Urbanist",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/urbanist/Urbanist-VariableFont_wght.ttf"
							]
						},
						{
							"fontFamily": "Urbanist",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/urbanist/Urbanist-Italic-VariableFont_wght.ttf"
							]
						}
					],
					"fontFamily": "\"Urbanist\", sans-serif",
					"name": "Urbanist",
					"slug": "urbanist"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-Regular.ttf"
							]
						},
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-Italic.ttf"
							]
						},
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-Medium.ttf"
							]
						},
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-MediumItalic.ttf"
							]
						},
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-SemiBold.ttf"
							]
						},
						{
							"fontFamily": "Asap Condensed",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/asap/AsapCondensed-SemiBoldItalic.ttf"
							]
						}
					],
					"fontFamily": "Asap Condensed",
					"name": "Asap Condensed",
					"slug": "asap-condensed"
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "16px",
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "24px",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "40px",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "60px",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "96px",
						"min": "40px"
					},
					"name": "2X Large",
					"size": "96px",
					"slug": "xx-large"
				}
			],
			"lineHeight": true,
			"writingMode": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "50px"
				},
				"spacing": {
					"padding": {
						"bottom": "10px",
						"left": "24px",
						"right": "24px",
						"top": "10px"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--urbanist)"
				},
				"variations": {
					"outline": {
						"border": {
							"width": "1px"
						},
						"spacing": {
							"padding": {
								"bottom": "10px",
								"left": "24px",
								"right": "24px",
								"top": "10px"
							}
						}
					}
				}
			},
			"core/buttons": {
				"spacing": {
					"blockGap": "8px",
					"margin": {
						"top": "calc( var(--wp--style--block-gap) * 1.5)"
					}
				}
			},
			"core/columns": {
				"spacing": {
					"blockGap": {
						"left": "var(--wp--preset--spacing--50)",
						"top": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/separator": {
				"border": {
					"width": "1px"
				},
				"css": "border-bottom:0"
			},
			"core/site-title": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "550"
				}
			}
		},
		"css": ".no-underline a { text-decoration: none; }",
		"elements": {
			"button": {
				"border": {
					"radius": "0"
				},
				"spacing": {
					"padding": {
						"bottom": "14px",
						"left": "22px",
						"right": "22px",
						"top": "14px"
					}
				},
				"typography": {
					"fontFamily": {
						"ref": "styles.elements.heading.typography.fontFamily"
					},
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "450"
				}
			},
			"caption": {
				"spacing": {
					"padding": {
						"top": "8px"
					}
				},
				"typography": {
					"fontSize": "14px",
					"fontWeight": "400"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"lineHeight": "1"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"fontWeight": {
						"ref": "styles.elements.h1.typography.fontWeight"
					},
					"lineHeight": "1"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.3"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.4"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--asap-condensed)",
					"fontWeight": "500"
				}
			}
		},
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--20)",
			"padding": {
				"left": "var(--wp--preset--spacing--40)",
				"right": "var(--wp--preset--spacing--40)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--urbanist)",
			"fontSize": "18px",
			"fontWeight": "400",
			"lineHeight": "1.65"
		}
	},
	"title": "Banjo",
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}