diff --git a/theme.json b/theme.json index decbf8b..0bc9fde 100644 --- a/theme.json +++ b/theme.json @@ -282,12 +282,12 @@ "fontWeight": "400" }, "color": { - "text": "var(--wp--preset--color--main-purple)" + "text": "var(--wp--preset--color--contrast)" } }, "core/heading": { "color": { - "text": "var(--wp--preset--color--main-purple)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)", @@ -302,7 +302,22 @@ "variations": { "fill": { "color": { - "background": "var(--wp--preset--color--main-purple)" + "background": "var(--wp--preset--color--washed-green)", + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)", + "fontWeight": "700", + "letterSpacing": "0.64px" + }, + "spacing": { + "padding": { + "top": "1em", + "bottom": "1em", + "right": "2.5em", + "left": "2.5em" + } } }, "outline": { @@ -349,7 +364,7 @@ "width": "0 0 3px 0" }, "color": { - "text": "var(--wp--preset--color--main-purple)" + "text": "var(--wp--preset--color--main-green)" } } },