{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "useRootPaddingAwareAlignments": true, "layout": { "contentSize": "760px", "wideSize": "1180px" }, "color": { "defaultPalette": false, "palette": [ { "slug": "base", "name": "Base", "color": "#FFFFFF" }, { "slug": "contrast", "name": "Contrast", "color": "#252525" }, { "slug": "primary", "name": "Primary Blue", "color": "#233F8C" }, { "slug": "primary-light", "name": "Primary Light", "color": "#B8C9F5" }, { "slug": "surface", "name": "Surface", "color": "#F7F3EA" }, { "slug": "surface-blue", "name": "Surface Blue", "color": "#EEF4F7" }, { "slug": "surface-green", "name": "Surface Green", "color": "#F0F6F1" }, { "slug": "accent", "name": "Accent", "color": "#A91D4D" } ] }, "spacing": { "blockGap": true, "margin": true, "padding": true, "units": [ "px", "rem", "%", "vw" ], "spacingSizes": [ { "slug": "10", "name": "XS", "size": "8px" }, { "slug": "20", "name": "S", "size": "16px" }, { "slug": "30", "name": "M", "size": "24px" }, { "slug": "40", "name": "L", "size": "40px" }, { "slug": "50", "name": "XL", "size": "64px" }, { "slug": "60", "name": "XXL", "size": "96px" } ] }, "typography": { "dropCap": false, "fluid": true, "fontWeight": true, "lineHeight": true, "textDecoration": true, "textTransform": true, "fontSizes": [ { "slug": "small", "name": "Small", "size": "0.875rem" }, { "slug": "medium", "name": "Medium", "size": "1.0625rem" }, { "slug": "large", "name": "Large", "size": "1.5rem" }, { "slug": "x-large", "name": "Extra Large", "size": "2.25rem" }, { "slug": "xx-large", "name": "XX Large", "size": "clamp(2.75rem, 5vw, 4.5rem)" } ] }, "border": { "color": true, "radius": true, "style": true, "width": true } }, "styles": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, "spacing": { "blockGap": "var:preset|spacing|30" }, "typography": { "fontSize": "var:preset|font-size|medium", "lineHeight": "1.6" }, "elements": { "heading": { "color": { "text": "var:preset|color|primary" }, "typography": { "fontWeight": "700", "lineHeight": "1.08" } }, "h1": { "typography": { "fontSize": "var:preset|font-size|xx-large", "fontWeight": "700", "lineHeight": "1.02" } }, "h2": { "typography": { "fontSize": "var:preset|font-size|x-large", "fontWeight": "600", "lineHeight": "1.1" } }, "h3": { "typography": { "fontSize": "var:preset|font-size|large", "fontWeight": "600", "lineHeight": "1.2" } }, "link": { "color": { "text": "var:preset|color|primary" }, "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } }, "button": { "color": { "background": "var:preset|color|primary", "text": "var:preset|color|base" }, "border": { "radius": "6px" }, "spacing": { "padding": { "top": "12px", "right": "20px", "bottom": "12px", "left": "20px" } }, "typography": { "fontSize": "0.9375rem", "fontWeight": "600" } } }, "blocks": { "core/group": { "spacing": { "blockGap": "var:preset|spacing|30" } }, "core/columns": { "spacing": { "blockGap": { "left": "var:preset|spacing|30", "top": "var:preset|spacing|30" } } }, "core/paragraph": { "typography": { "lineHeight": "1.6" } }, "core/image": { "border": { "radius": "8px" } }, "core/button": { "border": { "radius": "6px" } } } } }