{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"layout": {
			"contentSize": "1170px",
			"wideSize": "1440px"
		},
		"appearanceTools": true,
		"color": {
			"duotone": [
				{
					"colors": [ "#ffffff", "#0d0d0d" ],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [ "#ffffff", "#50394c" ],
					"slug": "foreground-and-secondary",
					"name": "Foreground and secondary"
				},
				{
					"colors": [ "#ffffff", "#ac1b00" ],
					"slug": "foreground-and-tertiary",
					"name": "Foreground and tertiary"
				},
				{
					"colors": [ "#ff6a11", "#0d0d0d" ],
					"slug": "primary-and-background",
					"name": "Primary and background"
				},
				{
					"colors": [ "#ff6a11", "#50394c" ],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [ "#ff6a11", "#ac1b00" ],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [ "#0d0d0d", "#ff6a11" ],
					"slug": "themeblack-and-blue",
					"name": "Theme Black and Blue"
				},
				{
					"colors": [ "#ff6a11", "#ff6a11" ],
					"slug": "themeblue-and-themeblue",
					"name": "Theme Blue"
				}
			],
			"gradients": [
				{
					"slug": "vertical-secondary-to-tertiary",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--footer-column) 0%,var(--wp--preset--color--primary) 100%)",
					"name": "Vertical secondary to tertiary"
				},
				{
					"slug": "vertical-secondary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical secondary to background"
				},
				{
					"slug": "vertical-tertiary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical tertiary to background"
				},
				{
					"slug": "diagonal-secondary-to-background",
					"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-background-to-secondary",
					"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-tertiary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal tertiary to background"
				},
				{
					"slug": "diagonal-background-to-tertiary",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--primary) 50%)",
					"name": "Diagonal background to tertiary"
				},
				{
					"slug": "diagonal-background-to-foreground",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--foreground) 50%)",
					"name": "Diagonal background to foreground"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#ffffff",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#0d0d0d",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#ff6a11",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#50394c",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#ac1b00",
					"name": "Tertiary"
				},
				{
					"slug": "border-color",
					"color": "#e5e5e5",
					"name": "Space Grey"
				},
				{
					"slug": "footer-column",
					"color": "#3d3d3d",
					"name": "Footer Column Background"
				}
			]
		},
		"custom": {
			"spacing": {
				"small": "max(1.25rem, 5vw)",
				"medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
				"large": "clamp(4rem, 10vw, 8rem)",
				"outer": "var(--wp--custom--spacing--small, 1.25rem)"
			},
			"typography": {
				"font-size": {
					"huge": "clamp(2.25rem, 2vw, 2.25rem)",
					"gigantic": "clamp(2.75rem, 4vw, 2.75rem)",
					"colossal": "clamp(3.25rem, 6vw, 3.25rem)"
				},
				"line-height": {
					"tiny": 1.15,
					"small": 1.2,
					"medium": 1.4,
					"normal": 1.6,
					"large": 2.5
				}
			}
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "\"Poppins\", serif",
					"name": "Poppins",
					"slug": "poppins",
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Light.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Regular.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Italic.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Medium.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "500",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-MediumItalic.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "600",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-SemiBold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Bold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-ExtraBold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Black.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Roboto\", serif",
					"name": "Roboto",
					"slug": "roboto",
					"fontFace": [
						{
							"fontFamily": "Roboto",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Light.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Regular.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Medium.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Bold.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Black.woff2"
							]
						}
					]
				},
				{
					"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"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"size": "0.9rem",
					"slug": "small",
					"name": "Small"
				},
				{
					"name": "Medium",
					"size": "1.125rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.75rem",
					"slug": "large"
				},
				{
					"name": "X Large",
					"size": "clamp(1.75rem, 3vw, 2.25rem)",
					"slug": "x-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0"
				},

				"core/social-links": {
			        "typography": {
			          "fontSize": "var(--wp--preset--font-size--medium)"
			        }
			      },
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--background)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/post-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
					"fontSize": "var(--wp--custom--typography--font-size--gigantic)"
				}
			},
			"core/post-comments": {
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--small)"
					}
				}
			},
			"core/pullquote": {
				"border": {
					"width": "1px 0"
				}
			},
			"core/query-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "var(--wp--custom--typography--font-size--gigantic)"
				}
			},
			"core/quote": {
				"border": {
					"width": "1px"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--open-sans)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "normal"
				}
			}
			
		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
					"fontSize": "var(--wp--custom--typography--font-size--colossal)"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--small)",
					"fontSize": "var(--wp--custom--typography--font-size--gigantic)"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
					"fontSize": "var(--wp--custom--typography--font-size--huge)"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)",
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "700",
					"textTransform": "uppercase",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "400",
					"textTransform": "uppercase",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			}
		},
		"spacing": {
			"blockGap": "1.0rem"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--open-sans)",
			"lineHeight": "var(--wp--custom--typography--line-height--normal)",
			"fontSize": "var(--wp--preset--font-size--medium)"
		}
		
	},

	"templateParts": [
	    {
	      "name": "header",
	      "title": "Header",
	      "area": "header"
	    },
	    {
	      "name": "footer",
	      "title": "Footer",
	      "area": "footer"
	    },
	    {
	      "name": "sidebar",
	      "title": "Sidebar",
	      "area": "uncategorized"
	    },
	    {
	      "name": "we-offer",
	      "title": "We Offer",
	      "area": "uncategorized"
	    },
	    {
	      "name": "footer-three-column",
	      "title": "Footer Three Column",
	      "area": "footer"
	    },
	    {
	      "name": "footer-default",
	      "title": "Footer Default",
	      "area": "footer"
	    },
	    {
	      "name": "header-top-bar",
	      "title": "Header Top Bar",
	      "area": "header"
	    },
	    {
	      "name": "header-navigation",
	      "title": "Header Navigation",
	      "area": "header"
	    },
	    {
	      "name": "main-banner",
	      "title": "Main Banner",
	      "area": "header"
	    },
	    {
	      "name": "call-to-action-1",
	      "title": "Call to Action 1",
	      "area": "uncategorized"
	    },
	    {
	      "name": "download-application",
	      "title": "Download Application",
	      "area": "uncategorized"
	    }
	 ],
	"customTemplates": [
    {
      "name": "single-post-fullwidth",
      "title": "Single Post Fullwidth",
      "postTypes": ["post"]
    },
    {
      "name": "single-page-fullwidth",
      "title": "Single Page Fullwidth",
      "postTypes": ["page"]
    },
    {
      "name": "product-collection",
      "title": "Product Collection",
      "postTypes": ["product"]
    },
    {
      "name": "archive-product",
      "title": "Archive Product",
      "postTypes": ["product"]
    },
    {
      "name": "cart",
      "title": "Cart",
      "postTypes": ["product"]
    },
    {
      "name": "product-search-results",
      "title": "Product Search Results",
      "postTypes": ["product"]
    },
    {
      "name": "single-product",
      "title": "Single Product",
      "postTypes": ["product"]
    },
    {
      "name": "checkout",
      "title": "Checkout",
      "postTypes": ["product"]
    },
    {
      "name": "order-confirmation",
      "title": "Order Confirmation",
      "postTypes": ["product"]
    },
    {
	      "name": "all-products",
	      "title": "All Products",
	      "postTypes": ["product"]
	    }
  ]
}