{ "$schema": "https://schemas.wp.org/wp/6.4/theme.json", "settings": { "appearanceTools": "true", "border": { "radius": true }, "color": { "defaultDuotone": false, "duotone": [ { "colors": ["#111111", "#ffffff"], "slug": "duotone-1", "name": "Black and white" }, { "colors": ["#111111", "#C2A990"], "slug": "duotone-2", "name": "Black and sandstone" }, { "colors": ["#111111", "#D8613C"], "slug": "duotone-3", "name": "Black and rust" }, { "colors": ["#111111", "#B1C5A4"], "slug": "duotone-4", "name": "Black and sage" }, { "colors": ["#111111", "#B5BDBC"], "slug": "duotone-5", "name": "Black and pastel blue" } ], "palette": [ { "color": "#FFFFFF", "name": "Base", "slug": "base" }, { "color": "#F6F6F6", "name": "Base Two ", "slug": "base-2" }, { "slug": "primary", "color": "#28A7C3", "name": "Primary" }, { "color": "#111111", "name": "Contrast", "slug": "contrast" }, { "color": "#595959", "name": "Contrast / Two", "slug": "contrast-2" }, { "slug": "asset-2", "color": "#49b5cd", "name": "Asset Two" }, { "slug": "White Constant", "color": "#fffcfc", "name": "white-constant" }, { "slug": "Black Constant", "color": "#020202", "name": "black-constant" } ] }, "layout": { "contentSize": "1240px" }, "spacing": { "blockGap": true, "margin": true, "padding": true, "units": [ "px", "em", "rem", "vh", "vw", "%" ] }, "typography": { "fluid": true, "fontFamilies": [ { "fontFamily": "Poppins, sans-serif", "name": "Poppins", "slug": "poppins", "fontFace": [ { "fontFamily": "Poppins", "fontWeight": "300", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/poppins/Poppins-Light.ttf" ] }, { "fontFamily": "Poppins", "fontWeight": "400", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/poppins/Poppins-Regular.ttf" ] }, { "fontFamily": "Poppins", "fontWeight": "500", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/poppins/Poppins-Medium.ttf" ] }, { "fontFamily": "Poppins", "fontWeight": "600", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/poppins/Poppins-SemiBold.ttf" ] }, { "fontFamily": "Poppins", "fontWeight": "700", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/poppins/Poppins-Bold.ttf" ] } ] } ], "fontSizes": [ { "name": "Very Small", "size": "17px", "slug": "very-small" }, { "name": "Normal", "size": "18px", "slug": "normal" }, { "name": "Semi Medium", "size": "22px", "slug": "semi-medium" }, { "name": "Medium", "size": "30px", "slug": "medium" }, { "name": "Large", "size": "48px", "slug": "large" }, { "name": "Extra Large", "size": "65px", "slug": "x-large" } ], "lineHeight": true } }, "styles": { "blocks": { "core/comment-date": { "elements": { "link": { ":hover": { "color": { } }, "typography": { "fontSize": "15px" } } } }, "core/comment-reply-link": { "elements": { "link": { ":hover": { "color": { } }, "color": { }, "typography": { "fontSize": "15px" } } } }, "core/comments": { "elements": { "link": { "color": { } } } }, "core/list-item": { "elements": { "link": { "color": { }, "typography": { "fontSize": "var(--wp--preset--font-size--normal)" } } } }, "core/navigation": { "color": { }, "elements": { "link": { ":active": { "typography": { "textDecoration": "none" } }, ":hover": { "color": { }, "typography": { "textDecoration": "none" } }, "typography": { "fontWeight": "600", "textDecoration": "none" } } } }, "core/paragraph": { "color": { "text": "var(--wp--preset--color--contrast-2)" }, "typography": { "fontSize": "var(--wp--preset--font-size--very-small)", "fontWeight": "300", "lineHeight": "24px" } }, "core/post-excerpt": { "elements": { "link": { ":hover": { "color": { } }, "color": { } } } }, "core/post-title": { "elements": { "link": { "typography": { "fontSize": "var(--wp--preset--font-size--very-small)" } } } }, "core/query": { "elements": { "link": { "color": { } } } }, "core/read-more": { "typography": { } } }, "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--contrast)" }, "elements": { "button": { ":hover": { "color": { "background": "var(--wp--preset--color--asset-2)", "text": "var(--wp--preset--color--white-constant)" } }, "border": { "radius": "8px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white-constant)" }, "typography": { "fontSize": "var(--wp--preset--font-size--very-small)" } }, "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)" } }, "h2": { "color": { "text": "var(--wp--preset--color--contrast)" }, "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "600", "lineHeight": "57.6px" } }, "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "600", "lineHeight": "36px" } }, "h4": { "typography": { "fontSize": "var(--wp--preset--font-size--semi-medium)" } }, "h5": { "typography": { "fontSize": "var(--wp--preset--font-size--normal)" } }, "link": { "color": { "text": "var(--wp--preset--color--contrast)" }, ":active": { "typography": { "textDecoration": "none" } }, ":focus": { "typography": { "textDecoration": "none" } }, ":hover": { "typography": { "textDecoration": "none" }, "color": { "text": "var(--wp--preset--color--asset-2)" } }, "typography": { "textDecoration": "underline" } } }, "typography": { "fontFamily": "var(--wp--preset--font-family--poppins)" } }, "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "uncategorized", "name": "sidebar", "title": "Sidebar" }, { "area": "footer", "name": "footer", "title": "Footer" } ], "version": 2 }