{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "background": { "backgroundImage": true, "backgroundSize": true }, "color": { "custom": true, "customGradient": true, "defaultPalette": false, "defaultDuotone": true, "defaultGradients": false, "background": true, "text": true, "button": true, "caption": true, "customDuotone": true, "heading": true, "palette": [ { "name": "Base", "slug": "base", "color": "#FBFBFB" }, { "name": "Contrast", "slug": "contrast", "color": "#2B2A2A" }, { "name": "Primary", "slug": "primary", "color": "#402328" }, { "name": "Primary400", "slug": "primary-400", "color": "#652631" }, { "name": "Secondary", "slug": "secondary", "color": "#F996A7" }, { "name": "Accent", "slug": "accent", "color": "#FFA629" }, { "name": "Heading", "slug": "heading", "color": "#111111" }, { "name": "Grey 100", "slug": "grey-100", "color": "#F1F1F1" } ] }, "layout": { "wideSize": "1500px", "contentSize": "1200px" }, "spacing": { "blockGap": true, "defaultSpacingSizes": false, "margin": true, "padding": true, "spacingSizes": [ { "name": "Step 1", "slug": "step-1", "size": "0.25rem" }, { "name": "Step 2", "slug": "step-2", "size": "0.5rem" }, { "name": "Step 3", "slug": "step-3", "size": "0.75rem" }, { "name": "Step 4", "slug": "step-4", "size": "1rem" }, { "name": "Step 5", "slug": "step-5", "size": "1.25rem" }, { "name": "Step 6", "slug": "step-6", "size": "1.5rem" }, { "name": "Step 7", "slug": "step-7", "size": "1.75rem" }, { "name": "Step 8", "slug": "step-8", "size": "2rem" } ], "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "typography": { "defaultFontSizes": false, "textAlign": true, "lineHeight": true, "writingMode": true, "fontFamilies": [ { "name": "System Font", "slug": "system-font", "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'" }, { "name": "Inter", "slug": "inter", "fontFamily": "'Inter', sans-serif", "fontFace": [ { "fontFamily": "'Inter', sans-serif", "fontStyle": "normal", "fontWeight": "300 900", "fontStretch": "normal", "src": ["file:./assets/fonts/inter/inter.woff2"] }, { "fontFamily": "'Inter', sans-serif", "fontStyle": "italic", "fontWeight": "300 900", "fontStretch": "normal", "src": ["file:./assets/fonts/inter/inter-italic.woff2"] } ] } ], "fluid": false, "fontSizes": [ { "name": "xsmall", "slug": "x-small", "size": "0.75rem" }, { "name": "small", "slug": "small", "size": "0.875rem" }, { "name": "medium", "slug": "medium", "size": "1rem" }, { "name": "large", "slug": "large", "size": "1.25rem" }, { "name": "xlarge", "slug": "x-large", "size": "1.625rem" }, { "name": "xxlarge", "slug": "xx-large", "size": "2rem" }, { "name": "huge", "slug": "huge", "size": "2.5rem" }, { "name": "xhuge", "slug": "x-huge", "size": "3.125rem" }, { "name": "jumbo", "slug": "jumbo", "size": "3.875rem" }, { "name": "display", "slug": "display", "size": "4.875rem" } ] }, "dimensions": { "minHeight": true }, "position": { "sticky": true }, "custom": { "lineHeight": { "heading": "1.2", "text": "1.5" } } }, "styles": { "color": { "background" : "var:preset|color|base", "text": "var:preset|color|contrast" }, "typography": { "fontFamily": "var:preset|font-family|inter", "fontSize": "var:preset|font-size|medium", "fontWeight": "400" }, "elements": { "button": { "color": { "background": "var:preset|color|primary", "text": "var:preset|color|base" }, "border": { "radius": "0px" }, ":hover": { "color": { "background": "var:preset|color|primary-400" } } }, "h1": { "typography": { "lineHeight": "var:custom|line-height|heading", "fontSize": "var:preset|font-size|display", "fontWeight": "800" } }, "h2": { "typography": { "fontSize": "var:preset|font-size|x-huge", "lineHeight": "var:custom|line-height|heading" } }, "h3": { "typography": { "fontSize": "var:preset|font-size|xx-large", "lineHeight": "var:custom|line-height|heading" } }, "h4": { "typography": { "fontSize": "var:preset|font-size|x-large", "lineHeight": "var:custom|line-height|heading" } }, "h5" :{ "typography": { "fontSize": "var:preset|font-size|large", "lineHeight": "var:custom|line-height|heading" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|medium", "lineHeight": "var:custom|line-height|text" } }, "heading": { "typography": { "fontSize": "var:preset|font-size|huge", "lineHeight": "var:custom|line-height|heading", "fontWeight": "700" }, "color": { "text": "var:preset|color|heading" } }, "link": { "color": { "text": "var:preset|color|primary" }, ":hover": { "border": { "bottom": { "style": "solid", "width": "1px", "color": "var:preset|color|primary400" } }, "color": { "text": "var:preset|color|primary400" } }, ":active": { "border": { "bottom": { "style": "solid", "width": "1px", "color": "var:preset|color|primary" } } } } }, "blocks": { "core/quote": { "typography": { "fontStyle": "italic" } } } }, "customTemplates": [ { "name": "full-width-template", "title": "Full Width template", "postTypes": [ "page" ] } ], "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" }, { "area": "header", "name": "header-centered-hero", "title": "Header with centered Hero" }, { "area": "header", "name": "header-navigation-only", "title": "Header without Hero" }, { "area": "header", "name": "header-post-title", "title": "Header with title" }, { "area": "uncategorized", "name": "sidebar", "title": "Sidebar" } ], "patterns": [] }