{ "title": "Winona", "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "color": { "palette": [ { "slug": "foreground", "color": "#FFF", "name": "Foreground" }, { "slug": "background", "color": "#4814FF", "name": "Background" }, { "slug": "primary", "color": "#FF69B4", "name": "Primary" }, { "slug": "secondary", "color": "#FFF", "name": "Secondary" }, { "slug": "tertiary", "color": "#3A10CC", "name": "Tertiary" }, { "slug": "quaternary", "color": "#4112E5", "name": "Quaternary" } ] }, "custom": { "typography": { "letter-spacing": { "body": "-0.02em", "heading": "-0.02em", "uppercase": "-0.02em" } } } }, "styles": { "blocks": { "core/button": { "border": { "radius": "999px" }, "color": { "text": "var(--wp--preset--color--foreground)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } } }, "elements": { "h1": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } }, "h2": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } }, "h3": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } }, "h4": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } }, "h5": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } }, "h6": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "700" } } }, "typography": { "fontFamily": "var(--wp--preset--font-family--system-monospace)", "fontWeight": "500" } } }