{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" } ], "customTemplates": [ { "name": "front", "title": "Front Page", "postTypes": ["page"] }, { "name": "page-right-sidebar", "postTypes": ["page"], "title": "Pages (Right Sidebar)" }, { "name": "page-left-sidebar", "postTypes": ["page"], "title": "Pages (Left Sidebar)" }, { "name": "page-without-header-image", "postTypes": ["page"], "title": "Pages (Without Header Image)" }, { "name": "blog-full-width", "postTypes": ["page"], "title": "Blog (Full Width)" }, { "name": "blog-left-sidebar", "postTypes": ["page"], "title": "Blog (Left Sidebar)" }, { "name": "blog-without-header-image", "postTypes": ["page"], "title": "Blog (Without Header Image)" } ], "settings": { "appearanceTools": true, "layout": { "contentSize": "1200px", "wideSize": "1200px" }, "typography": { "fontFamilies": [ { "fontFamily": "'Roboto', sans-serif;", "name": "roboto", "slug": "book-store-cart-roboto", "fontFace": [ { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "100", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Thin.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "200", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-ExtraLight.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "300", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Light.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "400", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Regular.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "500", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Medium.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "600", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-SemiBold.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "700", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Bold.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "800", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-ExtraBold.ttf"] }, { "fontFamily": "'Roboto', sans-serif;", "fontWeight": "900", "fontStyle": "normal", "src": ["file:./assets/fonts/Roboto/static/Roboto-Black.ttf"] } ] } ], "fontSizes": [ { "name": "Small", "slug": "small", "size": "20px" }, { "name": "Medium", "slug": "medium", "size": "24px" }, { "name": "Regular", "slug": "regular", "size": "28px" } ] }, "color": { "duotone": [ { "colors": [ "#ffffff", "#203260" ], "slug": "foreground-and-background", "name": "Foreground and background" }, { "colors": [ "#ffffff", "#181818" ], "slug": "foreground-and-secondary", "name": "Foreground and secondary" }, { "colors": [ "#ffffff", "#121212" ], "slug": "foreground-and-tertiary", "name": "Foreground and tertiary" }, { "colors": [ "#ff4973", "#203260" ], "slug": "link-and-background", "name": "Link and background" }, { "colors": [ "#ff4973", "#181818" ], "slug": "link-and-secondary", "name": "Link and secondary" } ], "gradients": [ { "slug": "vertical-secondary-to-tertiary", "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-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--tertiary) 0%,var(--wp--preset--color--background) 100%)", "name": "Vertical tertiary to background" }, { "slug": "diagonal-primary-to-foreground", "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-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" } ], "palette": [ { "slug": "background", "color": "#09331A", "name": "Background" }, { "slug": "slider-bg1", "color": "#D5E6EC", "name": "Slider Bg1" }, { "slug": "slider-bg2", "color": "#F5E2B1", "name": "Slider Bg2" }, { "slug": "quaternary", "color": "#2A0502", "name": "Quaternary" }, { "slug": "form-bg", "color": "#F9F5F0", "name": "Form Bg" }, { "slug": "primary", "color": "#000000", "name": "Primary" }, { "slug": "foreground", "color": "#ffffff", "name": "Foreground" }, { "slug": "secondary", "color": "#383838", "name": "Secondary" } ] }, "custom": { "typography": { "font-size": { "heading-1": "clamp(1.5rem, 1.375rem + 0.625vw, 2.125rem)", "heading-2": "clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem)", "heading-3": "clamp(1rem, 0.9rem + 0.5vw, 1.5rem)", "heading-4": "clamp(1rem, 0.925rem + 0.375vw, 1.375rem)", "heading-5": "clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem)", "heading-6": "clamp(0.75rem, 0.7rem + 0.25vw, 1rem)" } } }, "spacing": { "padding": true, "margin": true, "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "border": { "radius": true, "color": true, "style": true, "width": true } }, "styles": { "color": { "background": "var(--wp--preset--color--white)", "text": "var(--wp--preset--color--primary)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)", "lineHeight": "1.5", "fontSize": "16px" }, "elements": { "h1": { "typography": { "fontSize": "50px", "lineHeight": "1.5", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "h2": { "typography": { "fontSize": "44px", "lineHeight": "1.2", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "h3": { "typography": { "fontSize": "28px", "lineHeight": "1", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "h4": { "typography": { "fontSize": "25px", "lineHeight": "1", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "h5": { "typography": { "fontSize": "22px", "lineHeight": "1", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "h6": { "typography": { "fontSize": "18px", "lineHeight": "", "fontFamily": "var(--wp--preset--font-family--book-store-cart-roboto)" } }, "link": { "color": { "text": "vvar(--wp--preset--color--primary)" }, ":hover": { "color": { "text": "var(--wp--preset--color--secondary)" } } } }, "blocks": { "core/button": { "border": { "color": "currentColor", "radius": "50px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white)" }, "spacing": { "padding": { "top": "15px", "right": "30px", "bottom": "15px", "left": "30px" } }, "typography": { "fontWeight": "700" } }, "core/navigation": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--primary)" } } }, "color": { "text": "var(--wp--preset--color--primary)" } } } } }