{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "useRootPaddingAwareAlignments": true, "color": { "palette": [ { "name": "Primary", "color": "#0052CC", "slug": "primary" }, { "name": "Secondary", "color": "#3385FF ", "slug": "secondary" }, { "name": "Heading", "color": "#00122E", "slug": "heading" }, { "name": "Body", "color": "#00122EA8", "slug": "body" }, { "name": "Background", "color": "#FFFFFF", "slug": "background" }, { "name": "Tertiary", "color": "#FFCD74", "slug": "tertiary" }, { "name": "Quaternary", "color": "#FFFBEB", "slug": "quaternary" }, { "name": "Surface", "color": "#F8FAFC", "slug": "surface" }, { "name": "Foreground", "color": "#0166FE", "slug": "foreground" }, { "name": "Outline", "color": "#E6E9EF", "slug": "outline" }, { "name": "Transparent", "color": "transparent", "slug": "transparent" }, { "name": "Current Color", "color": "#ffffff", "slug": "currentcolor" } ], "gradients": [ { "slug": "primary", "gradient": "linear-gradient(180deg, #0061FF 0%, #23AFF5 101.95%);", "name": "Primary" }, { "slug": "secondary", "gradient": "linear-gradient(180deg, #00122E 0%, #00122ecf 101.95%);", "name": "Secondary" } ], "duotone": [ { "colors": [ "#0166FE", "#0166FE" ], "slug": "primary", "name": "Primary" }, { "colors": [ "#00122E", "#00122E" ], "slug": "secondary", "name": "Secondary" } ] }, "appearanceTools": true, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ], "spacingScale": { "operator": "*", "increment": 0, "steps": 0, "mediumStep": 0, "unit": "px" }, "spacingSizes": [ { "name": "XXX Small", "slug": "xxx-small", "size": "calc(var(--wp--preset--font-size--medium,1rem)/4)" }, { "name": "XX Small", "slug": "xx-small", "size": "calc(var(--wp--preset--font-size--medium,1rem)/2)" }, { "name": "X Small", "slug": "x-small", "size": "calc(var(--wp--preset--font-size--medium,1rem))" }, { "name": "Small", "slug": "small", "size": "calc(var(--wp--preset--font-size--medium,1rem)*1.5)" }, { "name": "Medium", "slug": "medium", "size": "calc(var(--wp--preset--font-size--medium,1rem)*2)" }, { "name": "Large", "slug": "large", "size": "calc(var(--wp--preset--font-size--medium,1rem)*3)" }, { "name": "X Large", "slug": "x-large", "size": "calc(var(--wp--preset--font-size--medium,1rem)*4)" }, { "name": "XX Large", "slug": "xx-large", "size": "calc(var(--wp--preset--font-size--medium,1rem)*6)" } ] }, "typography": { "fontFamilies": [ { "fontFace": [ { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "300", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-300.woff2" ] }, { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "500", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-500.woff2" ] }, { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "600", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-600.woff2" ] }, { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "700", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-700.woff2" ] }, { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "800", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-800.woff2" ] }, { "fontFamily": "Figtree", "fontStyle": "normal", "fontWeight": "900", "src": [ "file:./assets/fonts/figtree/figtree-v7-latin-900.woff2" ] } ], "fontFamily": "\"Figtree\", sans-serif", "name": "Figtree", "slug": "figtree" } ], "fontSizes": [ { "name": "X Small", "size": "clamp(12px, 1.5vw, 14px)", "slug": "x-small", "fluid": { "min": "12px", "max": "14px" } }, { "name": "Small", "size": "clamp(14px, 1.6vw, 16px)", "slug": "small", "fluid": { "min": "14px", "max": "16px" } }, { "name": "Medium", "size": "clamp(16px, 1.8vw, 18px)", "slug": "medium", "fluid": { "min": "16px", "max": "18px" } }, { "name": "Large", "size": "clamp(20px, 2.2vw, 22px)", "slug": "large", "fluid": { "min": "20px", "max": "22px" } }, { "name": "X Large", "size": "clamp(24px, 3vw, 28px)", "slug": "x-large", "fluid": { "min": "24px", "max": "28px" } }, { "name": "XX Large", "size": "clamp(28px, 3.6vw, 36px)", "slug": "xx-large", "fluid": { "min": "28px", "max": "36px" } }, { "name": "XXX Large", "size": "clamp(32px, 3.6vw, 44px)", "slug": "xxx-large", "fluid": { "min": "32px", "max": "44px" } }, { "name": "XXXX Large", "size": "clamp(40px, 6.6vw, 56px)", "slug": "xxxx-large", "fluid": { "min": "40px", "max": "56px" } }, { "name": "XXXXX Large", "size": "clamp(80px, 6.6vw, 56px)", "slug": "xxxxx-large", "fluid": { "min": "80px", "max": "96px" } } ] }, "layout": { "contentSize": "1140px", "wideSize": "1200px" }, "custom": { "fontWeight": { "black": 900, "extraBold": 800, "bold": 700, "semiBold": 600, "medium": 500, "regular": 400, "light": 300, "extraLight": 200, "thin": 100 }, "lineHeight": { "initial": 1, "xxSmall": 1.2, "xSmall": 1.3, "small": 1.4, "medium": 1.45, "large": 1.6 }, "font-family": { "body": "var(--wp--preset--font-family--figtree)" } } }, "styles": { "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--body)" }, "spacing": { "blockGap": "var(--wp--preset--spacing--x-small)" }, "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontFamily": "var(--wp--custom--font-family--body)", "fontWeight": "var(--wp--custom--font-weight--regular)", "lineHeight": "var(--wp--custom--line-height--large)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--primary)" }, ":hover": { "color": { "text": "var(--wp--preset--color--secondary)" } } }, "heading": { "color": { "text": "var(--wp--preset--color--heading)" } }, "button": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--semiBold)", "lineHeight": "var(--wp--custom--line-height--initial)" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--currentcolor)" }, "border": { "radius": "0.375em", "color": "var(--wp--preset--color--primary)" }, ":hover": { "color": { "background": "var(--wp--preset--color--secondary)" } } }, "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--xxxx-large)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--xx-small)", "letterSpacing": "-2px" }, "spacing": { "margin": { "bottom": "var(--wp--preset--spacing--small)" } } }, "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--xxx-large)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--xx-small)", "letterSpacing": "-1px" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--medium)", "bottom": "var(--wp--preset--spacing--x-small)" } } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--xx-large)", "fontWeight": "var(--wp--custom--font-weight--medium)", "lineHeight": "var(--wp--custom--line-height--x-small)", "letterSpacing": "-0.5px" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--medium)", "bottom": "var(--wp--preset--spacing--x-small)" } } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)", "fontWeight": "var(--wp--custom--font-weight--semi-bold)", "lineHeight": "var(--wp--custom--line-height--x-small)", "letterSpacing": "-0.25px" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--small)", "bottom": "var(--wp--preset--spacing--xx-small)" } } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "var(--wp--custom--font-weight--semi-bold)", "lineHeight": "var(--wp--custom--line-height--medium)" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--small)", "bottom": "var(--wp--preset--spacing--xx-small)" } } }, "h6": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "var(--wp--custom--font-weight--semi-bold)", "lineHeight": "var(--wp--custom--line-height--medium)" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--x-small)", "bottom": "var(--wp--preset--spacing--xx-small)" } } } }, "blocks": { "core/site-title": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "var(--wp--custom--font-weight--semi-bold)", "lineHeight": "var(--wp--custom--line-height--large)", "letterSpacing": "0" }, "spacing": { "margin": { "top": "0", "bottom": "0" } } }, "core/post-title": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--heading)" }, ":hover": { "color": { "text": "var(--wp--preset--color--heading)" } } } } }, "core/navigation": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--font-weight--regular)", "lineHeight": "var(--wp--custom--line-height--large)", "letterSpacing": "0.25px" }, "spacing": { "blockGap": "var(--wp--preset--spacing--small)" } }, "core/post-terms": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)" } }, "core/post-author": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)" } }, "core/post-date": { "typography": { "fontSize": "var(--wp--preset--font-size--x-small)" } }, "core/search": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "lineHeight": "var(--wp--custom--line-height--initial)", "fontWeight": "var(--wp--custom--font-weight--regular)" }, "color": { "text": "var(--wp--preset--color--body)" } }, "core/separator": { "color": { "background": "var(--wp--preset--color--outline)" } }, "core/post-content": { "spacing": { "padding": { "left": "0", "right": "0" } } }, "core/group": { "spacing": { "padding": { "left": "var(--wp--preset--spacing--x-small)", "right": "var(--wp--preset--spacing--x-small)" } } } }, "custom": { "--wp--custom--drop-shadow--soft": "drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08))", "--wp--custom--drop-shadow--medium": "drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12))", "--wp--custom--drop-shadow--strong": "drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16))" } }, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" }, { "name": "sidebar", "title": "Sidebar", "area": "uncategorized" } ] }