{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "settings": { "appearanceTools": true, "color": { "palette": [ { "name": "Primary", "slug": "primary", "color": "#ffffff" }, { "name": "Secondary", "slug": "secondary", "color": "#005177" }, { "name": "Accent", "slug": "accent", "color": "#ffa500" } ] }, "layout": { "contentSize": "720px", "wideSize": "1200px" }, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "writingMode": true, "defaultFontSizes": false, "fontFamilies": [ { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", "slug": "system-font" } ], "fontSizes": [ { "name": "S", "size": "0.8125rem", "slug": "small" }, { "name": "M", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "L", "size": "1.125rem", "slug": "large" }, { "fluid": { "max": "1.75rem", "min": "1.375rem" }, "name": "XL", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "2.25rem", "min": "1.75rem" }, "name": "XXL", "size": "2.25rem", "slug": "xx-large" }, { "fluid": { "max": "3rem", "min": "2rem" }, "name": "3XL", "size": "3rem", "slug": "xxx-large" }, { "fluid": { "max": "3.75rem", "min": "2.5rem" }, "name": "4XL", "size": "3.75rem", "slug": "xxxx-large" } ] }, "useRootPaddingAwareAlignments": true }, "styles": { "elements": { "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--xxx-large)", "fontWeight": "700", "lineHeight": "1.3" } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--xx-large)", "fontWeight": "700", "lineHeight": "1.16" } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "700", "lineHeight": "1.28" } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--medium-large)", "fontWeight": "500", "lineHeight": "1.35" } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "500", "lineHeight": "1.35" } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "400", "lineHeight": "1.45" } }, "link": { "color": { "text": "#1e1e1e" }, ":hover": { "color": { "text": "#606060" } } } }, "spacing": { "blockGap": "0px", "padding": { "left": "var(--wp--preset--spacing--50)", "right": "var(--wp--preset--spacing--50)" } }, "typography": { "fontStyle": "normal", "fontWeight": "400", "lineHeight": "1.75", "fontFamily": "var(--wp--preset--font-family--system-font)" } }, "templateParts": [ { "area": "header", "name": "header" }, { "area": "footer", "name": "footer" } ], "customTemplates": [ { "name": "page-no-title", "postTypes": [ "page" ], "title": "Page no Title" }, { "name": "post-no-title", "postTypes": [ "post" ], "title": "Post no Title" }, { "name": "post-with-sidebar", "postTypes": [ "post" ], "title": "Post (with Sidebar)" }, { "name": "blank", "postTypes": [ "page", "post" ], "title": "Blank Canvas" } ], "version": 3 }