{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "customTemplates": [ { "name": "blank", "postTypes": [ "page", "post" ], "title": "Blank" }, { "name": "no-title", "postTypes": [ "page", "post" ], "title": "No Title" } ], "settings": { "appearanceTools": true, "color": { "defaultGradients": false, "defaultPalette": false, "palette": [ { "color": "#121212", "name": "Primary", "slug": "primary" }, { "color": "#fff", "name": "Secondary", "slug": "secondary" }, { "color": "#eee", "name": "Tertiary", "slug": "tertiary" } ] }, "custom": { "fontWeight": { "thin": 100, "extra-light": 200, "light": 300, "regular": 400, "medium": 500, "semi-bold": 600, "bold": 700, "extra-bold": 800, "black": 900 }, "lineHeight": { "body": 1.75, "heading": 1.1, "medium": 1.5, "one": 1 }, "spacing": { "outer": "40px" } }, "layout": { "contentSize": "720px", "wideSize": "1200px" }, "spacing": { "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "typography": { "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": "xSmall", "size": "16px", "slug": "x-small" }, { "name": "Small", "size": "20px", "slug": "small" }, { "name": "Medium", "size": "24px", "slug": "medium" }, { "name": "Large", "size": "30px", "slug": "large" }, { "name": "xLarge", "size": "36px", "slug": "x-large" }, { "name": "48px", "size": "clamp(24px, 4vw, 48px)", "slug": "max-48" }, { "name": "60px", "size": "clamp(30px, 5vw, 60px)", "slug": "max-60" }, { "name": "72px", "size": "clamp(36px, 6vw, 72px)", "slug": "max-72" }, { "name": "96px", "size": "clamp(48px, 8vw, 96px)", "slug": "max-96" }, { "name": "120px", "size": "clamp(60px, 10vw, 120px)", "slug": "max-120" }, { "name": "144px", "size": "clamp(72px, 12vw, 144px)", "slug": "max-144" }, { "name": "240px", "size": "clamp(120px, 20vw, 240px)", "slug": "max-240" } ] } }, "styles": { "blocks": { "code/button": { "border": { "color": "var(--wp--preset--color--primary)", "radius": "0", "style": "solid", "width": "2px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--secondary)" }, "spacing": { "padding": { "bottom": "12px", "left": "25px", "right": "25px", "top": "12px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--x-small)", "fontWeight": "var(--wp--custom--font-weight--medium)", "textTransform": "uppercase" } }, "core/code": { "border": { "color": "var(--wp--preset--color--primary)", "radius": "0" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--secondary)" }, "spacing": { "padding": { "bottom": "25px", "left": "30px", "right": "30px", "top": "25px" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--monospace)", "fontSize": "var(--wp--preset--font-size--small)" } }, "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": { "bottom": "30px", "left": "30px", "right": "30px", "top": "30px" } } }, "core/group": { "spacing": { "padding": "0px" } }, "core/heading": { "spacing": { "margin": { "bottom": "10px", "top": "0px" } }, "typography": { "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--heading)" } }, "core/image": { "spacing": { "margin": { "bottom": "30px", "left": "0", "right": "0", "top": "0" } } }, "core/navigation": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)", "fontWeight": "var(--wp--custom--font-weight--medium)", "textTransform": "uppercase" } }, "core/paragraph": { "spacing": { "margin": { "bottom": "30px", "top": "0px" } } }, "core/post-author": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/post-comments": { "spacing": { "padding": { "top": "30px" } } }, "core/post-date": { "spacing": { "margin": { "bottom": "30px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--x-small)" } }, "core/post-terms": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)" } }, "core/post-title": { "typography": { "fontSize": "var(--wp--preset--font-size--max-60)" } }, "core/preformatted": { "border": { "color": "var(--wp--preset--color--primary)", "radius": "0" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--secondary)" }, "spacing": { "padding": { "bottom": "25px", "left": "30px", "right": "30px", "top": "25px" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--monospace)", "fontSize": "var(--wp--preset--font-size--small)" } }, "core/pullquote": { "border": { "color": "var(--wp--preset--color--primary)", "style": "solid", "width": "1px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--secondary)" }, "spacing": { "padding": { "bottom": "40px", "left": "40px", "right": "40px", "top": "40px" } } }, "core/query-pagination": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/quote": { "border": { "color": "var(--wp--preset--color--primary)", "style": "solid", "width": "1px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--secondary)" }, "spacing": { "padding": { "bottom": "40px", "left": "40px", "right": "40px", "top": "40px" } }, "typography": { "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/separator": { "color": { "text": "var(--wp--preset--color--primary)" }, "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--one)", "textTransform": "uppercase" } }, "core/spacer": { "spacing": { "margin": { "top": "0 !important" } } } }, "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--primary)" }, "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--primary)" } } }, "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": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" } ] }