{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "useRootPaddingAwareAlignments": true, "border": { "color": false, "radius": false, "style": false, "width": false }, "dimensions": { "minHeight": false }, "layout": { "contentSize": "800px", "wideSize": "1440px" }, "spacing": { "units": ["px", "rem", "%", "vw"], "customSpacingSize": false, "defaultSpacingSizes": false, "padding": true, "margin": true, "blockGap": false, "spacingSizes": [ { "slug": "none", "size": "0", "name": "None" }, { "slug": "30", "size": "5rem", "name": "Medium" }, { "slug": "40", "size": "8rem", "name": "Large" } ] }, "color": { "custom": false, "customGradient": false, "defaultGradients": false, "gradients": [], "defaultPalette": false, "palette": [ { "slug": "light", "color": "#f5f5f5", "name": "Light" } ] }, "typography": { "customFontSize": false, "fontStyle": false, "fontWeight": false, "lineHeight": false, "letterSpacing": false, "textDecoration": false, "textTransform": false, "fontSizes": [] }, "custom": { "gridBase": "1440px" }, "blocks": { "core/media-text": { "color": { "text": false, "background": true }, "spacing": { "padding": true, "margin": true }, "typography": { "fontSizes": [], "customFontSize": false, "lineHeight": false, "fontWeight": false, "fontStyle": false } } } }, "styles": { "color": { "background": "#ffffff", "text": "#000000" }, "typography": { "fontFamily": "'Mona Sans', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica', 'Arial', sans-serif", "fontSize": "16px", "lineHeight": "1.6" }, "spacing": { "padding": { "left": "var(--spacing-container-padding-inline)", "right": "var(--spacing-container-padding-inline)" } }, "elements": { "link": { "color": { "text": "var(--color-link-text)" }, ":hover": { "color": { "text": "var(--color-link-text-hover)" } } }, "button": { "color": { "background": "var(--color-accent)", "text": "#ffffff" }, ":hover": { "color": { "background": "var(--color-link-text-hover)" } } }, "heading": { "color": { "text": "var(--color-heading)" } } } } }