{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "layout": { "contentSize": "720px", "wideSize": "900px" }, "color": { "custom": false, "customGradient": false, "customDuotone": false, "background": true, "text": true, "link": true, "defaultPalette": false, "defaultDuotone": false, "defaultGradients": false, "palette": [ { "slug": "primary", "color": "#ff9d00", "name": "Primary" }, { "slug": "secondary", "color": "#de5357", "name": "Secondary" }, { "slug": "tertiary", "color": "#0087b0", "name": "Tertiary" }, { "slug": "quaternary", "color": "#28185d", "name": "Quaternary" } ], "gradients": [ { "slug": "primary-to-secondary", "gradient": "linear-gradient(160deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary))", "name": "Primary to Secondary" } ], "duotone": [ { "colors": [ "var(--wp--preset--color--primary)", "var(--wp--preset--color--secondary)" ], "slug": "primary-and-secondary", "name": "Primary and secondary" } ] }, "typography": { "fontFamilies": [ { "fontFamily": "Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif", "slug": "neo-grotesque", "name": "Neo-Grotesque" }, { "fontFamily": "Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif", "slug": "geometric-humanist", "name": "Geometric Humanist" }, { "fontFamily": "Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif", "slug": "didone", "name": "Didone" } ], "fontSizes": [ { "slug": "medium", "size": "1rem", "name": "Medium" }, { "slug": "small", "size": "0.8rem", "name": "Small" }, { "slug": "large", "size": "1.5rem", "name": "Large" }, { "slug": "extra-large", "size": "2rem", "name": "Extra large" } ] } }, "styles": { "color": { "background": "FFF", "text": "#222" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--primary)" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontFamily": "var(--wp--preset--font-family--neo-grotesque)", "lineHeight": "1.3" } }, "templateParts": [ { "name": "header", "area": "header", "title": "Header" }, { "name": "footer", "area": "footer", "title": "Footer" } ] }