{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "color": { "palette": [ { "color": "#2F70B3", "slug": "brandy-accent", "name": "Brandy accent" }, { "color": "#272829", "slug": "brandy-primary-text", "name": "Brandy primary text" }, { "color": "#5A6D80", "slug": "brandy-secondary-text", "name": "Brandy secondary text" }, { "color": "#edf3f9", "slug": "brandy-border", "name": "Brandy border" }, { "color": "#ffffff", "slug": "brandy-theme-background", "name": "Brandy theme background" }, { "color": "#122941", "slug": "brandy-primary-black", "name": "Brandy primary black" } ], "custom": true, "customDuotone": true, "customGradient": true, "duotone": [ { "colors": ["#ffffff", "#111D27"], "slug": "brandy-white-and-black", "name": "Brandy white and black" }, { "colors": ["#111D27", "#ffffff"], "slug": "brandy-black-and-white", "name": "Brandy black and white" } ], "gradients": [], "link": true, "text": true, "background": true, "defaultGradients": true, "defaultPalette": true }, "typography": { "fluid": true, "fontFamilies": [ { "fontFamily": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif", "slug": "system-fonts", "name": "System fonts" }, { "fontFace": [ { "fontFamily": "Outfit", "fontStyle": "normal", "fontWeight": "100 900", "src": ["file:./assets/fonts/outfit/outfit-regular.ttf"] } ], "fontFamily": "\"Outfit\", sans-serif", "name": "Outfit", "slug": "outfit" } ], "fontSizes": [ { "fluid": false, "size": "0.75rem", "slug": "extra_small", "name": "Extra small" }, { "fluid": false, "size": "0.875rem", "slug": "small", "name": "Small" }, { "fluid": false, "size": "1rem", "slug": "base", "name": "Base" }, { "fluid": false, "size": "18px", "slug": "large", "name": "Large" }, { "fluid": false, "size": "1.25rem", "slug": "extra_large", "name": "Extra large" }, { "fluid": false, "size": "1.5rem", "slug": "2xl", "name": "2XL" }, { "fluid": false, "size": "36px", "slug": "4xl", "name": "4XL" }, { "fluid": { "min": "0.875rem", "max": "1.125rem" }, "size": "1.125rem", "slug": "large_to_small", "name": "Responsive Large to Small" }, { "fluid": { "min": "2.25rem", "max": "70px" }, "size": "70px", "slug": "responsive_big_heading", "name": "Responsive Big Heading" }, { "fluid": { "min": "28px", "max": "2.25rem" }, "size": "2.25rem", "slug": "responsive_h2", "name": "Responsive H2" } ] }, "border": { "radius": true, "color": true, "style": true, "width": true }, "spacing": { "margin": true, "padding": true, "blockGap": true, "spacingSizes": [ { "name": "1", "size": "min(1rem, 1vw)", "slug": "10" }, { "name": "2", "size": "min(1.5rem, 2vw)", "slug": "20" }, { "name": "3", "size": "min(2rem, 5vw)", "slug": "30" }, { "name": "4", "size": "min(2.5rem, 6vw)", "slug": "40" }, { "name": "5", "size": "min(4rem, 8vw)", "slug": "50" }, { "name": "6", "size": "min(6.5rem, 10vw)", "slug": "60" }, { "name": "7", "size": "min(9.3rem, 18vw)", "slug": "70" } ], "units": ["%", "px", "em", "rem", "vh", "vw"] }, "layout": { "contentSize": "960px", "wideSize": "1500px" }, "shadow": { "presets": [ { "name": "Small", "slug": "sm", "shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)" }, { "name": "Medium", "slug": "md", "shadow": "0 4px 10px 0 rgba( 0, 0, 0, 0.3 )" }, { "name": "Large", "slug": "lg", "shadow": "0 8px 15px 0 rgba( 0, 0, 0, 0.3 )" } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|system-fonts", "fontSize": "16px", "lineHeight": "1.6" }, "color": { "text": "var:preset|color|brandy-primary-text", "background": "var:preset|color|brandy-theme-background" }, "border": { "color": "var:preset|color|brandy-border" }, "elements": { "link": {}, "heading": { "typography": { "fontStyle": "normal", "fontWeight": "600" }, "spacing": { "margin": { "top": "1rem", "bottom": "1rem" } }, "color": { "text": "var:preset|color|brandy-primary-text" } }, "h1": { "typography": { "fontSize": "2.25rem", "lineHeight": "1.28" } }, "h2": { "typography": { "fontSize": "1.88rem", "lineHeight": "1.33" } }, "h3": { "typography": { "fontSize": "1.31rem", "lineHeight": "1.48" } }, "h4": { "typography": { "fontSize": "1.13rem", "lineHeight": "1.55" } }, "h5": { "typography": { "fontSize": "1rem", "lineHeight": "1.63" } }, "h6": { "typography": { "fontSize": "0.88rem", "lineHeight": "1.7" } }, "caption": { "color": { "text": "var:preset|color|brandy-secondary-text" }, "typography": { "fontSize": "14px" } }, "button": { "shadow": "var(--primary-button-box-shadow)", "color": { "text": "var:preset|color|white", "background": "var:preset|color|brandy-accent" }, ":hover": { "color": { "text": "#ffffff", "background": "#272829" }, "shadow": "var(--primary-button-hover-box-shadow)" }, "border": { "radius": "12px" }, "spacing": { "padding": { "left": "24px", "right": "24px", "top": "10px", "bottom": "10px" } }, "typography": { "fontSize": "14px", "fontWeight": "600", "lineHeight": "1.42" } } }, "blocks": { "core/buttons": { "spacing": { "margin": { "top": "0px", "bottom": "0px", "left": "0px", "right": "0px" } } }, "core/button": { "css": "& {transition: all ease-in-out var(--theme-component-transition-duration, .2s)}", "variations": { "outline": { "color": { "text": "var:preset|color|brandy-primary-text", "background": "var:preset|color|white" }, "shadow": "var(--outline-button-box-shadow)", "spacing": { "padding": { "left": "24px", "right": "24px", "top": "10px", "bottom": "10px" } }, "typography": { "fontSize": "14px", "fontWeight": "600", "lineHeight": "1.42" } } } }, "core/pullquote": { "typography": { "fontSize": "var(--wp--preset--font-size--large)", "fontStyle": "normal", "fontWeight": "normal", "lineHeight": "1.2", "textAlign": "center" }, "border": { "width": "10px", "style": "solid", "color": "var:preset|color|brandy-accent", "radius": "3px" }, "spacing": { "padding": { "top": "3em", "right": "3em", "bottom": "3em", "left": "3em" } } }, "core/quote": { "typography": { "fontStyle": "italic", "fontWeight": "light" }, "color": { "text": "var:preset|color|brandy-secondary-text" }, "border": { "left": { "width": "4px", "style": "solid", "color": "var:preset|color|brandy-accent" } } }, "core/post-title": { "color": { "text": "var:preset|color|brandy-primary-text" }, "elements": { "link": { "color": { "text": "var:preset|color|brandy-primary-text" } } } }, "core/tag-cloud": { "css": "& {display:flex;gap:10px;align-items:center;flex-wrap:wrap;} & .tag-cloud-link {position: relative;transition-property: transform, color, box-shadow;transition-duration: .2s;transition-timing-function: ease-in-out;box-shadow: 0 0 #0000, 0 0 #0000, 0 5px 12px #0000000d;text-transform: capitalize;} & .tag-cloud-link:hover {transform: translateY(-2px);box-shadow: 0 0 #0000, 0 0 #0000, 0 7px 25px #0000001f;}", "elements": { "link": { "color": { "text": "var:preset|color|brandy-secondary-text", "background": "#ffffff" }, "border": { "radius": "7px" }, "spacing": { "margin": { "top": "0px", "left": "0px", "right": "0px", "bottom": "0px" }, "padding": { "top": "0.5rem", "bottom": "0.5rem", "left": "0.75rem", "right": "0.75rem" } }, ":hover": { "color": { "text": "var:preset|color|brandy-primary-text" } } } }, "variations": { "outline": { "typography": { "fontSize": "14px" } } } } } }, "customTemplates": [ { "name": "single-with-sidebar", "postTypes": ["post"], "title": "Single with Sidebar" }, { "name": "page-with-sidebar", "postTypes": ["page"], "title": "Page with Sidebar" }, { "name": "page-no-title", "postTypes": ["page"], "title": "Page no title" }, { "name": "page-no-title-with-sidebar", "postTypes": ["page"], "title": "Page no title with sidebar" }, { "name": "page-wide", "postTypes": ["page"], "title": "Page wide" }, { "name": "page-wide-no-title", "postTypes": ["page"], "title": "Page wide no title" } ] }