{ "version": 2, "customTemplates": [ { "name": "blank", "title": "Blank", "postTypes": [ "page" ] }, { "name": "page-full", "title": "Page (Full)", "postTypes": [ "page" ] }, { "name": "page-wide", "title": "Page (Wide)", "postTypes": [ "page" ] } ], "settings": { "appearanceTools": true, "color": { "custom": true, "customDuotone": true, "customGradient": true, "defaultDuotone": false, "defaultGradients": false, "defaultPalette": false, "gradients": [ { "name": "Primary to Secondary", "slug": "primary-secondary", "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%)" }, { "name": "Secondary to Tertiary", "slug": "secondary-tertiary", "gradient": "linear-gradient(135deg, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--tertiary) 100%)" }, { "name": "Tertiary to Primary", "slug": "tertiary-primary", "gradient": "linear-gradient(135deg, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--primary) 100%)" }, { "name": "Primary to Secondary to Tertiary", "slug": "primary-secondary-tertiary", "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%)" } ], "palette": [ { "name": "Primary", "slug": "primary", "color": "#ff33ff" }, { "name": "Secondary", "slug": "secondary", "color": "#ffff33" }, { "name": "Tertiary", "slug": "tertiary", "color": "#33ffff" }, { "name": "Main", "slug": "main", "color": "#000" }, { "name": "Base", "slug": "base", "color": "#fff" } ] }, "custom": { "fontWeight": { "thin": 100, "extra-light": 200, "light": 300, "regular": 400, "medium": 500, "semi-bold": 600, "bold": 700, "extra-bold": 800, "black": 900 }, "lineHeight": { "one": 1, "heading": 1.1, "medium": 1.5, "body": 1.75 }, "spacing": { "outer": "30px" } }, "layout": { "contentSize": "640px", "wideSize": "1280px" }, "spacing": { "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "typography": { "customFontSize": true, "dropCap": false, "fontFamilies": [ { "fontFamily": "Outfit, sans-serif", "name": "Outfit", "slug": "primary", "fontFace": [ { "fontDisplay": "block", "fontFamily": "Outfit", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "100 900", "src": [ "file:./assets/fonts/Outfit-Variable.woff2" ] } ] }, { "fontFamily": "monospace", "name": "Monospace", "slug": "monospace" } ], "fontSizes": [ { "name": "Small", "slug": "small", "size": "16px" }, { "name": "Medium", "slug": "medium", "size": "20px" }, { "name": "Large", "slug": "large", "size": "24px" }, { "name": "xLarge", "slug": "x-large", "size": "30px" }, { "name": "36px", "slug": "max-36", "size": "clamp(24px, 3vw, 36px)" }, { "name": "48px", "slug": "max-48", "size": "clamp(30px, 4vw, 48px)" }, { "name": "60px", "slug": "max-60", "size": "clamp(36px, 5vw, 60px)" }, { "name": "72px", "slug": "max-72", "size": "clamp(48px, 6vw, 72px)" }, { "name": "96px", "slug": "max-96", "size": "clamp(60px, 8vw, 96px)" } ] } }, "styles": { "blocks": { "core/button": { "border": { "color": "var(--wp--preset--color--main)", "radius": "0", "style": "solid", "width": "1px" }, "color": { "background": "var(--wp--preset--color--main)", "text": "var(--wp--preset--color--base)" }, "spacing": { "padding": { "top": "12px", "right": "30px", "bottom": "12px", "left": "30px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--medium)" } }, "core/calendar": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/code": { "border": { "radius": "0" }, "color": { "background": "var(--wp--preset--color--main)", "text": "var(--wp--preset--color--base)" }, "spacing": { "padding": { "top": "25px", "right": "30px", "bottom": "25px", "left": "30px" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--monospace)", "fontSize": "var(--wp--preset--font-size--small)" } }, "core/columns": { "spacing": { "margin": { "bottom": "0px" } } }, "core/comment-author-name": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-date": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-edit-link": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-reply-link": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/cover": { "spacing": { "padding": { "top": "30px", "right": "30px", "bottom": "30px", "left": "30px" } } }, "core/group": { "spacing": { "padding": "0px" } }, "core/heading": { "spacing": { "margin": { "top": "0px", "bottom": "10px" } }, "typography": { "fontWeight": "var(--wp--custom--font-weight--semi-bold)", "lineHeight": "var(--wp--custom--line-height--heading)" } }, "core/image": { "spacing": { "margin": { "top": "0", "right": "0", "bottom": "30px", "left": "0" } } }, "core/navigation": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--regular)" } }, "core/paragraph": { "spacing": { "margin": { "top": "0px", "bottom": "30px" } } }, "core/post-title": { "typography": { "fontSize": "var(--wp--preset--font-size--max-72)" } }, "core/preformatted": { "border": { "color": "var(--wp--preset--color--main)", "radius": "0" }, "color": { "background": "var(--wp--preset--color--main)", "text": "var(--wp--preset--color--base)" }, "spacing": { "padding": { "top": "25px", "right": "30px", "bottom": "25px", "left": "30px" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--monospace)", "fontSize": "var(--wp--preset--font-size--small)" } }, "core/pullquote": { "border": { "color": "var(--wp--preset--color--main)", "style": "solid", "width": "1px" }, "spacing": { "padding": { "top": "30px", "right": "30px", "bottom": "30px", "left": "30px" } } }, "core/quote": { "border": { "color": "var(--wp--preset--color--main)", "style": "solid !important", "width": "1px !important" }, "spacing": { "margin": { "bottom": "35px" }, "padding": { "top": "30px", "right": "40px !important", "bottom": "30px", "left": "40px !important" } }, "typography": { "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/spacer": { "spacing": { "margin": { "top": "0 !important" } } }, "core/separator": { "color": { "text": "var(--wp--preset--color--main)" }, "spacing": { "margin": { "top": "0px", "bottom": "0px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "core/site-tagline": { "spacing": { "margin": { "bottom": "20px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--one)", "textTransform": "uppercase" } }, "core/table": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/template-part": { "spacing": { "margin": { "top": "0px" } } } }, "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--main)" }, "elements": { "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)" } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "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--small)" } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "link": { "color": { "text": "var(--wp--preset--color--main)" } } }, "spacing": { "blockGap": "30px" }, "typography": { "fontFamily": "var(--wp--preset--font-family--primary)", "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "var(--wp--custom--font-weight--regular)", "lineHeight": "var(--wp--custom--line-height--body)" } }, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "header-alt", "title": "Header (Alt)", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" } ] }