{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"layout": {
			"contentSize": "760px",
			"wideSize": "1400px"
		},
		"typography": {
			"dropCap": true,
			"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": "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" ]
						}
					]
				}
			],
			"fontSizes": [
				{
					"slug": "tiny",
					"size": "13px",
					"name": "Tiny"
				},
				{
					"slug": "extra-small",
					"size": "14px",
					"name": "Extra Small"
				},
				{
					"slug": "small",
					"size": "15px",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "16px",
					"name": "Medium"
				},
				{
					"slug": "upper-heading",
					"size": "18px",
					"name": "Upper Heading"
				},
				{
					"slug": "body-default",
					"size": "clamp(18px,1.6vw,20px)",
					"name": "Body Default"
				},
				{
					"slug": "content-heading",
					"size": "clamp(22px,3vw,24px)",
					"name": "Content Heading"
				},
				{
					"slug": "large",
					"size": "clamp(24px,4.2vw,32px)",
					"name": "Large"
				},
				{
					"slug": "extra-large",
					"size": "clamp(28px,6vw,36px)",
					"name": "Extra large"
				},
				{
					"slug": "product-heading",
					"size": "clamp(32px,4.8vw,42px)",
					"name": "Product Heading"
				},
				{
					"slug": "huge-display",
					"size": "clamp(42px,5.2vw,80px)",
					"name": "Huge (Display)"
				},
				{
					"slug": "Colossal",
					"size": "clamp(46px,5.2vw,110px)",
					"name": "Colossal (Extremely Large)"
				}
			]
		},
		"color": {
			"gradients": [
				{
					"slug": "horizontal-patrick-blue-to-blue-green",
					"gradient": "linear-gradient(to right,var(--wp--preset--color--patrick-blue) 0%,var(--wp--preset--color--blue-green) 100%)",
					"name": "horizontal patrick-blue to blue-green"
				}
			],
			"palette": [
				{
					"slug": "background",
					"color": "#0A0C11",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#ffffff",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#2292b1",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#222222",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#0a0a0a",
					"name": "Tertiary"
				},
				{
					"slug": "text-link",
					"color": "#fafafa",
					"name": "Text Link"
				},
				{
					"slug": "body-text",
					"color": "#abadb3",
					"name": "Body Text"
				},
				{
					"slug": "meta",
					"color": "#666666",
					"name": "Dark Grey"
				},
				{
					"slug": "border-color",
					"color": "#323438",
					"name": "Border Color"
				},
				{
					"slug": "color-light",
					"color": "#fbfbfb",
					"name": "Color Light"
				},
				{
					"slug": "color-dark",
					"color": "#000000",
					"name": "Color Dark"
				},
				{
					"slug": "footer-text",
					"color": "#999999",
					"name": "Footer Text"
				},
				{
					"slug": "footer-border-dark",
					"color": "#313131",
					"name": "Footer Border Dark"
				},
				{
					"slug": "gray",
					"color": "#cccccc",
					"name": "Gray"
				},
				{
					"slug": "patrick-blue",
					"color": "#1b3385",
					"name": "Patrick Blue"
				},
				{
					"slug": "blue-green",
					"color": "#25c5c9",
					"name": "Blue Green"
				}
			]
		},
		"spacing": {
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"custom": {
			"spacing": {
				"tiny": "clamp(21px, 2vw, 28px)",
				"extra-small": "clamp(28px, 3.5vw, 35px)",
				"wp-comment-horizontal": "clamp(30px, 3.7vw, 70px)",
				"wp-comment-vertical": "clamp(30px, 3.5vw, 49px)",
				"wp-block-sidebar": "clamp(7px,3.5vw,60px)",
				"wp-block-sidebar-widget": "clamp(35px, 3.5vw, 49px)",
				"wp-block-page-numbers": "clamp(49px, 3.3vw, 63px)",
				"wp-footer-vertical": "clamp(30px, 4vw, 70px)",
				"normal": "clamp(30px, 3.5vw, 40px)",
				"small": "max(1.75rem, 5vw)",
				"medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
				"large": "clamp(3.5rem, 10vw, 5.0625rem)",
				"outer": "var(--wp--custom--spacing--small, 1.25rem)",
				"section-block-top": "clamp(42px, 7.5vw, 140px)",
				"section-block-bottom": "clamp(12px, 5.5vw, 70px)",
				"section-pricing-content": "clamp(21px, 5.5vw, 42px)",
				"main-block-gap": "clamp(42px, 4.5vw, 70px)",
				"testimonial-inner-gap": "clamp(35px, 3.5vw, 42px)",
				"group-heading-bottom-gap": "clamp(35px, 3.5vw, 56px)"
			},
			"typography": {
				"font-size": {
					"heading-one": "clamp(36px,3.5vw,58px)",
					"heading-two": "clamp(32px,2.6vw,49px)",
					"heading-three": "clamp(28px,1.9vw,36px)",
					"heading-four": "clamp(24px,2vw,28px)",
					"heading-five": "clamp(22px,1.3vw,24px)",
					"heading-six": "18px",
					"huge-post-title": "clamp(38px,4vw,70px)"
				},
				"line-height": {
					"heading-one": "1.38",
					"heading-two": "1.43",
					"heading-three": "1.31",
					"heading-four": "1.5",
					"heading-five": "1.458333333333333",
					"heading-six": "1.56",
					"paragraph": "1.75",
					"post-title": "1.38",
					"extra-small": "21px",
					"small": "28px",
					"normal": "normal"
				},
				"font-weight": {
					"light": 300,
					"regular": 400,
					"medium": 500,
					"bold": 700,
					"black": 900
				}
			}
		}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "30px"
				},
				"color": {
					"gradient": "var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green)",
					"text": "var(--wp--preset--color--color-light)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--upper-heading)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-six)",
					"textTransform": "capitalize"
				},
				"spacing": {
					"padding": {
						"top": "clamp(12px, 2.5vw, 16px)",
						"right": "clamp(21px, 2.5vw, 35px)",
						"bottom": "clamp(12px, 2.5vw, 16px)",
						"left": "clamp(21px, 2.5vw, 35px)"
					},
					"margin": {
						"top": "0.8rem"
					}
				}
			},
			"core/post-title": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--font-size--heading-four)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-four)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"core/post-comments": {
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--normal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--body-default)",
					"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				},
				"elements": {
					"h3": {
						"typography": {
							"fontSize": "var(--wp--custom--typography--font-size--heading-four)",
							"lineHeight": "var(--wp--custom--typography--line-height--heading-four)"
						}
					}
				}
			},
			"core/latest-comments": {
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--normal)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--body-default)",
					"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				},
				"elements": {
					"h3": {
						"typography": {
							"fontSize": "var(--wp--custom--typography--font-size--heading-four)",
							"lineHeight": "var(--wp--custom--typography--line-height--heading-four)"
						}
					}
				}
			},
			"core/query-title": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"lineHeight": "var(--wp--custom--typography--line-height--heading-three)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-one)"
				},
				"spacing": {
					"margin": {
						"bottom": "var(--wp--custom--spacing--wp-comment-horizontal)"
					}
				}
			},
			"core/site-title": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontSize": "var(--wp--preset--font-size--large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"core/site-tagline": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontSize": "12px",
					"fontWeight": 300
				},
				"spacing":{
					"margin":{
						"top": "0"
					}
				}
			},
			"core/heading": {
				"spacing":{
					"margin":{
						"top": "0px",
						"bottom": "0px"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				},
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"core/navigation": {
                "color": {
                    "text": "var(--wp--preset--color--body-text)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--upper-heading)",
                    "lineHeight": "var(--wp--custom--typography--line-height--heading-six)",
                    "fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"textTransform": "capitalize"
                }
            },
			"core/post-author": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				},
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--extra-small)",
						"right": "var(--wp--custom--spacing--extra-small)",
						"bottom": "var(--wp--custom--spacing--extra-small)",
						"left": "var(--wp--custom--spacing--extra-small)"
					}
				},
				"color": {
					"background": "var(--wp--preset--color--foreground)",
					"text": "var(--wp--preset--color--background)"
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"core/post-navigation-link": {
				"color": {
					"text": "var(--wp--preset--color--body-text)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--content-heading)",
					"lineHeight": "1.46",
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)",
					"lineHeight": "var(--wp--custom--typography--line-height--normal)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"core/preformatted": {
				"color": {
					"text": "var(--wp--preset--color--body-text)",
					"background": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--body-default)",
					"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"fontFamily": "'Courier Prime', monospace"
				},
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--extra-small)",
						"right": "var(--wp--custom--spacing--extra-small)",
						"bottom": "var(--wp--custom--spacing--extra-small)",
						"left": "var(--wp--custom--spacing--extra-small)"
					}
				}
			},
			"core/verse": {
				"color": {
					"text": "var(--wp--preset--color--body-text)",
					"background": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--body-default)",
					"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"fontFamily": "'Courier Prime', monospace"
				},
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--extra-small)",
						"right": "var(--wp--custom--spacing--extra-small)",
						"bottom": "var(--wp--custom--spacing--extra-small)",
						"left": "var(--wp--custom--spacing--extra-small)"
					}
				}
			},
			"core/quote": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--content-heading)",
					"lineHeight": "1.46",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				},
				"spacing": {
					"padding": {
						"top": "var(--wp--custom--spacing--tiny)",
						"right": "0",
						"bottom": "var(--wp--custom--spacing--tiny)",
						"left": "0"
					}
				}
			},
			"core/pullquote": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--content-heading)",
					"lineHeight": "1.46",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			}

		},
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--body-text)"
		},
		"spacing": {
			"blockGap": "1.5rem"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--poppins)",
			"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
			"fontSize": "var(--wp--preset--font-size--body-default)",
			"fontWeight": 400
		},
		"elements": {
			"h1": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-one)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-one)"
				}
			},
			"h2": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-two)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-two)"
				}
			},
			"h3": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-three)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-three)"
				}
			},
			"h4": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-four)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-four)"
				}
			},
			"h5": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-five)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-five)"
				}
			},
			"h6": {
				"typography": {
					"lineHeight": "var(--wp--custom--typography--line-height--heading-six)",
					"fontSize": "var(--wp--custom--typography--font-size--heading-six)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--text-link)"
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "footer-dark",
			"title": "Footer (Dark)",
			"area": "footer"
		},
		{
			"name": "footer-with-three-columns",
			"title": "Footer (With Three Columns)",
			"area": "footer"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "header-has-nav-centered",
			"title": "Header (With Centered Nav - Default)",
			"area": "header"
		},
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "page-content",
			"title": "Page Content",
			"area": "uncategorized"
		},
		{
			"name": "post-content",
			"title": "Post Content",
			"area": "uncategorized"
		},
		{
			"name": "sidebar",
			"title": "Sidebar",
			"area": "uncategorized"
		}
	],
	"customTemplates": [
		{
			"name": "404",
			"title": "404",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "archive-product",
			"title": "Archive Product",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "blank",
			"title": "Blank",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "cart",
			"title": "Cart",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "checkout",
			"title": "Checkout",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "front-page",
			"title": "Front Page",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "order-confirmation",
			"title": "Order Confirmation",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "single-page-sidebar-on-right",
			"title": "Single Page (Sidebar on Right)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "single-post-sidebar-on-right",
			"title": "Single Post (Sidebar on Right)",
			"postTypes": [
				"post"
			]
		},
		{
			"name": "single-product",
			"title": "Single Product",
			"postTypes": [
				"page"
			]
		}
	]
}
