{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "settings": { "color": { "palette": [ { "color": "#f5e6be", "name": "Cream", "slug": "base" }, { "color": "#5e3023", "name": "Dark Brown", "slug": "contrast" }, { "color": "#e3b448", "name": "Mustard Yellow", "slug": "accent-1" }, { "color": "#d1603d", "name": "Burnt Orange", "slug": "accent-2" }, { "color": "#4d5d53", "name": "Avocado Green", "slug": "accent-3" }, { "color": "#a04033", "name": "Retro Red", "slug": "accent-4" } ] }, "typography": { "fontFamilies": [ { "fontFamily": "\"Fraunces\", serif", "name": "Fraunces (Retro Serif)", "slug": "heading" }, { "fontFamily": "\"Outfit\", sans-serif", "name": "Outfit (Modern Sans)", "slug": "body" } ] } }, "styles": { "typography": { "fontFamily": "var(--wp--preset--font-family--body)", "fontSize": "1.1rem", "lineHeight": "1.6" }, "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--contrast)" }, "elements": { "heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--heading)", "fontWeight": "800" } }, "link": { "color": { "text": "var(--wp--preset--color--accent-2)" }, "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } }, "button": { "color": { "background": "var(--wp--preset--color--accent-1)", "text": "var(--wp--preset--color--contrast)" }, "border": { "radius": "50px" } } }, "blocks": { "core/site-title": { "typography": { "fontFamily": "var(--wp--preset--font-family--heading)", "fontWeight": "900", "fontStyle": "italic", "fontSize": "2rem" } }, "core/post-title": { "typography": { "fontFamily": "var(--wp--preset--font-family--heading)", "fontWeight": "800" } } } } }