{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "title": "Lite", "settings": { "layout": { "contentSize": "999px", "wideSize": "1170px" }, "color": { "palette": [ { "color": "#f9f9f9", "name": "Base", "slug": "base" }, { "color": "#616161", "name": "Body Text", "slug": "body-text" }, { "color": "#f6f6f6", "name": "Section Background", "slug": "section-bg" }, { "color": "#181824", "name": "Headings", "slug": "heading" }, { "color": "#622711", "name": "Primary", "slug": "primary" }, { "color": "#815240", "name": "Secondary", "slug": "secondary" } ] }, "typography": { "fontFamilies": [ { "fontFamily": "\"Raleway\", sans-serif", "name": "Raleway", "slug": "raleway", "fontFace": [ { "fontFamily": "Raleway", "fontWeight": "400", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-Regular.ttf" ] }, { "fontFamily": "Raleway", "fontWeight": "500", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-Medium.ttf" ] }, { "fontFamily": "Raleway", "fontWeight": "600", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-SemiBold.ttf" ] }, { "fontFamily": "Raleway", "fontWeight": "900", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-ExtraBold.ttf" ] }, { "fontFamily": "Raleway", "fontWeight": "200", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-ExtraLight.ttf" ] }, { "fontFamily": "Raleway", "fontWeight": "700", "fontStyle": "normal", "fontStretch": "", "src": [ "file:./assets/fonts/Raleway/static/Raleway-Bold.ttf" ] } ] } ], "fontSizes": [ { "name": "Body Text", "slug": "body-text", "size": "16px" }, { "name": "Extra Small", "slug": "extra-small", "size": "12px" }, { "name": "Small", "slug": "small", "size": "14px" }, { "name": "Medium", "slug": "medium", "size": "18px" }, { "name": "Regular", "slug": "regular", "size": "22px" }, { "name": "Large", "slug": "large", "size": "26px" }, { "name": "Extra Large", "slug": "extra-large", "size": "32px" }, { "name": "Big", "slug": "big", "size": "clamp(1.75rem, 1.575rem + 0.875vw, 2.625rem)" }, { "name": "Huge", "slug": "huge", "size": "clamp(40px, calc(2.25rem + ((1vw - 3.2px) * 2.375)), 74px);" }, { "name": "Gigantic", "slug": "gigantic", "size": "clamp(42px, calc(2.625rem + ((1vw - 3.2px) * 2.75)), 86px);" }, { "name": "Banner Title", "slug": "banner-title", "size": "clamp(2.625rem, 2.219rem + 2.031vw, 4.25rem)" }, { "name": "Section Title", "slug": "section-title", "size": "clamp(2rem, 1.781rem + 1.094vw, 2.875rem)" } ], "fontWeight": true, "lineHeight": true }, "appearanceTools": true, "useRootPaddingAwareAlignments": true, "spacing": { "padding": true, "margin": true, "blockGap": true, "units": [ "px", "%", "em", "rem", "vh", "vw" ] } }, "styles": { "blocks": { "core/site-title": { "typography": { "fontSize": "clamp(2rem, 1.825rem + 0.875vw, 2.875rem)", "fontWeight": "700", "lineHeight": "1.2", "textTransform": "uppercase" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--secondary)" }, ":hover": { "color": { "text": "var(--wp--preset--color--primary);" } }, "typography": { "textDecoration": "none" } } } }, "core/navigation": { "typography": { "fontFamily": "var(--wp--preset--font-family--exo)", "fontSize": "15px", "fontWeight": "600", "letterSpacing": "2px", "textTransform": "capitalize" }, "color": { "text": "var(--wp--preset--color--secondary);" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--secondary);" }, ":hover": { "color": { "text": "var(--wp--preset--color--primary);" } }, ":focus": { "color": { "text": "var(--wp--preset--color--primary);" } }, ":active": { "color": { "text": "var(--wp--preset--color--primary);" } } } } } }, "typography": { "fontFamily": "var(--wp--preset--font-family--exo)", "fontSize": "var(--wp--preset--font-size--body-text)", "fontWeight": "500", "lineHeight": "1.5rem" }, "color": { "text": "var(--wp--preset--color--body-text)", "background": "var(--wp--preset--color--base)" }, "spacing": { "margin": { "top": "0", "bottom": "0", "right": "0", "left": "0" }, "padding": { "top": "0", "bottom": "0", "right": "0", "left": "0" } }, "elements": { "heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--exo)", "fontWeight": "700" }, "color": { "text": "var(--wp--preset--color--heading)" } }, "h1": { "typography": { "fontSize": "40px", "lineHeight": "1.5" } }, "h2": { "typography": { "fontSize": "30px", "lineHeight": "1.2" } }, "h3": { "typography": { "fontSize": "24px" } }, "h4": { "typography": { "fontSize": "22px" } }, "h5": { "typography": { "fontSize": "18px" } }, "h6": { "typography": { "fontSize": "16px" } }, "link": { "color": { "text": "var(--wp--preset--color--heading)" }, ":hover": { "color": { "text": "var(--wp--preset--color--primary)" } }, ":focus": { "color": { "text": "var(--wp--preset--color--primary)" }, "outline": { "width": "1px", "style": "dotted" } } }, "button": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--white)" }, ":hover": { "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white)" } } } } }, "templateParts": [ { "name": "header", "area": "header" }, { "name": "footer", "area": "footer" } ] }