{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"typography": {
			"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "\"Open Sans\", serif",
					"name": "Open Sans",
					"slug": "open-sans",
					"fontFace": [
						{
							"fontFamily": "Open Sans",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth_wght.woff2"
							]
						},
						{
							"fontFamily": "Open Sans",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth_wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Roboto Condensed\", sans-serif",
					"name": "Roboto Condensed",
					"slug": "roboto-condensed",
					"fontFace": [
						{
							"fontFamily": "Roboto Condensed",
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto-condensed/RobotoCondensed-VariableFont_wght.ttf"
							]
						},
						{
							"fontFamily": "Roboto Condensed",
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto-condensed/RobotoCondensed-Italic-VariableFont_wght.ttf"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"slug": "tiny",
					"size": "14px",
					"name": "Tiny"
				},
				{
					"slug": "extra-small",
					"size": "15px",
					"name": "Extra Small"
				},
				{
					"name": "Small",
					"size": "1rem",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "clamp(1rem, 0.964rem + 0.18vw, 1.1rem)",
					"slug": "normal"
				},
				{
					"name": "Medium",
					"size": "clamp(1rem, 0.745rem + 1.27vw, 1.7rem)",
					"slug": "medium"
				},
				{
					"name": "Big",
					"size": "clamp(1.75rem, 3vw, 2.375rem)",
					"slug": "big"
				},
				{
					"name": "Large",
					"size": "clamp(2rem, 4vw, 3rem)",
					"slug": "large"
				},
				{
					"name": "Extra Large",
					"size": "clamp(2.3rem, 6vw, 4rem)",
					"slug": "extra-large"
				},
				{
					"name": "Huge",
					"size": "clamp(2rem, 8vw, 5rem)",
					"slug": "huge"
				},
				{
					"name": "Main Title",
					"size": "clamp(1.5rem, 1.023rem + 2.39vw, 2.813rem)",
					"slug": "main-title"
				},
				{
					"name": "Extra Huge",
					"size": "clamp(3rem, -2.714rem + 15.238vw, 11rem)",
					"slug": "extra-huge"
				}
			]
		},
		"color": {
			"duotone": [
				{
					"colors": [
						"#000000",
						"#ffffff"
					],
					"name": "Foreground and background",
					"slug": "foreground-and-background"
				},
				{
					"colors": [
						"#000000",
						"#ffe2c7"
					],
					"name": "Foreground and secondary",
					"slug": "foreground-and-secondary"
				},
				{
					"colors": [
						"#000000",
						"#f6f6f6"
					],
					"name": "Foreground and tertiary",
					"slug": "foreground-and-tertiary"
				},
				{
					"colors": [
						"#1a4548",
						"#ffffff"
					],
					"name": "Primary and background",
					"slug": "primary-and-background"
				},
				{
					"colors": [
						"#1a4548",
						"#ffe2c7"
					],
					"name": "Primary and secondary",
					"slug": "primary-and-secondary"
				},
				{
					"colors": [
						"#1a4548",
						"#f6f6f6"
					],
					"name": "Primary and tertiary",
					"slug": "primary-and-tertiary"
				}
			],
			"gradients": [
				{
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%)",
					"name": "Vertical secondary to tertiary",
					"slug": "vertical-secondary-to-tertiary"
				},
				{
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical secondary to background",
					"slug": "vertical-secondary-to-background"
				},
				{
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical tertiary to background",
					"slug": "vertical-tertiary-to-background"
				},
				{
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%)",
					"name": "Diagonal primary to foreground",
					"slug": "diagonal-primary-to-foreground"
				},
				{
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal secondary to background",
					"slug": "diagonal-secondary-to-background"
				},
				{
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%)",
					"name": "Diagonal background to secondary",
					"slug": "diagonal-background-to-secondary"
				},
				{
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal tertiary to background",
					"slug": "diagonal-tertiary-to-background"
				},
				{
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%)",
					"name": "Diagonal background to tertiary",
					"slug": "diagonal-background-to-tertiary"
				}
			],
			"palette": [
				{
					"color": "#000",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#fff",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#ffbf1e",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#00173b",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#000",
					"name": "Heading",
					"slug": "heading"
				},
				{
					"color": "#000",
					"name": "Text Link",
					"slug": "text-link"
				},
				{
					"color": "#3c80ee",
					"name": "Link Hover",
					"slug": "link-hover"
				},
				{
					"color": "#f4f4f4",
					"name": "Background Secondary ",
					"slug": "background-secondary"
				},
				{
					"color": "#fcfcfc",
					"name": "Secondary Item",
					"slug": "background-item"
				},
				{
					"color": "#666",
					"name": "Body Text",
					"slug": "body-text"
				},
				{
					"color": "#ccc",
					"name": "Border Color",
					"slug": "border-color"
				},
				{
					"color": "#1A1A1A",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#F8F8F8",
					"name": "Input Field",
					"slug": "input-field"
				},
				{
					"color": "#777",
					"name": "Boulder",
					"slug": "boulder"
				},
				{
					"color": "#7d6043",
					"name": "coffee",
					"slug": "coffee"
				},
				{
					"color": "#25d6a2",
					"name": "Cyan",
					"slug": "cyan"
				},
				{
					"color": "#0b1b43",
					"name": "Dark Blue",
					"slug": "dark-blue"
				},
				{
					"color": "#30b4da",
					"name": "Sky Blue",
					"slug": "sky-blue"
				},
				{
					"color": "#0fb36c",
					"name": "Dark Green",
					"slug": "dark-green"
				},
				{
					"color": "#6ba518",
					"name": "Lite Green",
					"slug": "lite-green"
				},
				{
					"color": "#c74a73",
					"name": "Purple",
					"slug": "purple"
				},
				{
					"color": "#9261c6",
					"name": "Dark Purple",
					"slug": "dark-purple"
				},
				{
					"color": "#f78550",
					"name": "Orange",
					"slug": "orange"
				},
				{
					"color": "#f9556d",
					"name": "Lite Red",
					"slug": "lite-red"
				},
				{
					"color": "#27808c",
					"name": "Hexadecimal",
					"slug": "hexadecimal"
				},
				{
					"color": "#ff6b98",
					"name": "Pink",
					"slug": "pink"
				}
			]
		},
		"custom": {
			"spacing": {
				"small": "max(1.25rem, 5vw)",
				"medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
				"large": "clamp(4rem, 10vw, 8rem)",
				"vertical": "clamp(0.5rem, 0.4565rem + 0.2174vw, 0.625rem)",
				"horizontal": "clamp(1.5625rem, 1.3451rem + 1.087vw, 2.1875rem)",
				"vertical-outline": "clamp(0.5rem, .6rem + 0.2vw - 2px, .7rem)",
				"horizontal-outline": "clamp(1.51rem, 1.412rem + 0.49vw, 2rem)"
			},
			"typography": {
				"font-size": {
					"heading-one": "clamp(36px,3vw,45px)",
					"heading-two": "clamp(28px,2.6vw,32px)",
					"heading-three": "clamp(20px,1.9vw,24px)",
					"heading-four": "clamp(18px,1.5vw,20px)",
					"heading-five": "clamp(18px,1.3vw,18px)",
					"heading-six": "16px"
				},
				"line-height": {
					"heading-one": "1.38",
					"heading-two": "1.43",
					"heading-three": "1.36",
					"heading-four": "1.5",
					"heading-five": "1.458333333333333",
					"heading-six": "1.56",
					"paragraph": "1.75",
					"extra-small": "21px",
					"small": "28px",
					"normal": "normal"
				},
				"font-weight": {
					"light": 300,
					"normal": 400,
					"medium": 500,
					"semi-bold": 600,
					"bold": 700,
					"extra-bold": 900
				}
			},
			"gap": {
				"baseline": "15px",
				"horizontal": "min(30px, 5vw)",
				"vertical": "min(30px, 5vw)"
			}
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"spacingSizes": [
				{
					"name": "1",
					"size": "15px",
					"slug": "10"
				},
				{
					"name": "2",
					"size": "clamp(1.25rem, 1.0326rem + 1.087vw, 1.875rem)",
					"slug": "20"
				},
				{
					"name": "3",
					"size": "clamp(1.25rem, 0.8152rem + 2.1739vw, 2.5rem)",
					"slug": "30"
				},
				{
					"name": "4",
					"size": "clamp(1.875rem, 1.2228rem + 3.2609vw, 3.75rem)",
					"slug": "40"
				},
				{
					"name": "5",
					"size": "clamp(2.5rem, 1.1957rem + 6.5217vw, 6.25rem)",
					"slug": "50"
				},
				{
					"name": "6",
					"size": "clamp(3.125rem, 0.7337rem + 11.9565vw, 10rem)",
					"slug": "60"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"layout": {
			"contentSize": "750px",
			"wideSize": "1230px"
		},
		"shadow": {
			"presets": [
				{
					"name": "Shadow 1",
					"slug": "shadow-1",
					"shadow": "0 .2rem 2.8rem rgba(36,36,36,.1)"
				},
				{
					"name": "Shadow 2",
					"slug": "shadow-2",
					"shadow": "0px 14px 20px -10px rgba(0, 0, 0, .1)"
				},
				{
					"name": "Shadow 3",
					"slug": "shadow-3",
					"shadow": "0 5px 37px 0 rgb(130 136 147 / 21%)"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"spacing": {
							"padding": {
								"bottom": "calc(var(--wp--custom--spacing--vertical) - 2px)",
								"left": "calc(var(--wp--custom--spacing--horizontal) - 2px)",
								"right": "calc(var(--wp--custom--spacing--horizontal) - 2px)",
								"top": "calc(var(--wp--custom--spacing--vertical) - 2px)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--primary)"
						},
						"css": "&:hover, &:focus, &:active { background-color: var(--wp--preset--color--primary) !important; color: var(--wp--preset--color--white) !important; }"
					}
				}
			},
			"core/heading": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "600",
					"fontFamily": "var(--wp--preset--font-family--roboto-condensed)"
				},
				"color": {
					"text": "var(--wp--preset--color--heading)"
				},
				"spacing": {
					"margin": {
						"top": 0,
						"bottom": "0.625rem"
					}
				}
			},
			"core/details": {
				"border": {
					"radius": "10px"
				},
				"color": {
					"background": "var(--wp--preset--color--background-secondary)"
				},
				"spacing": {
					"padding": {
						"top": "20px",
						"right": "40px",
						"bottom": "20px",
						"left": "40px"
					}
				}
			},
			"core/list": {
				"spacing": {
					"margin": {
						"top": "0px",
						"bottom": "10px"
					},
					"padding": {
						"left": "20px"
					}
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto-condensed)"
				}
			},
			"core/table": {
				"spacing": {
					"margin": {
						"bottom": "1.5em"
					},
					"padding": {
						"left": "20px"
					}
				}
			},
			"core/separator": {
				"spacing": {
					"margin": {
						"bottom": "1.5em"
					}
				},
				"border": {
					"radius": "0px",
					"width": "0px"
				},
				"color": {
					"background": "#999"
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--primary)!important"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						":focus": {
							"color": {
								"text": "var(--wp--preset--color--primary)!important"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						":active": {
							"color": {
								"text": "var(--wp--preset--color--primary)!important"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						},
						"spacing": {
							"padding": {
								"left": "0",
								"right": "0",
								"top": "12px",
								"bottom": "12px"
							}
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontFamily": "var(--wp--preset--font-family--roboto-condensed)"
				}
			}
		},
		"elements": {
			"button": {
				"css": "&:not(.wp-block-search__button)::after { content: ''; display: inline-block; width: 1.4em; height: 1.4em; margin-left: 0.5em;margin-right: -0.8em; vertical-align: middle; background-color: currentColor; transition: transform 0.3s ease; -webkit-mask-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 5H19V11'/%3E%3Cpath d='M19 5L5 19'/%3E%3C/svg%3E\"); mask-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 5H19V11'/%3E%3Cpath d='M19 5L5 19'/%3E%3C/svg%3E\"); -webkit-mask-size: 60%; mask-size: 60%; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background-clip: content-box; -webkit-background-clip: content-box; padding: 5px; background-color: currentColor; box-shadow: 0 0 0 0 transparent; outline: 5px solid #fff; outline-offset: 0px; border-radius: 2px; } &:not(.wp-block-search__button):hover::after { transform: rotate(45deg); }",
				"spacing": {
					"padding": {
						"left": "var(--wp--custom--spacing--horizontal)",
						"right": "var(--wp--custom--spacing--horizontal)",
						"top": "var(--wp--custom--spacing--vertical)",
						"bottom": "var(--wp--custom--spacing--vertical)"
					}
				},
				"border": {
					"radius": "0px",
					"width": "0px"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--black)"
				},
				":visited": {
					"color": {
						"background": "var(--wp--preset--color--primary)",
						"text": "var(--wp--preset--color--black)"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--white)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--white)"
					}
				},
				":active": {
					"color": {
						"background": "var(--wp--preset--color--secondary)",
						"text": "var(--wp--preset--color--white)"
					}
				},
				"typography": {
					"lineHeight": "1.7",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "500"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-one)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-one)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-two)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-two)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-three)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-three)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-four)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-four)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-five)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-five)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-six)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-six)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--text-link)"
				},
				"typography": {
					"textDecoration": "none"
				},
				":hover": {
					"typography": {
						"textDecoration": "underline"
					},
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline"
					},
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":active": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				}
			}
		},
		"spacing": {
			"blockGap": "2rem",
			"margin": {
				"top": "0px",
				"bottom": "0px",
				"right": "0px",
				"left": "0px"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--open-sans)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
			"fontWeight": "var(--wp--custom--typography--font-weight--normal)"
		},
		"color": {
			"text": "var(--wp--preset--color--body-text)",
			"background": "var(--wp--preset--color--background)"
		}
	},
	"customTemplates": [
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "page-no-title",
			"title": "Page (No Title / Feature Image)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "front",
			"title": "Front Page",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "archive-product",
			"title": "Archive Product",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "archive-product-sidebar-on-right",
			"title": "Archive Product (Sidebar on Right)",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "archive-product-sidebar-on-left",
			"title": "Archive Product (Sidebar on Left)",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "blog-sidebar-on-right",
			"title": "Blog Page (Sidebar on Right)",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "blog-no-sidebar",
			"title": "Blog Page (Full Width Grid View)",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "blog-sidebar-on-left",
			"title": "Blog Page (Sidebar on Left)",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "single-product",
			"title": "Single Product",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "taxonomy-product_tag",
			"title": "Products by Tag"
		},
		{
			"name": "taxonomy-product_cat",
			"title": "Products by Category"
		},
		{
			"name": "archive-product",
			"title": "Product Catalog"
		}
	],
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "sidebar",
			"title": "Sidebar",
			"area": "uncategorized"
		},
		{
			"name": "product-sidebar",
			"title": "Product Sidebar",
			"area": "uncategorized"
		}
	]
}