{ "version": 2, "settings": { "color": { "palette": [ { "slug": "foreground", "color": "#1a2530", "name": "Foreground", "default": "#000000" }, { "slug": "background", "color": "#ffffff", "name": "Background", "default": "#ffffff" }, { "slug": "primary", "color": "#8D3F6E", "name": "Primary", "default": "#8D3F6E" }, { "slug": "secondary", "color": "#f4e7f0", "name": "Secondary", "default": "#f4e7f0" }, { "slug": "tertiary", "color": "#fbf6f9", "name": "Tertiary", "default": "#F0F0F0" } ] }, "custom": { "heading": { "typography": { "fontWeight": 500 } }, "button": { "color": { "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" }, "border": { "radius": "50px", "color": "var(--wp--preset--color--foreground)" }, "typography": { "fontSize": "var(--wp--preset--font-size--tiny)", "lineHeight": "1.2" }, "hover": { "color": { "text": "var(--wp--custom--color--background)", "background": "var(--wp--custom--color--primary)" } }, "outline": { "hover": { "color": { "background": "var(--wp--custom--color--primary)" } } } } }, "typography": { "customFontSize": true, "dropCap": true, "fluid": true, "fontSizes": [ { "name": "Tiny", "size": ".875rem", "slug": "tiny" }, { "name": "Small", "size": "1rem", "slug": "small" }, { "name": "Normal", "size": "1.125rem", "slug": "normal" }, { "name": "Medium", "size": "clamp(1.5rem, 5vw, 2rem)", "slug": "medium" }, { "name": "Large", "size": "clamp(2.25rem, 6vw, 3rem)", "slug": "large" }, { "name": "Huge", "size": "clamp(2.625rem, 7vw, 4rem)", "slug": "huge" } ] } }, "styles": { "blocks": { "core/button": { "typography": { "letterSpacing": "0.05em", "textTransform": "uppercase" } }, "core/heading": { "typography": { "fontFamily": "var:preset|font-family|jost" } }, "core/navigation-link": { "typography": { "fontFamily": "var(--wp--preset--font-family--jost)", "letterSpacing": "0.05em", "fontSize": "var(--wp--preset--font-size--tiny)", "textTransform": "uppercase" } }, "core/post-title": { "typography": { "fontFamily": "var:preset|font-family|jost", "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "500", "lineHeight": "1.2" }, "spacing": { "margin": { "bottom": "1em" } } }, "core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "500" } }, "core/site-tagline": { "typography": { "fontFamily": "var(--wp--preset--font-family--jost)", "fontSize": "var(--wp--preset--font-size--small)" } } }, "color": { "background": "var(--wp--custom--color--background)", "text": "var(--wp--custom--color--foreground)", "link": "var(--wp--custom--color--foreground)" }, "elements": { "typography": { "lineHeight": "1.6", "fontFamily": "var:preset|font-family|nunito", "fontSize": "var(--wp--preset--font-size--normal)" } }, "typography": { "fontFamily": "var:preset|font-family|nunito" } } }