Hi all, I'm trying to overwrite the "DynamicText" Font weight design properties, but instead of overwriting the old definition I'm seeing the old and the new one. Any tips? My current code trying overwrite atlas definitions: { "name": "Font Weight2", "oldNames": ["Font Weight, Weight"], "type": "ToggleButtonGroup", "description": "Emphasize the text with a heavier or lighter font weight", "options": [ { "name": "Regular", "oldNames": ["Light"], "class": "font-weight-regular" }, { "name": "Medium", "oldNames": ["Normal"], "class": "font-weight-medium" }, { "name": "Semibold", "class": "font-weight-semibold" }, { "name": "Bold", "class": "font-weight-bold" } ] } this is the result: