/* Registered sizing units. Container-query units (cqw/cqh) inside an unregistered custom property are resolved where the property is
   finally used, so inside a container (a welcome tile, a card) they measured that container instead of the screen: that is why tile
   type, icons and card text went small on 2K/4K/ultrawide. Registering the units as <length> resolves them once, against the screen,
   on the element that declares them; descendants inherit the finished pixel value. Load this before every other sheet. */
@property --wt{syntax:'<length>';inherits:true;initial-value:1px}
@property --st{syntax:'<length>';inherits:true;initial-value:1px}
@property --gt{syntax:'<length>';inherits:true;initial-value:1px}
@property --gu{syntax:'<length>';inherits:true;initial-value:1px}
@property --gh{syntax:'<length>';inherits:true;initial-value:1px}
@property --edge{syntax:'<length>';inherits:true;initial-value:16px}
@property --col-w{syntax:'<length>';inherits:true;initial-value:1040px}
