When using the Esri Icon Font (Calcite theme), I am attempting to override the font styles, however they do not seem to be applied. A working example is available here:
https://stackblitz.com/edit/web-platform-6q9noc
For example, if I set the color or the font weight property, I do not see that change applied in the map:
.esri-icon-check-mark {
color: blue;
weight: "bold";
}
What is the correct way to override these styles when using the Esri icon fonts as a graphic's symbol?