I implemented Eric Meyer's Reset to set the font, and then loaded my stylesheet to globally set the font using the universal selector.
Even though I loaded the universal selector in my SASS after the reset, the reset is still taking precedence. (Attached is a screenshot from devtools for reference)
I understand that this issue is related to specificity, but I expected the universal selector to act as a wildcard. Why is this happening?