{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "settings": { "appearanceTools": true, "color": { "background": true, "custom": true, "customDuotone": true, "customGradient": true, "defaultDuotone": true, "defaultGradients": true, "defaultPalette": true, "duotone": [], "palette": [ { "color": "#FFFFFF", "name": "Base", "slug": "base" }, { "color": "#5271FF", "name": "Contrast", "slug": "contrast" }, { "color": "#00BBF9", "name": "Accent 1", "slug": "accent-1" }, { "color": "#0F172A", "name": "Accent 2", "slug": "accent-2" }, { "color": "#475569", "name": "Accent 3", "slug": "accent-3" }, { "color": "#556173", "name": "Accent 4", "slug": "accent-4" }, { "color": "#5271FF29", "name": "Accent 5", "slug": "accent-5" }, { "color": "#5271FF0D", "name": "Accent 6", "slug": "accent-6" } ], "gradients": [ { "slug": "primary", "gradient": "radial-gradient(20% 20% at 48% 3%, #7CF7FF9E 2%, #FF000000 99%),radial-gradient(18% 39% at -2% 50%, #5271FF9C 1%, #FF000000 99%),radial-gradient(75% 75% at 50% 50%, #FFFFFFFF 0%, #FFFFFFFF 58%);", "name": "Primary" }, { "slug": "accent-gradient", "gradient": "linear-gradient(90deg, #5271FF 0%, #00BBF9 100%)", "name": "Accent Gradient " } ] }, "layout": { "contentSize": "1400px", "wideSize": "1400px" }, "spacing": { "blockGap": true, "defaultSpacingSizes": false, "margin": true, "padding": true, "spacingSizes": [ { "size": "clamp(0.313rem, 1vw, 0.625rem)", "slug": "axvart-extra-small", "name": "Extra Small" }, { "size": "clamp(0.938rem, 2.3vw, 1.25rem)", "slug": "axvart-small", "name": "Small" }, { "size": "clamp(1.25rem, 3.5vw, 1.875rem)", "slug": "axvart-medium", "name": "Medium" }, { "size": "clamp(1.875rem, 6vw, 3.75rem)", "slug": "axvart-normal", "name": "Normal" }, { "size": "clamp(2.5rem, 7.3vw, 4.688rem)", "slug": "axvart-large", "name": "Large" }, { "size": "clamp(3.75em, 10.5vw, 6.25rem)", "slug": "axvart-extra-large", "name": "Extra Large" }, { "size": "clamp(4.375rem, 12.5vw, 8.125rem)", "slug": "axvart-huge", "name": "Huge" } ], "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "writingMode": true, "defaultFontSizes": false, "fluid": true, "fontSizes": [ { "slug": "extra-small", "size": "clamp(0.875rem, 2vw, 0.875rem)", "name": "Extra Small" }, { "slug": "small", "size": "clamp(0.875rem, 2vw, 1rem)", "name": "Small" }, { "slug": "normal", "size": "clamp(1.125rem, 3vw, 1.5rem)", "name": "Normal" }, { "slug": "medium", "size": "clamp(1.375rem, 4vw, 2rem)", "name": "Medium" }, { "slug": "large", "size": "clamp(1.75rem, 4vw, 2.625rem)", "name": "Large" }, { "slug": "extra-large", "size": "clamp(2rem, 5vw, 3.625rem)", "name": "Extra large" }, { "slug": "huge", "size": "clamp(2.188rem, 6.5vw, 4.375rem);", "name": "Huge" } ], "fontFamilies": [ { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", "slug": "system-font" }, { "fontFamily": "Urbanist", "slug": "urbanist", "name": "Urbanist", "fontFace": [ { "fontFamily": "Urbanist", "fontStyle": "normal", "fontWeight": "100 900", "src": [ "file:./assets/fonts/urbanist.ttf" ] } ] }, { "fontFamily": "Open Sans", "slug": "open-sans", "name": "Open Sans", "fontFace": [ { "fontFamily": "Open Sans", "fontStyle": "normal", "fontWeight": "300 800", "src": [ "file:./assets/fonts/openSans.ttf" ] }, { "fontFamily": "Open Sans", "fontStyle": "italic", "fontWeight": "300 800", "src": [ "file:./assets/fonts/openSans-italic.ttf" ] } ] } ], "customFontSize": true, "fontStyle": true, "fontWeight": true, "letterSpacing": true, "lineHeight": true, "textColumns": true, "textDecoration": true, "textTransform": true, "dropCap": true }, "border": { "color": true, "radius": true, "style": true, "width": true }, "useRootPaddingAwareAlignments": true, "blocks": { "core/image": { "spacing": { "padding": true, "margin": true }, "color": { "background": true }, "border": { "color": true, "radius": true, "style": true, "width": true } } } }, "styles": { "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--accent-2)" }, "spacing": { "blockGap": "1.5rem", "padding": { "left": "0px", "right": "0px" }, "margin": { "top": "0px", "right": "0px", "bottom": "0px", "left": "0px" } }, "typography": { "fontFamily": "var(--wp--preset--font-family--open-sans)", "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500", "lineHeight": "1.5" }, "blocks": { "core/avatar": { "border": { "radius": "100px" } }, "core/details": { "spacing": { "padding": { "top": "1.5rem", "bottom": "1.5rem", "left": "2rem", "right": "2rem" }, "margin": { "bottom": "1rem" } }, "border": { "radius": "8px", "width": "1px", "color": "var(--wp--preset--color--accent-4)" }, "typography": { "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "600" } }, "core/button": { "variations": { "outline": { "border": { "width": "1px" }, "spacing": { "padding": { "bottom": "calc(1rem - 1px)", "left": "calc(2.25rem - 1px)", "right": "calc(2.25rem - 1px)", "top": "calc(1rem - 1px)" } } } } }, "core/columns": { "spacing": { "blockGap": "var(--wp--preset--spacing--axvart-normal)" } }, "core/buttons": { "spacing": { "blockGap": "16px" } }, "core/code": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-font)", "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "400" }, "color": { "background": "var(--wp--preset--color--accent-2)", "text": "var(--wp--preset--color--base)" }, "spacing": { "padding": { "right": "var(--wp--preset--spacing--axvart-small)", "bottom": "var(--wp--preset--spacing--axvart-small)", "left": "var(--wp--preset--spacing--axvart-small)", "top": "var(--wp--preset--spacing--axvart-small)" } } }, "core/comment-author-name": { "color": { "text": "var(--wp--preset--color--accent-3)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--accent-3)" }, "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500" }, "spacing": { "margin": { "top": "5px", "bottom": "0px" } } }, "core/comment-content": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--axvart-small)", "bottom": "var(--wp--preset--spacing--axvart-small)" } } }, "core/comment-date": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" }, "color": { "text": "var(--wp--preset--color--accent-3)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--accent-3)" } } } }, "core/comment-edit-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--accent-2)" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" } }, "core/comment-reply-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--accent-2)" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" } }, "core/post-comments-form": { "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: var(--wp--preset--color--accent-4) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }", "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "700" }, "spacing": { "padding": { "top": "var(--wp--preset--spacing--axvart-small)", "bottom": "var(--wp--preset--spacing--axvart-small)" } } }, "core/comments-pagination": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" }, "spacing": { "margin": { "top": "var(--wp--preset--spacing--axvart-small)", "bottom": "var(--wp--preset--spacing--axvart-small)" } }, "elements": { "link": { "typography": { "textDecoration": "none" }, "spacing": { "padding": "5px" } } } }, "core/comments-pagination-next": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" } }, "core/comments-pagination-numbers": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" } }, "core/comments-pagination-previous": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-small)" } }, "core/comments-title": { "typography": { "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "700" } }, "core/post-date": { "color": { "text": "var(--wp--preset--color--accent-3)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--accent-3)" }, ":hover": { "typography": { "textDecoration": "underline" } }, "typography": { "textDecoration": "none" } } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500" } }, "core/post-author": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500" } }, "core/post-author-name": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "500" } }, "core/post-navigation-link": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "elements": { "link": { ":hover": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "underline" } }, ":focus": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "underline" } }, ":active": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" } }, "typography": { "textDecoration": "none" } } } }, "core/post-terms": { "css": "& a { white-space: nowrap; }", "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "600" } }, "core/post-title": { "elements": { "link": { ":hover": { "typography": { "textDecoration": "underline" } }, ":active": { "color": { "text": "var(--wp--preset--color--accent-3)" }, "typography": { "textDecoration": "none" } }, "typography": { "textDecoration": "none", "fontSize": "var(--wp--preset--font-size--large)" } } } }, "core/post-content": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "elements": { "link": { "typography": { "textDecoration": "underline" } } } }, "core/post-excerpt": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" }, "elements": { "link": { "typography": { "textDecoration": "underline" } } } }, "core/quote": { "border": { "style": "solid", "width": "0 0 0 4px", "color": "var(--wp--preset--color--contrast)", "left": { "color": "var(--wp--preset--color--contrast)", "style": "solid", "width": "4px" } }, "spacing": { "blockGap": "var(--wp--preset--spacing--axvart-small)", "margin": { "left": "0", "right": "0" }, "padding": { "left": "clamp(1rem, 2vw, 1.5rem)" } }, "typography": { "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "400" }, "elements": { "cite": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontStyle": "normal", "fontWeight": "400" } } }, "css": "&.has-text-align-right { border-width: 0 2px 0 0; } &.has-text-align-center { border-width: 0;border-inline: 0; padding-inline: 0; }", "variations": { "plain": { "border": { "color": "transparent", "style": "none", "width": "0", "radius": "0" }, "spacing": { "padding": { "top": "0", "right": "0", "bottom": "0", "left": "0" } } } } }, "core/pullquote": { "typography": { "fontSize": "var(--wp--preset--font-size--extra-large)", "fontWeight": "400", "lineHeight": "1.3" }, "elements": { "cite": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontStyle": "normal" } } }, "spacing": { "padding": { "bottom": "var(--wp--preset--spacing--axvart-small)", "top": "var(--wp--preset--spacing--axvart-small)" } }, "border": { "top": { "color": "var(--wp--preset--color--contrast)", "style": "solid", "width": "2px" }, "bottom": { "color": "var(--wp--preset--color--contrast)", "style": "solid", "width": "2px" } } }, "core/query-title": { "typography": { "fontSize": "var(--wp--preset--font-size--normal)" }, "elements": { "link": { "typography": { "textDecoration": "none" } } } }, "core/query-pagination": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "700" }, "elements": { "link": { "typography": { "textDecoration": "none" } } } }, "core/search": { "css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-4);}", "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "1.6" }, "elements": { "button": { "border": { "radius": "3.125rem" }, "spacing": { "margin": { "left": "1.125rem" } }, ":hover": { "border": { "color": "transparent" } } } } }, "core/separator": { "border": { "color": "var(--wp--preset--color--accent-4)", "style": "solid", "width": "0 0 1px 0" }, "color": { "background": "var(--wp--preset--color--accent-4)", "text": "var(--wp--preset--color--accent-4)" }, "spacing": { "margin": { "top": "clamp(1.5rem, 2vw, 2rem)", "bottom": "clamp(1.5rem, 2vw, 2rem)" } }, "variations": { "wide": { "css": " &:not(.alignfull){max-width: var(--wp--style--global--wide-size) !important;}" } } }, "core/site-tagline": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/site-title": { "typography": { "fontWeight": "700", "letterSpacing": "-.5px" }, "elements": { "link": { "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } } } }, "core/term-description": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" } }, "core/navigation": { "color": { "text": "var(--wp--preset--color--accent-2)" }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontFamily": "var(--wp--preset--font-family--open-sans)", "lineHeight": "1.5", "fontWeight": "500" }, "elements": { "link": { ":hover": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" } }, ":focus": { "color": { "text": "var(--wp--preset--color--contrast)" } }, ":active": { "color": { "text": "var(--wp--preset--color--contrast)" } }, "typography": { "textDecoration": "none" } } } }, "core/list": { "spacing": { "margin": { "top": "0px", "bottom": "0px", "left": "0px", "right": "0px" }, "padding": { "top": "0px", "bottom": "0px", "left": "20px", "right": "0px" } }, "elements": { "link": { "typography": { "textDecoration": "none" }, ":hover": { "color": { "text": "var(--wp--preset--color--axvart-light-green)" } } } }, "css": "& li{margin-top: 0.5rem;}" }, "core/media-text": { "spacing": { "margin": { "top": "clamp(1.5rem, 2vw, 2rem)", "bottom": "clamp(1.5rem, 2vw, 2rem)" } } }, "core/paragraph": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "400" } }, "core/table": { "spacing": { "margin": { "top": "clamp(1.5rem, 2vw, 2rem)", "bottom": "clamp(1.5rem, 2vw, 2rem)" } } }, "core/image": { "css": "display: block; overflow: clip; & img { display: block; max-width: 100%; height: auto; }" } }, "elements": { "button": { "color": { "background": "var(--wp--preset--color--axvart-light-green)", "text": "var(--wp--preset--color--accent-2)" }, ":focus": { "outline": { "color": "var(--wp--preset--color--accent-3)", "offset": "2px" } }, ":hover": { "color": { "background": "#B1DE03", "text": "var(--wp--preset--color--accent-2)" }, "border": { "color": "transparent" } }, "spacing": { "padding": { "bottom": "clamp(8px, 2.5vw, 14px)", "left": "clamp(14px, 2.5vw, 30px)", "right": "clamp(14px, 2.5vw, 30px)", "top": "clamp(8px, 2.5vw, 14px)" } }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "1.5", "fontWeight": "700" }, "border": { "radius": "100px" } }, "caption": { "typography": { "fontSize": "var(--wp--preset--font-size--small)", "lineHeight": "1.4" } }, "h1": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--huge)", "fontWeight": "700" } }, "h2": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--extra-large)", "fontWeight": "700" } }, "h3": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "600" } }, "h4": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "600" } }, "h5": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--normal)", "fontWeight": "600" } }, "h6": { "typography": { "fontFamily": "var(--wp--preset--font-family--urbanist)", "lineHeight": "1.5", "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "600" } }, "heading": { "typography": { "fontWeight": "600", "lineHeight": "1.5" } }, "link": { "color": { "text": "var(--wp--preset--color--accent-2)" }, ":focus": { "outline": { "color": "var(--wp--preset--color--accent-3)", "offset": "2px", "style": "solid", "width": "2px" } }, ":hover": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" } }, "typography": { "textDecoration": "none" } } } }, "customTemplates": [ { "name": "blank", "postTypes": [ "page", "post" ], "title": "Blank" } ], "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" } ] }