Is there a reason that we don't constants in CSS yet?
I was looking trough the open issues and couldn't find a single one asking for it.
e.g. for stuff like font-families or theme independent colors like brand colors it would be great to have something like this to make sure they don't get overwritten.
The syntax could be similar to custom properties by replaying - with _ so __*. These should also be allowed in @property definitions.
I'm not 100% sure whether there should also be a new function to access these constants or whether the underscore are enough to differentiate the two when using var() for both. Open for discussion.