:root {
  /* Border Width Tokens (0-10px) */
  --ng-border-width-0: 0px;
  --ng-border-width-1: 1px;
  --ng-border-width-2: 2px;
  --ng-border-width-3: 3px;
  --ng-border-width-4: 4px;
  --ng-border-width-5: 5px;
  --ng-border-width-6: 6px;
  --ng-border-width-7: 7px;
  --ng-border-width-8: 8px;
  --ng-border-width-9: 9px;
  --ng-border-width-10: 10px;

  /* Border Style Tokens */
  --ng-border-style-none: none;
  --ng-border-style-solid: solid;
  --ng-border-style-dashed: dashed;
  --ng-border-style-dotted: dotted;
  --ng-border-style-double: double;
  --ng-border-style-groove: groove;
  --ng-border-style-ridge: ridge;
  --ng-border-style-inset: inset;
  --ng-border-style-outset: outset;
  --ng-border-style-hidden: hidden;

  --ng-border-none: none;
}