Your CSS reset should be layered
Briefly

Cascade layers have reached a milestone, being widely available across all modern browsers for over 30 months. This stability is significant for web development practices.
It's essential to place your CSS reset inside a cascade layer. This simple step lowers its priority compared to unlayered styles, simplifying your CSS management.
Using cascade layers allows you to avoid specificity issues and conflicts with other selectors, making it easier to maintain your CSS resets without headaches.
By placing your CSS reset in a layer, you ensure it won't interfere with other layered styles. This organization is crucial for future use of layers.
Read at Mayank
[
|
]