{ "$schema": "https://schemas.wp.org/wp/6.2/theme.json", "customTemplates": [ { "name": "blank", "postTypes": [ "page", "post" ], "title": "Blank" }, { "name": "page-no-title", "postTypes": [ "page" ], "title": "Page (No Title / Feature Image)" }, { "name": "single-product", "title": "Single Product" }, { "name": "taxonomy-product_tag", "title": "Products by Tag" }, { "name": "taxonomy-product_cat", "title": "Products by Category" }, { "name": "archive-product", "title": "Product Catalog" } ], "settings": { "appearanceTools": true, "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": [ "#32535C", "#ffffff" ], "name": "Primary and background", "slug": "primary-and-background" }, { "colors": [ "#32535C", "#ffe2c7" ], "name": "Primary and secondary", "slug": "primary-and-secondary" }, { "colors": [ "#32535C", "#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--background) 0%,var(--wp--preset--color--secondary) 100%)", "name": "Vertical background to secondary", "slug": "vertical-background-to-secondary" }, { "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 left,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)", "name": "Diagonal secondary to background left", "slug": "diagonal-secondary-to-background-left" }, { "gradient": "linear-gradient(to top right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)", "name": "Diagonal secondary to background right", "slug": "diagonal-secondary-to-background-right" }, { "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": "#000000", "name": "Foreground", "slug": "foreground" }, { "color": "#fff", "name": "Background", "slug": "background" }, { "color": "#fa8507", "name": "Primary", "slug": "primary" }, { "color": "#000000", "name": "Secondary", "slug": "secondary" }, { "color": "#f9faff", "name": "Secondary Background", "slug": "background-secondary" }, { "color": "#717171", "name": "Body Text", "slug": "body-text" }, { "color": "#000000", "name": "Text Link", "slug": "text-link" }, { "color": "#f2f2f2", "name": "Border", "slug": "border" }, { "color": "#c3d9e7", "name": "Tertiary", "slug": "tertiary" }, { "color": "#1c1c1c", "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": "#1b67cc", "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": { "mode": "is-default-theme", "gap": { "baseline": "15px", "horizontal": "min(30px, 5vw)", "vertical": "min(30px, 5vw)" }, "spacing": { "large": "clamp(4rem, 10vw, 8rem)", "medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))", "small": "max(1.25rem, 5vw)" }, "typography": { "font-size": { "heading-five": "clamp(22px,1.3vw,18px)", "heading-four": "clamp(18px,1.5vw,20px)", "heading-one": "clamp(36px,3vw,45px)", "heading-six": "16px", "heading-three": "clamp(20px,1.9vw,22px)", "heading-two": "clamp(28px,2.6vw,32px)" }, "font-weight": { "bold": 700, "extra-bold": 900, "light": 300, "medium": 500, "normal": 400, "semi-bold": 600 }, "line-height": { "extra-small": "21px", "heading-five": "1.458333333333333", "heading-four": "1.5", "heading-one": "1.38", "heading-six": "1.56", "heading-three": "1.36", "heading-two": "1.43", "normal": "normal", "paragraph": "1.75", "small": "28px" } } }, "layout": { "contentSize": "750px", "wideSize": "1270px" }, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "dropCap": false, "fontFamilies": [ { "fontFamily": "\"Pacifico\", cursive", "name": "Pacifico", "slug": "pacifico", "fontFace": [ { "fontFamily": "Pacifico", "fontWeight": "400", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Pacifico/Pacifico-Regular.ttf"] } ] }, { "fontFamily": "\"Inter\", sans-serif", "name": "Inter", "slug": "inter", "fontFace": [ { "fontFamily": "Inter", "fontWeight": "300", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Inter/static/Inter_18pt-Light.ttf"] }, { "fontFamily": "Inter", "fontWeight": "400", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Inter/static/Inter_18pt-Regular.ttf"] }, { "fontFamily": "Inter", "fontWeight": "500", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Inter/static/Inter_18pt-Medium.ttf"] }, { "fontFamily": "Inter", "fontWeight": "700", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Inter/static/Inter_18pt-SemiBold.ttf"] }, { "fontFamily": "Inter", "fontWeight": "800", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./font/Inter/static/Inter_18pt-Bold.ttf"] } ] } ], "fontSizes": [ { "name": "Tiny", "size": "13px", "slug": "tiny" }, { "name": "Extra Small", "size": "14px", "slug": "extra-small" }, { "name": "Small", "size": "15px", "slug": "small" }, { "name": "Normal", "size": "17px", "slug": "normal" }, { "name": "Medium", "size": "18px", "slug": "medium" }, { "name": "Content Heading", "size": "clamp(20px,1.2vw,22px)", "slug": "content-heading" }, { "name": "Slider Title", "size": "clamp(32px,4vw,60px)", "slug": "slider-title" }, { "name": "Section Title", "size": "clamp(25px,4.5vw,50px)", "slug": "section-title" }, { "name": "Large", "size": "clamp(22px,2.5vw,28px)", "slug": "large" }, { "name": "Huge", "size": "clamp(36px,4.5vw,70px)", "slug": "huge" }, { "name": "Extra Huge", "size": "clamp(36px,6vw,6.5rem)", "slug": "extra-huge" } ] } }, "styles": { "blocks": { "core/button": { "border": { "radius": "0", "width": "0px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white)" }, "spacing": { "padding": { "bottom": "10px", "left": "40px", "right": "40px", "top": "10px" } }, "typography": { "fontSize": "var(--wp--custom--typography--font-size--normal)", "fontWeight": "var(--wp--custom--typography--font-weight--medium)", "letterSpacing": "2px", "lineHeight": "1.7" } }, "core/list": { "spacing": { "margin": { "bottom": "10px", "top": "0px" }, "padding": { "left": "20px" } } }, "core/separator": { "border": { "radius": "0", "width": "0" }, "color": { "background": "#999" }, "spacing": { "margin": { "bottom": "1.5em" } } }, "core/table": { "spacing": { "margin": { "bottom": "1.5em" }, "padding": { "left": "20px" } } } }, "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--body-text)" }, "elements": { "h1": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-one)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-one)" } }, "h2": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-two)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-two)" } }, "h3": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-three)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-three)" } }, "h4": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-four)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-four)" } }, "h5": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-five)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-five)" } }, "h6": { "color": { "text": "var(--wp--preset--color--foreground)" }, "spacing": { "margin": { "bottom": "0.625rem", "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--custom--typography--font-size--heading-six)", "fontWeight": "var(--wp--custom--typography--font-weight--bold)", "lineHeight": "var(--wp--custom--typography--line-height--heading-six)" } }, "link": { "color": { "text": "var(--wp--preset--color--foreground)" } } }, "spacing": { "blockGap": "2rem", "margin": { "bottom": 0, "left": 0, "right": 0, "top": 0 } }, "typography": { "fontFamily": "var(--wp--preset--font-family--archivo-narrow)", "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "var(--wp--custom--typography--font-weight--normal)", "lineHeight": "var(--wp--custom--typography--line-height--paragraph)" } }, "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" }, { "area": "uncategorized", "name": "sidebar", "title": "Sidebar" }, { "area": "uncategorized", "name": "sidebar", "title": "Sidebar" } ], "version": 2 }