{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "position": { "sticky": false }, "border": { "color": true, "radius": true, "style": true, "width": true }, "color": { "custom": true, "defaultDuotone": false, "defaultGradients": true, "defaultPalette": true, "link": true, "duotone": [], "gradients": [ { "gradient": "linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8))", "name": "Soft Fade", "slug": "soft-fade" } ], "palette": [ { "slug": "primary", "color": "#007CBE", "name": "Primary: Deep Sky Blue" }, { "slug": "secondary", "color": "#FFD700", "name": "Secondary: Gold" }, { "slug": "accent", "color": "#FF5733", "name": "Accent: Sunset Orange" }, { "slug": "neutral-light", "color": "#F0F0F0", "name": "Neutral: Light Gray" }, { "slug": "neutral-dark", "color": "#333333", "name": "Neutral: Dark Charcoal" } ] }, "custom": { "defaults": { "borderRadius": "4px", "shadow": "0 2px 4px rgba(0, 0, 0, 0.1)" }, "elements": { "formInput": { "color": "var(--wp--preset--color--neutral-dark)", "background": "var(--wp--preset--color--neutral-light)", "borderColor": "var(--wp--preset--color--neutral-dark)", "placeholderColor": "var(--wp--preset--color--neutral-dark)" } } }, "layout": { "contentSize": "42rem", "wideSize": "68rem" }, "spacing": { "blockGap": true, "margin": true, "padding": true, "units": ["rem", "em", "%", "px"] }, "typography": { "customFontSize": true, "fontFamilies": [ { "fontFamily": "\"Inter\", sans-serif", "slug": "default", "name": "Default (Inter)" }, { "fontFamily": "\"Roboto\", sans-serif", "slug": "secondary", "name": "Secondary (Roboto)" } ], "fontSizes": [ { "size": "0.875rem", "slug": "small", "name": "Small" }, { "size": "1rem", "slug": "medium", "name": "Medium" }, { "size": "1.25rem", "slug": "large", "name": "Large" }, { "size": "1.5rem", "slug": "x-large", "name": "Extra Large" } ], "fontWeight": true, "lineHeight": true } }, "styles": { "color": { "text": "var(--wp--preset--color--neutral-dark)", "background": "var(--wp--preset--color--neutral-light)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--default)", "fontSize": "var(--wp--preset--font-size--medium)", "lineHeight": "1.6" } } }