{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" }, { "name": "page_header", "title": "Page Header", "area": "uncategorized" }, { "name": "single_html", "title": "Single Header Meta", "area": "single_html" } ], "customTemplates": [ { "name": "blank", "postTypes": [ "page", "post" ], "title": "Blank" }, { "name": "404", "postTypes": [ "page" ], "title": "404" } ], "settings": { "appearanceTools": true, "color": { "palette": [ { "color": "rgba(13, 23, 59, 0.8)", "name": "Base", "slug": "base" }, { "color": "#0D173B", "name": "Heading", "slug": "heading" }, { "color": "#3773fe", "name": "Primary", "slug": "primary" }, { "color": "rgba(13, 23, 59, 0.04)", "name": "Section Background", "slug": "section-bg" }, { "color": "rgba(55, 115, 254, 0.12)", "name": "Subtitle Background", "slug": "sub-bg" }, { "color": "currentColor", "name": "Current Color", "slug": "currentColor" }, { "color": "inherit", "name": "Inherit", "slug": "inherit" }, { "color": "transparent", "name": "Transparent", "slug": "transparent" } ], "gradients": [ { "gradient": "linear-gradient(88.08deg, #5DA7FE -10.27%, #3773FE 107.99%)", "name": "Primary Blue", "slug": "primary-blue" } ] }, "layout": { "contentSize": "700px", "wideSize": "1320px" }, "spacing": { "margin": true, "padding": true, "spacingScale": { "increment": 1.5, "operator": "+", "mediumStep": 1.5, "steps": 10, "unit": "px" } }, "typography": { "customFontSize": true, "fontFamilies": [ { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", "slug": "system-font" }, { "fontFace": [ { "fontDisplay": "block", "fontFamily": "Figtree", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "400", "src": [ "file:./assets/fonts/figtree/figtree-regular.ttf" ] }, { "fontDisplay": "block", "fontFamily": "Figtree Medium", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "500", "src": [ "file:./assets/fonts/figtree/figtree-medium.ttf" ] }, { "fontDisplay": "block", "fontFamily": "Figtree Semi Bold", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "600", "src": [ "file:./assets/fonts/figtree/figtree-semibold.ttf" ] }, { "fontDisplay": "block", "fontFamily": "Figtree Bold", "fontStretch": "normal", "fontStyle": "normal", "fontWeight": "700", "src": [ "file:./assets/fonts/figtree/figtree-bold.ttf" ] } ], "fontFamily": "Figtree", "name": "Figtree", "slug": "figtree" } ], "fontSizes": [ { "name": "S", "slug": "small", "size": "18px" }, { "name": "SM", "slug": "small-medium", "size": "clamp(18px, 1.5vw, 20px)", "fluid": { "min": "18px", "max": "20px" } }, { "name": "M", "slug": "medium", "size": "clamp(18px, 2.0vw, 22px)", "fluid": { "min": "18px", "max": "22px" } }, { "name": "ML", "slug": "medium-large", "size": "clamp(20px, 2.5vw, 24px)", "fluid": { "min": "20px", "max": "24px" } }, { "name": "L", "slug": "large", "size": "clamp(24px, 3vw, 36px)", "fluid": { "min": "24px", "max": "36px" } }, { "name": "XL", "slug": "x-large", "size": "clamp(32px, 3.6vw, 48px)", "fluid": { "min": "32px", "max": "48px" } }, { "name": "2XL", "slug": "xx-large", "size": "clamp(40px, 4.2vw, 56px)", "fluid": { "min": "40px", "max": "56px" } }, { "name": "3XL", "slug": "xxx-large", "size": "clamp(48px, 5.4vw, 64px)", "fluid": { "min": "48px", "max": "64px" } }, { "name": "4XL", "slug": "xxxx-large", "size": "clamp(48px, 6.6vw, 72px)", "fluid": { "min": "48px", "max": "72px" } } ] }, "custom": { "shadow-one": "0px 6px 32px 0px rgba(0, 14, 48, 0.08)", "shadow-two": "0px 72px 200px -32px #8F8F8F", "spacing": { "outer": "min(5vw, 30px)", "blockbottom": "31px" }, "service-boxshadow": "rgba(0, 14, 48, 0.08)", "fontWeight": { "black": 900, "extraBold": 800, "bold": 700, "semiBold": 600, "medium": 500, "regular": 400, "light": 300, "extraLight": 200, "thin": 100 } }, "useRootPaddingAwareAlignments": true }, "styles": { "typography": { "fontFamily": "var(--wp--preset--font-family--figtree)", "fontSize": "var(--wp--preset--font-size--medium)", "lineHeight": "1.6" }, "color": { "background": "var(--wp--preset--color--white)", "text": "var(--wp--preset--color--base)" }, "elements": { "link": { "typography": { "textDecoration": "none" }, "color": { "text": "var(--wp--preset--color--primary)" }, ":hover": { "color": { "text": "var(--wp--preset--color--heading)" } }, ":focus": { "color": { "text": "var(--wp--preset--color--heading)" } } }, "heading": { "color": { "text": "var(--wp--preset--color--heading)" } }, "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--xx-large)", "fontWeight": "600", "lineHeight": "1.14" } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)", "fontWeight": "600", "lineHeight": "1.16" } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "600", "lineHeight": "1.16" } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--medium-large)", "fontWeight": "600", "lineHeight": "1.66" } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--small-medium)", "fontWeight": "600", "lineHeight": "1.66" } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "600", "lineHeight": "1.66" } } }, "blocks": { "core/navigation": { "elements": { "link": { ":hover": { "color": { "text": "var(--wp--preset--color--primary)" } }, "spacing": { "padding": { "bottom": "0", "left": "0", "right": "0", "top": "0" } } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500", "lineHeight": "1.77" } }, "core/site-title": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--black)" }, "typography": { "textDecoration": "none" } } } }, "core/buttons": { "elements": { "button": { "color": { "background": "var(--wp--preset--color--primary)", "text": "#fff" }, ":hover": { "color": { "background": "var(--wp--preset--color--heading)", "text": "#fff" } } } } }, "core/button": { "spacing": { "padding": { "top": "10px", "right": "25px", "bottom": "10px", "left": "25px" } }, "border": { "color": "transparent", "radius": "12px", "style": "solid", "width": "1px" }, "elements": { "link": { "typography": { "textDecoration": "none" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "1.77em" } }, "core/paragraph": { "spacing": { "margin": { "top": "0px", "bottom": "var(--wp--custom--spacing--blockbottom)" } }, "color": { "text": "var(--wp--preset--color--base)" }, "elements": { "link": { "typography": { "fontWeight": "var(--wp--custom--font-weight--semi-bold)" } } }, "typography": { "fontSize": "18px" } }, "core/post-title": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--heading)" } } } }, "core/post-date": { "color": { "text": "var(--wp--preset--color--base)" } }, "core/post-terms": { "typography": { "fontWeight": "var(--wp--custom--font-weight--regular)" } }, "core/list": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "color": { "text": "var(--wp--preset--color--base)" } }, "core/table": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "color": { "text": "var(--wp--preset--color--base)" } } }, "spacing": { "blockGap": "1.5rem" } } }