{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "customTemplates": [ { "name": "blank", "postTypes": ["page", "post"], "title": "Blank" }, { "name": "no-title", "postTypes": ["page", "post"], "title": "No Title" } ], "settings": { "appearanceTools": true, "blocks": { "core/button": { "spacing": { "spacingSizes": [ { "name": "xSmall", "size": "10px", "slug": "x-small" }, { "name": "Small", "size": "15px", "slug": "small" }, { "name": "Medium", "size": "20px", "slug": "medium" }, { "name": "Large", "size": "30px", "slug": "large" }, { "name": "xLarge", "size": "40px", "slug": "x-large" } ] } } }, "color": { "defaultDuotone": false, "defaultGradients": false, "defaultPalette": false, "duotone": [ { "colors": [ "#000000", "#ffffff" ], "name": "Black and White", "slug": "black-and-white" }, { "colors": [ "#0000ff", "#ffffff" ], "name": "Primary and White", "slug": "primary-and-white" }, { "colors": [ "#000099", "#ffffff" ], "name": "Secondary and White", "slug": "secondary-and-white" } ], "gradients": [ { "gradient": "linear-gradient(0deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--contrast) 100%)", "name": "Primary to Contrast", "slug": "primary-contrast" } ], "palette": [ { "color": "#ffffff", "name": "Base", "slug": "base" }, { "color": "#000000", "name": "Contrast", "slug": "contrast" }, { "color": "#0000ff", "name": "Primary", "slug": "primary" }, { "color": "#000099", "name": "Secondary", "slug": "secondary" }, { "color": "#eeeeee", "name": "Neutral", "slug": "neutral" } ] }, "custom": { "fontWeight": { "thin": 100, "extra-light": 200, "light": 300, "regular": 400, "medium": 500, "semi-bold": 600, "bold": 700, "extra-bold": 800, "black": 900 }, "lineHeight": { "body": 1.75, "heading": 1.1, "medium": 1.5, "one": 1 }, "spacing": { "gap": "30px" } }, "layout": { "contentSize": "640px", "wideSize": "1200px" }, "shadow": { "defaultPresets": false, "presets": [ { "name": "Light", "shadow": "0 0 50px rgb(10, 10, 10, 0.1);", "slug": "light" }, { "name": "Solid", "shadow": "5px 5px 0 rgb(10, 10, 10, 1)", "slug": "solid" } ] }, "spacing": { "defaultSpacingSizes": false, "spacingSizes": [ { "name": "xSmall", "size": "20px", "slug": "x-small" }, { "name": "Small", "size": "clamp(30px, 4vw, 40px)", "slug": "small" }, { "name": "Medium", "size": "clamp(40px, 6vw, 60px)", "slug": "medium" }, { "name": "Large", "size": "clamp(50px, 8vw, 80px)", "slug": "large" }, { "name": "xLarge", "size": "clamp(60px, 10vw, 100px)", "slug": "x-large" } ], "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "typography": { "defaultFontSizes": false, "dropCap": false, "fluid": true, "fontFamilies": [ { "fontFace": [ { "fontDisplay": "block", "fontFamily": "Outfit", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "100 900", "src": [ "file:./assets/fonts/Outfit-Variable.woff2" ] } ], "fontFamily": "Outfit, sans-serif", "name": "Outfit", "slug": "primary" }, { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", "slug": "system-font" } ], "fontSizes": [ { "fluid": false, "name": "xSmall", "size": "16px", "slug": "x-small" }, { "fluid": false, "name": "Small", "size": "18px", "slug": "small" }, { "fluid": { "min": "18px", "max": "20px" }, "name": "Medium", "size": "20px", "slug": "medium" }, { "fluid": { "min": "20px", "max": "24px" }, "name": "Large", "size": "24px", "slug": "large" }, { "fluid": { "min": "24px", "max": "30px" }, "name": "xLarge", "size": "30px", "slug": "x-large" }, { "fluid": { "min": "30px", "max": "36px" }, "name": "36px", "size": "36px", "slug": "max-36" }, { "fluid": { "min": "36px", "max": "48px" }, "name": "48px", "size": "48px", "slug": "max-48" }, { "fluid": { "min": "42px", "max": "60px" }, "name": "60px", "size": "60px", "slug": "max-60" }, { "fluid": { "min": "48px", "max": "72px" }, "name": "72px", "size": "72px", "slug": "max-72" } ] }, "useRootPaddingAwareAlignments": true }, "styles": { "blocks": { "core/button": { "variations": { "outline" : { "border": { "color": "currentColor", "style": "solid", "width": "1px" }, "spacing": { "padding": { "top": "14px", "right": "29px", "bottom": "14px", "left": "29px" } } } } }, "core/buttons": { "spacing": { "blockGap": "10px" } }, "core/code": { "color": { "background": "var(--wp--preset--color--contrast)", "text": "var(--wp--preset--color--base)" }, "css": "& code {overflow-wrap: normal; overflow-x: scroll; tab-size: 4; white-space: pre !important;}", "spacing": { "padding": { "top": "var(--wp--custom--spacing--gap)", "right": "var(--wp--custom--spacing--gap)", "bottom": "var(--wp--custom--spacing--gap)", "left": "var(--wp--custom--spacing--gap)" } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/comment-author-name": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-date": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-edit-link": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/comment-reply-link": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/comments": { "spacing": { "margin": { "top": "var(--wp--preset--spacing--x-large)" } } }, "core/comments-title": { "spacing": { "margin": { "top": "var(--wp--custom--spacing--gap)", "bottom": "var(--wp--custom--spacing--gap)" } } }, "core/cover": { "spacing": { "padding": { "top": "var(--wp--custom--spacing--gap)", "right": "var(--wp--custom--spacing--gap)", "bottom": "var(--wp--custom--spacing--gap)", "left": "var(--wp--custom--spacing--gap)" } } }, "core/image": { "spacing": { "margin": { "top": "30px", "right": "0", "bottom": "30px", "left": "0" } } }, "core/list": { "css": "&.is-style-no-disc {list-style-type: none; padding-left: 0;}", "spacing": { "padding": { "left": "var(--wp--custom--spacing--gap)" } } }, "core/navigation": { "elements": { "link": { "typography": { "textDecoration": "none" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/paragraph": { "css": ".has-background {padding: 20px 30px;}" }, "core/post-comments-form": { "css": "& input[type=submit] {width: auto;} & label {font-size: var(--wp--preset--font-size--x-small);}" }, "core/post-template": { "spacing": { "blockGap": "var(--wp--preset--spacing--medium);" } }, "core/preformatted": { "color": { "background": "var(--wp--preset--color--contrast)", "text": "var(--wp--preset--color--base)" }, "css": "{overflow-wrap: normal; overflow-x: scroll; tab-size: 4; white-space: pre !important;}", "spacing": { "padding": { "top": "25px", "right": "30px", "bottom": "25px", "left": "30px" } } }, "core/pullquote": { "border": { "color": "var(--wp--preset--color--contrast)", "style": "solid", "width": "1px" }, "css": "& p {margin: 0;}", "elements": { "cite": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)", "fontStyle": "inherit" } } }, "spacing": { "padding": { "top": "var(--wp--custom--spacing--gap)", "right": "var(--wp--custom--spacing--gap)", "bottom": "var(--wp--custom--spacing--gap)", "left": "var(--wp--custom--spacing--gap)" } }, "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "lineHeight": "var(--wp--custom--line-height--medium)" } }, "core/quote": { "border": { "color": "var(--wp--preset--color--contrast)", "style": "solid", "width": "1px" }, "css": "& p {margin: 0;}", "elements": { "cite": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)", "fontStyle": "inherit" } } }, "spacing": { "padding": { "top": "var(--wp--custom--spacing--gap)", "right": "var(--wp--custom--spacing--gap)", "bottom": "var(--wp--custom--spacing--gap)", "left": "var(--wp--custom--spacing--gap)" } } }, "core/separator": { "border": { "color": "currentColor", "radius": "0", "style": "solid", "width": "1px 0 0" }, "css": ":not(.is-style-wide):not(.is-style-dots) {width: 100px;}" }, "core/site-title": { "elements": { "link": { "typography": { "textDecoration": "none" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "core/social-links": { "css": ".is-style-outline .wp-block-social-link {background-color: transparent;border: 1px solid currentColor;}", "spacing": { "blockGap": "10px" } }, "core/spacer": { "spacing": { "margin": { "top": "0" } } }, "core/table": { "css": "th {border-color: var(--wp--preset--color--contrast) !important;} & td {border-color: var(--wp--preset--color--contrast) !important;}", "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/template-part": { "spacing": { "margin": { "top": "0" } } } }, "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--contrast)" }, "elements": { "button": { "border": { "radius": "5px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--base)" }, "spacing": { "padding": { "top": "15px", "right": "30px", "bottom": "15px", "left": "30px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--x-small)", "fontWeight": "var(--wp--custom--font-weight--regular)", "lineHeight": "var(--wp--custom--line-height--medium)" }, ":hover": { "color": { "background": "var(--wp--preset--color--primary)" } } }, "caption": { "spacing": { "margin": { "top": "10px", "bottom": "0px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--max-36)" } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)" } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--large)" } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)" } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "heading": { "typography": { "fontWeight": "var(--wp--custom--font-weight--regular)", "lineHeight": "var(--wp--custom--line-height--heading)" } }, "link": { "color": { "text": "var(--wp--preset--color--contrast)" }, ":hover": { "color": { "text": "var(--wp--preset--color--contrast)" } } } }, "spacing": { "blockGap": "var(--wp--custom--spacing--gap)", "padding": { "top": "0px", "right": "var(--wp--custom--spacing--gap)", "bottom": "0px", "left": "var(--wp--custom--spacing--gap)" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--primary)", "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "var(--wp--custom--font-weight--light)", "lineHeight": "var(--wp--custom--line-height--body)" } }, "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" } ] }