### Description Folloing style is not overridable via theme.json due to clash with default CSS style that have higher specifity: ``` "core/social-links": { "typography": { "fontSize": "var(--wp--preset--font-size--large) !important" } } ```