{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "customTemplates": [ { "name": "blank", "title": "Blank", "postTypes": [ "page", "post" ] }, { "name": "page-no-title", "title": "Page (No Title)", "postTypes": [ "page" ] } ], "settings": { "appearanceTools": true, "color": { "palette": [ { "slug": "foreground", "color": "#242321", "name": "Foreground" }, { "slug": "background", "color": "#FCFBF8", "name": "Background" }, { "slug": "primary", "color": "#71706E", "name": "Primary" }, { "slug": "tertiary", "color": "#CFCFCF", "name": "Tertiary" } ] }, "custom": { "spacing": { "small": "clamp(20px, 4vw, 40px)", "medium": "clamp(48px, 8vw, 100px)", "large": "clamp(100px, 12vw, 460px)", "outer": "min(4vw, 90px)" } }, "layout": { "contentSize": "620px", "wideSize": "1260px" }, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "fontFamilies": [ { "fontFamily": "\"Chivo\", sans-serif", "name": "Chivo", "slug": "chivo", "fontFace": [ { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "100", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-Thin.woff2" ] }, { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "400", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-Regular.woff2" ] }, { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "700", "fontStyle": "normal", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-Bold.woff2" ] }, { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "100", "fontStyle": "italic", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-ThinItalic.woff2" ] }, { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "400", "fontStyle": "italic", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-Italic.woff2" ] }, { "fontFamily": "Chivo", "fontDisplay": "block", "fontWeight": "700", "fontStyle": "italic", "fontStretch": "normal", "src": [ "file:./assets/fonts/Chivo-BoldItalic.woff2" ] } ] } ], "fontSizes": [ { "name": "Small", "size": "1rem", "slug": "small" }, { "name": "Normal", "size": "1.125rem", "slug": "normal" }, { "name": "Medium", "size": "clamp(1.5rem, 5vw, 2rem)", "slug": "medium" }, { "name": "Large", "size": "clamp(2.25rem, 6vw, 3rem)", "slug": "large" }, { "name": "Huge", "size": "clamp(2.625rem, 7vw, 4rem)", "slug": "huge" } ] } }, "styles": { "blocks": { "core/button": { "border": { "radius": "0" }, "color": { "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--chivo)", "fontSize": "var(--wp--preset--typography--font-size--normal)", "textTransform": "uppercase" } }, "core/heading": { "typography": { "fontWeight": "100", "lineHeight": "1.1" } }, "core/navigation": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/post-comments": { "elements": { "h3": { "typography": { "textTransform": "uppercase" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "spacing": { "padding": { "top": "var(--wp--custom--spacing--small)" } } }, "core/post-navigation-link": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "100", "textTransform": "uppercase" } }, "core/query-pagination": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/pullquote": { "border": { "width": "0" }, "spacing": { "padding": { "top": "var(--wp--custom--spacing--medium)", "bottom": "var(--wp--custom--spacing--medium)" } }, "typography": { "fontWeight": "100", "lineHeight": "1.2" } }, "core/quote": { "border": { "width": "1px" } }, "core/separator": { "color": { "background": "var(--wp--preset--color--foreground)" } }, "core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "400", "textTransform": "uppercase" } } }, "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--foreground)" }, "elements": { "h1": { "typography": { "fontSize": "clamp(3rem, 8vw, 4.5rem)" } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--huge)" } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)" } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--normal)" } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } } }, "spacing": { "blockGap": "1.25rem" }, "typography": { "fontFamily": "var(--wp--preset--font-family--chivo)", "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "400", "lineHeight": "1.6" } }, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" } ] }