{
  "pds-design-tokens": {
    "animation": {
      "focus": {
        "transition": {
          "value": "outline 200ms ease-in-out 0s",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-focus-transition",
          "attributes": {
            "category": "animation",
            "type": "focus",
            "item": "transition"
          },
          "path": [
            "animation",
            "focus",
            "transition"
          ]
        }
      },
      "rotation": {
        "transition": {
          "value": "transform 200ms ease-in-out 0s",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-rotation-transition",
          "attributes": {
            "category": "animation",
            "type": "rotation",
            "item": "transition"
          },
          "path": [
            "animation",
            "rotation",
            "transition"
          ]
        }
      },
      "reveal": {
        "transition": {
          "value": "all 300ms ease-in-out",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-reveal-transition",
          "attributes": {
            "category": "animation",
            "type": "reveal",
            "item": "transition"
          },
          "path": [
            "animation",
            "reveal",
            "transition"
          ]
        }
      },
      "button": {
        "transition": {
          "value": "all 200ms ease-in-out 0s",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-button-transition",
          "attributes": {
            "category": "animation",
            "type": "button",
            "item": "transition"
          },
          "path": [
            "animation",
            "button",
            "transition"
          ]
        }
      },
      "input": {
        "transition": {
          "value": "background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "background-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-input-transition",
          "attributes": {
            "category": "animation",
            "type": "input",
            "item": "transition"
          },
          "path": [
            "animation",
            "input",
            "transition"
          ]
        }
      },
      "link": {
        "transition": {
          "value": "all 200ms ease-in-out 0s",
          "public": true,
          "filePath": "tokens/animation/alias.json",
          "isSource": true,
          "original": {
            "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "animation-link-transition",
          "attributes": {
            "category": "animation",
            "type": "link",
            "item": "transition"
          },
          "path": [
            "animation",
            "link",
            "transition"
          ]
        }
      },
      "transition": {
        "default": {
          "delay": {
            "value": "0s",
            "public": true,
            "filePath": "tokens/animation/base.json",
            "isSource": true,
            "original": {
              "value": "0s",
              "public": true,
              "filePath": "build/json/pds-design-tokens.json",
              "isSource": false
            },
            "name": "animation-transition-default-delay",
            "attributes": {
              "category": "animation",
              "type": "transition",
              "item": "default",
              "subitem": "delay"
            },
            "path": [
              "animation",
              "transition",
              "default",
              "delay"
            ]
          },
          "duration": {
            "value": "200ms",
            "public": true,
            "filePath": "tokens/animation/base.json",
            "isSource": true,
            "original": {
              "value": "200ms",
              "public": true,
              "filePath": "build/json/pds-design-tokens.json",
              "isSource": false
            },
            "name": "animation-transition-default-duration",
            "attributes": {
              "category": "animation",
              "type": "transition",
              "item": "default",
              "subitem": "duration"
            },
            "path": [
              "animation",
              "transition",
              "default",
              "duration"
            ]
          },
          "timing-function": {
            "value": "ease-in-out",
            "public": true,
            "filePath": "tokens/animation/base.json",
            "isSource": true,
            "original": {
              "value": "ease-in-out",
              "public": true,
              "filePath": "build/json/pds-design-tokens.json",
              "isSource": false
            },
            "name": "animation-transition-default-timing-function",
            "attributes": {
              "category": "animation",
              "type": "transition",
              "item": "default",
              "subitem": "timing-function"
            },
            "path": [
              "animation",
              "transition",
              "default",
              "timing-function"
            ]
          }
        },
        "dropdown": {
          "duration": {
            "value": "300ms",
            "public": true,
            "filePath": "tokens/animation/base.json",
            "isSource": true,
            "original": {
              "value": "300ms",
              "public": true,
              "filePath": "build/json/pds-design-tokens.json",
              "isSource": false
            },
            "name": "animation-transition-dropdown-duration",
            "attributes": {
              "category": "animation",
              "type": "transition",
              "item": "dropdown",
              "subitem": "duration"
            },
            "path": [
              "animation",
              "transition",
              "dropdown",
              "duration"
            ]
          }
        },
        "reveal": {
          "duration": {
            "value": "300ms",
            "public": true,
            "filePath": "tokens/animation/base.json",
            "isSource": true,
            "original": {
              "value": "300ms",
              "public": true,
              "filePath": "build/json/pds-design-tokens.json",
              "isSource": false
            },
            "name": "animation-transition-reveal-duration",
            "attributes": {
              "category": "animation",
              "type": "transition",
              "item": "reveal",
              "subitem": "duration"
            },
            "path": [
              "animation",
              "transition",
              "reveal",
              "duration"
            ]
          }
        }
      }
    },
    "border": {
      "radius": {
        "default": {
          "value": 0.1875,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 0.1875,
            "defaultUnit": "rem",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-radius-default",
          "attributes": {
            "category": "border",
            "type": "radius",
            "item": "default"
          },
          "path": [
            "border",
            "radius",
            "default"
          ]
        },
        "bar": {
          "value": 3.5,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 3.5,
            "defaultUnit": "rem",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-radius-bar",
          "attributes": {
            "category": "border",
            "type": "radius",
            "item": "bar"
          },
          "path": [
            "border",
            "radius",
            "bar"
          ]
        },
        "button": {
          "value": 0.1875,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 0.1875,
            "defaultUnit": "rem",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-radius-button",
          "attributes": {
            "category": "border",
            "type": "radius",
            "item": "button"
          },
          "path": [
            "border",
            "radius",
            "button"
          ]
        },
        "container": {
          "value": 0.375,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 0.375,
            "defaultUnit": "rem",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-radius-container",
          "attributes": {
            "category": "border",
            "type": "radius",
            "item": "container"
          },
          "path": [
            "border",
            "radius",
            "container"
          ]
        },
        "input": {
          "value": 0.25,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 0.25,
            "defaultUnit": "rem",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-radius-input",
          "attributes": {
            "category": "border",
            "type": "radius",
            "item": "input"
          },
          "path": [
            "border",
            "radius",
            "input"
          ]
        }
      },
      "width": {
        "default": {
          "value": 1,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 1,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-width-default",
          "attributes": {
            "category": "border",
            "type": "width",
            "item": "default"
          },
          "path": [
            "border",
            "width",
            "default"
          ]
        },
        "double": {
          "value": 2,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 2,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-width-double",
          "attributes": {
            "category": "border",
            "type": "width",
            "item": "double"
          },
          "path": [
            "border",
            "width",
            "double"
          ]
        },
        "triple": {
          "value": 3,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 3,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-width-triple",
          "attributes": {
            "category": "border",
            "type": "width",
            "item": "triple"
          },
          "path": [
            "border",
            "width",
            "triple"
          ]
        },
        "outline": {
          "value": 1,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 1,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-width-outline",
          "attributes": {
            "category": "border",
            "type": "width",
            "item": "outline"
          },
          "path": [
            "border",
            "width",
            "outline"
          ]
        },
        "stepper": {
          "value": 3,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 3,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-width-stepper",
          "attributes": {
            "category": "border",
            "type": "width",
            "item": "stepper"
          },
          "path": [
            "border",
            "width",
            "stepper"
          ]
        }
      },
      "offset": {
        "default": {
          "value": 1,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 1,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-offset-default",
          "attributes": {
            "category": "border",
            "type": "offset",
            "item": "default"
          },
          "path": [
            "border",
            "offset",
            "default"
          ]
        },
        "double": {
          "value": 2,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 2,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-offset-double",
          "attributes": {
            "category": "border",
            "type": "offset",
            "item": "double"
          },
          "path": [
            "border",
            "offset",
            "double"
          ]
        },
        "triple": {
          "value": 3,
          "defaultUnit": "px",
          "public": true,
          "filePath": "tokens/border/alias.json",
          "isSource": true,
          "original": {
            "value": 3,
            "defaultUnit": "px",
            "public": true,
            "filePath": "build/json/pds-design-tokens.json",
            "isSource": false
          },
          "name": "border-offset-triple",
          "attributes": {
            "category": "border",
            "type": "offset",
            "item": "triple"
          },
          "path": [
            "border",
            "offset",
            "triple"
          ]
        }
      }
    },
    "z-index": {
      "navigation": {
        "value": 100,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 100,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-navigation",
        "attributes": {
          "category": "z-index",
          "type": "navigation"
        },
        "path": [
          "z-index",
          "navigation"
        ]
      },
      "dropdown": {
        "value": 300,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 300,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-dropdown",
        "attributes": {
          "category": "z-index",
          "type": "dropdown"
        },
        "path": [
          "z-index",
          "dropdown"
        ]
      },
      "notifications": {
        "value": 500,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 500,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-notifications",
        "attributes": {
          "category": "z-index",
          "type": "notifications"
        },
        "path": [
          "z-index",
          "notifications"
        ]
      },
      "overlay": {
        "value": 700,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 700,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-overlay",
        "attributes": {
          "category": "z-index",
          "type": "overlay"
        },
        "path": [
          "z-index",
          "overlay"
        ]
      },
      "modal": {
        "value": 900,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 900,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-modal",
        "attributes": {
          "category": "z-index",
          "type": "modal"
        },
        "path": [
          "z-index",
          "modal"
        ]
      },
      "max": {
        "value": 9999,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 9999,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-max",
        "attributes": {
          "category": "z-index",
          "type": "max"
        },
        "path": [
          "z-index",
          "max"
        ]
      },
      "reset": {
        "value": 0,
        "public": true,
        "filePath": "tokens/z-index/base.json",
        "isSource": true,
        "original": {
          "value": 0,
          "public": true,
          "filePath": "build/json/pds-design-tokens.json",
          "isSource": false
        },
        "name": "z-index-reset",
        "attributes": {
          "category": "z-index",
          "type": "reset"
        },
        "path": [
          "z-index",
          "reset"
        ]
      }
    },
    "text": {
      "anchor": {
        "L": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "165%",
            "textDecoration": "underline"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}",
              "textDecoration": "underline"
            },
            "type": "typography"
          },
          "name": "text-anchor-l",
          "attributes": {
            "category": "text",
            "type": "anchor",
            "item": "L"
          },
          "path": [
            "text",
            "anchor",
            "L"
          ]
        },
        "M": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "165%",
            "textDecoration": "underline"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}",
              "textDecoration": "underline"
            },
            "type": "typography"
          },
          "name": "text-anchor-m",
          "attributes": {
            "category": "text",
            "type": "anchor",
            "item": "M"
          },
          "path": [
            "text",
            "anchor",
            "M"
          ]
        },
        "S": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "165%",
            "textDecoration": "underline"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}",
              "textDecoration": "underline"
            },
            "type": "typography"
          },
          "name": "text-anchor-s",
          "attributes": {
            "category": "text",
            "type": "anchor",
            "item": "S"
          },
          "path": [
            "text",
            "anchor",
            "S"
          ]
        }
      },
      "body": {
        "paragraph": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "165%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}"
            },
            "type": "typography"
          },
          "name": "text-body-paragraph",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "paragraph"
          },
          "path": [
            "text",
            "body",
            "paragraph"
          ]
        },
        "lead": {
          "value": {
            "fontSize": "1.728 * 16",
            "fontFamily": "Aleo",
            "fontWeight": 400,
            "lineHeight": "165%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
              "fontFamily": "Aleo",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}"
            },
            "type": "typography"
          },
          "name": "text-body-lead",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "lead"
          },
          "path": [
            "text",
            "body",
            "lead"
          ]
        },
        "lead-sm": {
          "value": {
            "fontSize": "1.44 * 16",
            "fontFamily": "Aleo",
            "fontWeight": 400,
            "lineHeight": "165%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
              "fontFamily": "Aleo",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.L}"
            },
            "type": "typography"
          },
          "name": "text-body-lead-sm",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "lead-sm"
          },
          "path": [
            "text",
            "body",
            "lead-sm"
          ]
        },
        "quote": {
          "value": {
            "fontSize": "1.728 * 16",
            "fontFamily": "Aleo",
            "fontWeight": "Italic",
            "letterSpacing": "0.01 * 100%",
            "lineHeight": "140%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
              "fontFamily": "Aleo",
              "fontWeight": "Italic",
              "letterSpacing": "{typography.ls.S} * 100%",
              "lineHeight": "{typography.lh.M}"
            },
            "type": "typography"
          },
          "name": "text-body-quote",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "quote"
          },
          "path": [
            "text",
            "body",
            "quote"
          ]
        },
        "quote-sm": {
          "value": {
            "fontSize": "1.44 * 16",
            "fontFamily": "Aleo",
            "fontWeight": "Italic",
            "letterSpacing": "0.01 * 100%",
            "lineHeight": "140%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
              "fontFamily": "Aleo",
              "fontWeight": "Italic",
              "letterSpacing": "{typography.ls.S} * 100%",
              "lineHeight": "{typography.lh.M}"
            },
            "type": "typography"
          },
          "name": "text-body-quote-sm",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "quote-sm"
          },
          "path": [
            "text",
            "body",
            "quote-sm"
          ]
        },
        "quote-lg": {
          "value": {
            "fontSize": "2.074 * 16",
            "fontFamily": "Aleo",
            "fontWeight": "Italic",
            "letterSpacing": "0.01 * 100%",
            "lineHeight": "140%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
              "fontFamily": "Aleo",
              "fontWeight": "Italic",
              "letterSpacing": "{typography.ls.S} * 100%",
              "lineHeight": "{typography.lh.M}"
            },
            "type": "typography"
          },
          "name": "text-body-quote-lg",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "quote-lg"
          },
          "path": [
            "text",
            "body",
            "quote-lg"
          ]
        },
        "overline": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 700,
            "letterSpacing": "0.04 * 100%",
            "textCase": "uppercase",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.bold}",
              "letterSpacing": "{typography.ls.L} * 100%",
              "textCase": "uppercase",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-body-overline",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "overline"
          },
          "path": [
            "text",
            "body",
            "overline"
          ]
        },
        "overline-sm": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 700,
            "letterSpacing": "0.04 * 100%",
            "textCase": "uppercase",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.bold}",
              "letterSpacing": "{typography.ls.L} * 100%",
              "textCase": "uppercase",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-body-overline-sm",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "overline-sm"
          },
          "path": [
            "text",
            "body",
            "overline-sm"
          ]
        },
        "overline-lg": {
          "value": {
            "fontSize": "1.2 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 700,
            "letterSpacing": "0.04 * 100%",
            "textCase": "uppercase",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.L} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.bold}",
              "letterSpacing": "{typography.ls.L} * 100%",
              "textCase": "uppercase",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-body-overline-lg",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "overline-lg"
          },
          "path": [
            "text",
            "body",
            "overline-lg"
          ]
        },
        "inline-code": {
          "value": {
            "fontSize": "1 * 16 * 0.9",
            "fontFamily": "Source Code Pro",
            "fontWeight": 600,
            "lineHeight": "165%",
            "textDecoration": "none"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base} * 0.9",
              "fontFamily": "Source Code Pro",
              "fontWeight": "{typography.fw.semibold}",
              "lineHeight": "{typography.lh.L}",
              "textDecoration": "none"
            },
            "type": "typography"
          },
          "name": "text-body-inline-code",
          "attributes": {
            "category": "text",
            "type": "body",
            "item": "inline-code"
          },
          "path": [
            "text",
            "body",
            "inline-code"
          ]
        }
      },
      "headings": {
        "h1": {
          "value": {
            "fontSize": "2.986 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.bold}",
              "fontFamily": "Poppins",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-headings-h1",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h1"
          },
          "path": [
            "text",
            "headings",
            "h1"
          ]
        },
        "h2": {
          "value": {
            "fontSize": "2.074 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
              "fontWeight": "{text.headings.h1.value.fontWeight}",
              "fontFamily": "{text.headings.h1.value.fontFamily}",
              "lineHeight": "{text.headings.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-h2",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h2"
          },
          "path": [
            "text",
            "headings",
            "h2"
          ]
        },
        "h3": {
          "value": {
            "fontSize": "1.728 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
              "fontWeight": "{text.headings.h1.value.fontWeight}",
              "fontFamily": "{text.headings.h1.value.fontFamily}",
              "lineHeight": "{text.headings.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-h3",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h3"
          },
          "path": [
            "text",
            "headings",
            "h3"
          ]
        },
        "h4": {
          "value": {
            "fontSize": "1.44 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
              "fontWeight": "{text.headings.h1.value.fontWeight}",
              "fontFamily": "{text.headings.h1.value.fontFamily}",
              "lineHeight": "{text.headings.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-h4",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h4"
          },
          "path": [
            "text",
            "headings",
            "h4"
          ]
        },
        "h5": {
          "value": {
            "fontSize": "1.2 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.L} * {figma.typography.size.base}",
              "fontWeight": "{text.headings.h1.value.fontWeight}",
              "fontFamily": "{text.headings.h1.value.fontFamily}",
              "lineHeight": "{text.headings.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-h5",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h5"
          },
          "path": [
            "text",
            "headings",
            "h5"
          ]
        },
        "h6": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{text.headings.h1.value.fontWeight}",
              "fontFamily": "{text.headings.h1.value.fontFamily}",
              "lineHeight": "{text.headings.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-h6",
          "attributes": {
            "category": "text",
            "type": "headings",
            "item": "h6"
          },
          "path": [
            "text",
            "headings",
            "h6"
          ]
        }
      },
      "headings-product": {
        "h1": {
          "value": {
            "fontSize": "1.728 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.bold}",
              "fontFamily": "Poppins",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h1",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h1"
          },
          "path": [
            "text",
            "headings-product",
            "h1"
          ]
        },
        "h2": {
          "value": {
            "fontSize": "1.44 * 16",
            "fontWeight": 700,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
              "fontWeight": "{text.headings-product.h1.value.fontWeight}",
              "fontFamily": "{text.headings-product.h1.value.fontFamily}",
              "lineHeight": "{text.headings-product.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h2",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h2"
          },
          "path": [
            "text",
            "headings-product",
            "h2"
          ]
        },
        "h3": {
          "value": {
            "fontSize": "1.2 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.L} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.semibold}",
              "fontFamily": "{text.headings-product.h1.value.fontFamily}",
              "lineHeight": "{text.headings-product.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h3",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h3"
          },
          "path": [
            "text",
            "headings-product",
            "h3"
          ]
        },
        "h4": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.semibold}",
              "fontFamily": "{text.headings-product.h1.value.fontFamily}",
              "lineHeight": "{text.headings-product.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h4",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h4"
          },
          "path": [
            "text",
            "headings-product",
            "h4"
          ]
        },
        "h5": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.semibold}",
              "fontFamily": "{text.headings-product.h1.value.fontFamily}",
              "lineHeight": "{text.headings-product.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h5",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h5"
          },
          "path": [
            "text",
            "headings-product",
            "h5"
          ]
        },
        "h6": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.semibold}",
              "fontFamily": "{text.headings-product.h1.value.fontFamily}",
              "lineHeight": "{text.headings-product.h1.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-headings-product-h6",
          "attributes": {
            "category": "text",
            "type": "headings-product",
            "item": "h6"
          },
          "path": [
            "text",
            "headings-product",
            "h6"
          ]
        }
      },
      "button": {
        "large": {
          "value": {
            "fontSize": "1.2 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.L} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.semibold}",
              "fontFamily": "{text.body.paragraph.value.fontFamily}",
              "letterSpacing": "0",
              "lineHeight": "100%"
            },
            "type": "typography"
          },
          "name": "text-button-large",
          "attributes": {
            "category": "text",
            "type": "button",
            "item": "large"
          },
          "path": [
            "text",
            "button",
            "large"
          ]
        },
        "medium": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{text.button.large.value.fontWeight}",
              "fontFamily": "{text.button.large.value.fontFamily}",
              "letterSpacing": "{text.button.large.value.letterSpacing}",
              "lineHeight": "{text.button.large.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-button-medium",
          "attributes": {
            "category": "text",
            "type": "button",
            "item": "medium"
          },
          "path": [
            "text",
            "button",
            "medium"
          ]
        },
        "small": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontWeight": 600,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontWeight": "{text.button.large.value.fontWeight}",
              "fontFamily": "{text.button.large.value.fontFamily}",
              "letterSpacing": "{text.button.large.value.letterSpacing}",
              "lineHeight": "{text.button.large.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-button-small",
          "attributes": {
            "category": "text",
            "type": "button",
            "item": "small"
          },
          "path": [
            "text",
            "button",
            "small"
          ]
        }
      },
      "button-subtle": {
        "large": {
          "value": {
            "fontSize": "1.2 * 16",
            "fontWeight": 400,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.L} * {figma.typography.size.base}",
              "fontWeight": "{typography.fw.regular}",
              "fontFamily": "{text.body.paragraph.value.fontFamily}",
              "letterSpacing": "0",
              "lineHeight": "100%"
            },
            "type": "typography"
          },
          "name": "text-button-subtle-large",
          "attributes": {
            "category": "text",
            "type": "button-subtle",
            "item": "large"
          },
          "path": [
            "text",
            "button-subtle",
            "large"
          ]
        },
        "medium": {
          "value": {
            "fontSize": "1 * 16",
            "fontWeight": 400,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontWeight": "{text.button-subtle.large.value.fontWeight}",
              "fontFamily": "{text.button-subtle.large.value.fontFamily}",
              "letterSpacing": "{text.button-subtle.large.value.letterSpacing}",
              "lineHeight": "{text.button-subtle.large.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-button-subtle-medium",
          "attributes": {
            "category": "text",
            "type": "button-subtle",
            "item": "medium"
          },
          "path": [
            "text",
            "button-subtle",
            "medium"
          ]
        },
        "small": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontWeight": 400,
            "fontFamily": "Poppins",
            "letterSpacing": "0",
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontWeight": "{text.button-subtle.large.value.fontWeight}",
              "fontFamily": "{text.button-subtle.large.value.fontFamily}",
              "letterSpacing": "{text.button-subtle.large.value.letterSpacing}",
              "lineHeight": "{text.button-subtle.large.value.lineHeight}"
            },
            "type": "typography"
          },
          "name": "text-button-subtle-small",
          "attributes": {
            "category": "text",
            "type": "button-subtle",
            "item": "small"
          },
          "path": [
            "text",
            "button-subtle",
            "small"
          ]
        }
      },
      "form": {
        "label": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 600,
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.input-label} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.semibold}",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-form-label",
          "attributes": {
            "category": "text",
            "type": "form",
            "item": "label"
          },
          "path": [
            "text",
            "form",
            "label"
          ]
        },
        "input": {
          "value": {
            "fontSize": "1 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "100%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.M} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "100%"
            },
            "type": "typography"
          },
          "name": "text-form-input",
          "attributes": {
            "category": "text",
            "type": "form",
            "item": "input"
          },
          "path": [
            "text",
            "form",
            "input"
          ]
        },
        "description": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 400,
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.regular}",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-form-description",
          "attributes": {
            "category": "text",
            "type": "form",
            "item": "description"
          },
          "path": [
            "text",
            "form",
            "description"
          ]
        }
      },
      "menu": {
        "item-heading": {
          "value": {
            "fontSize": "0.833 * 16",
            "fontFamily": "Poppins",
            "fontWeight": 700,
            "letterSpacing": "0.04 * 100%",
            "textCase": "uppercase",
            "lineHeight": "120%"
          },
          "type": "typography",
          "filePath": "tokens-figma/typography/base.json",
          "isSource": true,
          "original": {
            "value": {
              "fontSize": "{typography.size.S} * {figma.typography.size.base}",
              "fontFamily": "Poppins",
              "fontWeight": "{typography.fw.bold}",
              "letterSpacing": "{typography.ls.L} * 100%",
              "textCase": "uppercase",
              "lineHeight": "{typography.lh.S}"
            },
            "type": "typography"
          },
          "name": "text-menu-item-heading",
          "attributes": {
            "category": "text",
            "type": "menu",
            "item": "item-heading"
          },
          "path": [
            "text",
            "menu",
            "item-heading"
          ]
        }
      },
      "type-scale": {
        "light": {
          "9XL": {
            "value": {
              "fontSize": "6.192 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-9-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "9XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "9XL"
            ]
          },
          "8XL": {
            "value": {
              "fontSize": "5.160 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-8-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "8XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "8XL"
            ]
          },
          "7XL": {
            "value": {
              "fontSize": "4.3 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-7-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "7XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "7XL"
            ]
          },
          "6XL": {
            "value": {
              "fontSize": "3.583 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-6-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "6XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "6XL"
            ]
          },
          "5XL": {
            "value": {
              "fontSize": "2.986 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-5-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "5XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "5XL"
            ]
          },
          "4XL": {
            "value": {
              "fontSize": "2.488 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-4-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "4XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "4XL"
            ]
          },
          "3XL": {
            "value": {
              "fontSize": "2.074 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-3-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "3XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "3XL"
            ]
          },
          "2XL": {
            "value": {
              "fontSize": "1.728 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-2-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "2XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "2XL"
            ]
          },
          "XL": {
            "value": {
              "fontSize": "1.44 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "XL"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "XL"
            ]
          },
          "L": {
            "value": {
              "fontSize": "1.2 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.L} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-l",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "L"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "L"
            ]
          },
          "M": {
            "value": {
              "fontSize": "1 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300
            },
            "comment": "Base value.",
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.M} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}"
              },
              "comment": "Base value.",
              "type": "typography"
            },
            "name": "text-type-scale-light-m",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "M"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "M"
            ]
          },
          "S": {
            "value": {
              "fontSize": "0.833 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.S} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-s",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "S"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "S"
            ]
          },
          "XS": {
            "value": {
              "fontSize": "0.694 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 300
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.light}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-light-xs",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "light",
              "subitem": "XS"
            },
            "path": [
              "text",
              "type-scale",
              "light",
              "XS"
            ]
          }
        },
        "regular": {
          "9XL": {
            "value": {
              "fontSize": "6.192 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-9-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "9XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "9XL"
            ]
          },
          "8XL": {
            "value": {
              "fontSize": "5.160 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-8-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "8XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "8XL"
            ]
          },
          "7XL": {
            "value": {
              "fontSize": "4.3 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-7-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "7XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "7XL"
            ]
          },
          "6XL": {
            "value": {
              "fontSize": "3.583 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-6-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "6XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "6XL"
            ]
          },
          "5XL": {
            "value": {
              "fontSize": "2.986 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-5-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "5XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "5XL"
            ]
          },
          "4XL": {
            "value": {
              "fontSize": "2.488 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-4-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "4XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "4XL"
            ]
          },
          "3XL": {
            "value": {
              "fontSize": "2.074 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-3-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "3XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "3XL"
            ]
          },
          "2XL": {
            "value": {
              "fontSize": "1.728 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-2-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "2XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "2XL"
            ]
          },
          "XL": {
            "value": {
              "fontSize": "1.44 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "XL"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "XL"
            ]
          },
          "L": {
            "value": {
              "fontSize": "1.2 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.L} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-l",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "L"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "L"
            ]
          },
          "M": {
            "value": {
              "fontSize": "1 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400
            },
            "comment": "Base value.",
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.M} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}"
              },
              "comment": "Base value.",
              "type": "typography"
            },
            "name": "text-type-scale-regular-m",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "M"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "M"
            ]
          },
          "S": {
            "value": {
              "fontSize": "0.833 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.S} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-s",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "S"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "S"
            ]
          },
          "XS": {
            "value": {
              "fontSize": "0.694 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 400
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.regular}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-regular-xs",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "regular",
              "subitem": "XS"
            },
            "path": [
              "text",
              "type-scale",
              "regular",
              "XS"
            ]
          }
        },
        "semibold": {
          "9XL": {
            "value": {
              "fontSize": "6.192 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-9-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "9XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "9XL"
            ]
          },
          "8XL": {
            "value": {
              "fontSize": "5.160 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-8-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "8XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "8XL"
            ]
          },
          "7XL": {
            "value": {
              "fontSize": "4.3 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-7-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "7XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "7XL"
            ]
          },
          "6XL": {
            "value": {
              "fontSize": "3.583 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-6-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "6XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "6XL"
            ]
          },
          "5XL": {
            "value": {
              "fontSize": "2.986 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-5-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "5XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "5XL"
            ]
          },
          "4XL": {
            "value": {
              "fontSize": "2.488 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-4-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "4XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "4XL"
            ]
          },
          "3XL": {
            "value": {
              "fontSize": "2.074 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-3-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "3XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "3XL"
            ]
          },
          "2XL": {
            "value": {
              "fontSize": "1.728 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-2-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "2XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "2XL"
            ]
          },
          "XL": {
            "value": {
              "fontSize": "1.44 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "XL"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "XL"
            ]
          },
          "L": {
            "value": {
              "fontSize": "1.2 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.L} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-l",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "L"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "L"
            ]
          },
          "M": {
            "value": {
              "fontSize": "1 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600
            },
            "comment": "Base value.",
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.M} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}"
              },
              "comment": "Base value.",
              "type": "typography"
            },
            "name": "text-type-scale-semibold-m",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "M"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "M"
            ]
          },
          "S": {
            "value": {
              "fontSize": "0.833 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.S} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-s",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "S"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "S"
            ]
          },
          "XS": {
            "value": {
              "fontSize": "0.694 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 600
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.semibold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-semibold-xs",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "semibold",
              "subitem": "XS"
            },
            "path": [
              "text",
              "type-scale",
              "semibold",
              "XS"
            ]
          }
        },
        "bold": {
          "9XL": {
            "value": {
              "fontSize": "6.192 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.9XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-9-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "9XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "9XL"
            ]
          },
          "8XL": {
            "value": {
              "fontSize": "5.160 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.8XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-8-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "8XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "8XL"
            ]
          },
          "7XL": {
            "value": {
              "fontSize": "4.3 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.7XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-7-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "7XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "7XL"
            ]
          },
          "6XL": {
            "value": {
              "fontSize": "3.583 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.6XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-6-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "6XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "6XL"
            ]
          },
          "5XL": {
            "value": {
              "fontSize": "2.986 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.5XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-5-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "5XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "5XL"
            ]
          },
          "4XL": {
            "value": {
              "fontSize": "2.488 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-4-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "4XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "4XL"
            ]
          },
          "3XL": {
            "value": {
              "fontSize": "2.074 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-3-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "3XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "3XL"
            ]
          },
          "2XL": {
            "value": {
              "fontSize": "1.728 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700,
              "lineHeight": "120%"
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}",
                "lineHeight": "{text.headings.h1.value.lineHeight}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-2-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "2XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "2XL"
            ]
          },
          "XL": {
            "value": {
              "fontSize": "1.44 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-xl",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "XL"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "XL"
            ]
          },
          "L": {
            "value": {
              "fontSize": "1.2 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.L} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-l",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "L"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "L"
            ]
          },
          "M": {
            "value": {
              "fontSize": "1 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700
            },
            "comment": "Base value.",
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.M} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}"
              },
              "comment": "Base value.",
              "type": "typography"
            },
            "name": "text-type-scale-bold-m",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "M"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "M"
            ]
          },
          "S": {
            "value": {
              "fontSize": "0.833 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.S} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-s",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "S"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "S"
            ]
          },
          "XS": {
            "value": {
              "fontSize": "0.694 * 16",
              "fontFamily": "Poppins",
              "fontWeight": 700
            },
            "type": "typography",
            "filePath": "tokens-figma/typography/base.json",
            "isSource": true,
            "original": {
              "value": {
                "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
                "fontFamily": "{text.body.paragraph.value.fontFamily}",
                "fontWeight": "{typography.fw.bold}"
              },
              "type": "typography"
            },
            "name": "text-type-scale-bold-xs",
            "attributes": {
              "category": "text",
              "type": "type-scale",
              "item": "bold",
              "subitem": "XS"
            },
            "path": [
              "text",
              "type-scale",
              "bold",
              "XS"
            ]
          }
        }
      }
    },
    "color": {
      "dark-mode": {
        "badge": {
          "indicator": {
            "silver": {
              "background": {
                "value": "#e7e7eb",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-silver-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "silver"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "silver",
                  "background"
                ]
              },
              "foreground": {
                "value": "#2f323d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-silver-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "silver"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "silver",
                  "foreground"
                ]
              }
            },
            "gold": {
              "background": {
                "value": "#ffe668",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-gold-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "gold"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "gold",
                  "background"
                ]
              },
              "foreground": {
                "value": "#705e00",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-gold-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "gold"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "gold",
                  "foreground"
                ]
              }
            },
            "platinum": {
              "background": {
                "value": "#cbc2f0",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-platinum-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "platinum"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "platinum",
                  "background"
                ]
              },
              "foreground": {
                "value": "#42318d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-platinum-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "platinum"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "platinum",
                  "foreground"
                ]
              }
            },
            "diamond": {
              "background": {
                "value": "#d3e7fd",
                "public": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "#D3E7FD",
                  "public": true
                },
                "name": "color-dark-mode-badge-indicator-diamond-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "diamond"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "diamond",
                  "background"
                ]
              },
              "foreground": {
                "value": "#005cc8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.info.utility.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-diamond-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "diamond"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "diamond",
                  "foreground"
                ]
              }
            },
            "critical": {
              "background": {
                "value": "#a70000",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.critical.utility.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-critical-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "critical"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "critical",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-critical-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "critical"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "critical",
                  "foreground"
                ]
              }
            },
            "info": {
              "background": {
                "value": "#005cc8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.info.utility.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-info-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "info"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "info",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-info-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "info"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "info",
                  "foreground"
                ]
              }
            },
            "success": {
              "background": {
                "value": "#00710f",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.success.utility.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-success-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "success"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "success",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-success-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "success"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "success",
                  "foreground"
                ]
              }
            },
            "neutral": {
              "background": {
                "value": "#6d6d78",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-neutral-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "neutral"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "neutral",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-neutral-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "neutral"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "neutral",
                  "foreground"
                ]
              }
            },
            "warning": {
              "background": {
                "value": "#bd5b00",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.warning.utility.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-warning-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "warning"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "warning",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-warning-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "warning"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "warning",
                  "foreground"
                ]
              }
            },
            "brand": {
              "background": {
                "value": "#745dd8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-brand-background",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "brand"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "brand",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-badge-indicator-brand-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "brand"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "badge",
                  "indicator",
                  "brand",
                  "foreground"
                ]
              }
            }
          }
        },
        "banner": {
          "info": {
            "background": {
              "value": "#005cc8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.status.info.utility.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-info-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "info",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "info",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-info-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "info",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "info",
                "foreground"
              ]
            }
          },
          "warning": {
            "background": {
              "value": "#bd5b00",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.status.warning.utility.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-warning-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "warning",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "warning",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-warning-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "warning",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "warning",
                "foreground"
              ]
            }
          },
          "critical": {
            "background": {
              "value": "#a70000",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.status.critical.utility.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-critical-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "critical",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "critical",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-banner-critical-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "banner",
                "subitem": "critical",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "banner",
                "critical",
                "foreground"
              ]
            }
          }
        },
        "button": {
          "primary": {
            "background": {
              "default": {
                "value": "#42318d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#745dd8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#8a78de",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#8A78DE",
                  "public": true
                },
                "name": "color-dark-mode-button-primary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#42318d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#745dd8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#8a78de",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#8A78DE",
                  "public": true
                },
                "name": "color-dark-mode-button-primary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-primary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "primary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "secondary": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-dark-mode-button-secondary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#20232c",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#1a1b20",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#6d6d78",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#20232c",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#e7e7eb",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#e7e7eb",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-secondary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "subtle": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-dark-mode-button-subtle-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "subtle",
                  "background",
                  "default"
                ]
              }
            },
            "border": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-dark-mode-button-subtle-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "subtle",
                  "border",
                  "default"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#cbc2f0",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-subtle-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#745dd8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-subtle-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#745dd8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-subtle-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "brand": {
            "background": {
              "default": {
                "value": "#ddbd16",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffdc28",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffe668",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#ddbd16",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffdc28",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffe668",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.brand.secondary.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-border-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#121219",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#121219",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#121219",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "brand-secondary": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-dark-mode-button-brand-secondary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#20232c",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#1a1b20",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#6d6d78",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#20232c",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#e7e7eb",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#e7e7eb",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-brand-secondary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "critical": {
            "background": {
              "default": {
                "value": "#a70000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.critical.utility.value}",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-background-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#c70000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#C70000",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#e00000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#E00000",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#a70000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.critical.utility.value}",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-border-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#c70000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#C70000",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#e00000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#E00000",
                  "public": true
                },
                "name": "color-dark-mode-button-critical-border-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-critical-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-critical-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-critical-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "critical",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "navbar": {
            "foreground": {
              "default": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.fg.default.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-button-navbar-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#9584e1",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.link.hover.value}",
                  "public": true
                },
                "name": "color-dark-mode-button-navbar-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#836fdc",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.link.active.value}",
                  "public": true
                },
                "name": "color-dark-mode-button-navbar-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "active"
                ]
              }
            }
          }
        },
        "icon-button": {
          "standard": {
            "background": {
              "hover": {
                "value": "#20232c",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-standard-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "standard",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "standard",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#2f323d",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.background.active.value}",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-standard-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "standard",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "standard",
                  "background",
                  "active"
                ]
              }
            }
          },
          "reverse": {
            "background": {
              "hover": {
                "value": "#474954",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#474954",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-reverse-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "reverse",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "reverse",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#6a6e7a",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "#6a6e7a",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-reverse-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "reverse",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "reverse",
                  "background",
                  "active"
                ]
              }
            }
          },
          "critical": {
            "background": {
              "hover": {
                "value": "#570000",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.status.critical.background.value}",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-critical-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "critical",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "hsl(from #a70000 h s l / 0.15)",
                "public": true,
                "filePath": "tokens/color/component/button.dark.json",
                "isSource": true,
                "original": {
                  "value": "hsl(from {color.dark-mode.status.critical.utility.value} h s l / 0.15)",
                  "public": true
                },
                "name": "color-dark-mode-icon-button-critical-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "icon-button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "icon-button",
                  "critical",
                  "background",
                  "active"
                ]
              }
            }
          }
        },
        "segmented-button": {
          "background": {
            "default": {
              "value": "#1a1b20",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.500.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-background-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "background",
                "default"
              ]
            },
            "active": {
              "value": "#121219",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.600.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-background-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "background",
                "active"
              ]
            },
            "hover": {
              "value": "#121219",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.600.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-background-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "background",
                "hover"
              ]
            }
          },
          "border": {
            "active": {
              "value": "#9786e2",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.300.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-border-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "border",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "border",
                "active"
              ]
            }
          },
          "foreground": {
            "default": {
              "value": "#e7e7eb",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-foreground-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "foreground",
                "default"
              ]
            },
            "active": {
              "value": "#9786e2",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.300.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-foreground-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "foreground",
                "active"
              ]
            },
            "hover": {
              "value": "#9786e2",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.300.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-segmented-button-foreground-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "segmented-button",
                "foreground",
                "hover"
              ]
            }
          }
        },
        "card": {
          "background": {
            "value": "#1f2026",
            "public": true,
            "filePath": "tokens/color/component/card.dark.json",
            "isSource": true,
            "original": {
              "value": "#1F2026",
              "public": true
            },
            "name": "color-dark-mode-card-background",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "card",
              "subitem": "background"
            },
            "path": [
              "color",
              "dark-mode",
              "card",
              "background"
            ]
          }
        },
        "dashboard": {
          "toggle-button": {
            "background": {
              "value": "#e7e7eb",
              "public": true,
              "filePath": "tokens/color/component/dashboard.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.bg.reverse.value}",
                "public": true
              },
              "name": "color-dark-mode-dashboard-toggle-button-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "dashboard",
                "subitem": "toggle-button",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "dashboard",
                "toggle-button",
                "background"
              ]
            },
            "foreground": {
              "value": "#121219",
              "public": true,
              "filePath": "tokens/color/component/dashboard.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.fg.reverse.value}",
                "public": true
              },
              "name": "color-dark-mode-dashboard-toggle-button-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "dashboard",
                "subitem": "toggle-button",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "dashboard",
                "toggle-button",
                "foreground"
              ]
            }
          },
          "nav": {
            "background": {
              "value": "#121219",
              "public": true,
              "filePath": "tokens/color/component/dashboard.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.bg.default-secondary.value}",
                "public": true
              },
              "name": "color-dark-mode-dashboard-nav-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "dashboard",
                "subitem": "nav",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "dashboard",
                "nav",
                "background"
              ]
            },
            "background-admin": {
              "value": "#252038",
              "public": true,
              "filePath": "tokens/color/component/dashboard.dark.json",
              "isSource": true,
              "original": {
                "value": "#252038",
                "public": true
              },
              "name": "color-dark-mode-dashboard-nav-background-admin",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "dashboard",
                "subitem": "nav",
                "state": "background-admin"
              },
              "path": [
                "color",
                "dark-mode",
                "dashboard",
                "nav",
                "background-admin"
              ]
            },
            "item": {
              "background": {
                "default": {
                  "value": "rgba(0, 0, 0, 0)",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "transparent",
                    "public": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-background-default",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#6d6d78",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.neutral.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-background-hover",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "hover"
                  ]
                },
                "hover-admin": {
                  "value": "#121219",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.neutral.600.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-background-hover-admin",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "hover-admin"
                  ]
                },
                "active": {
                  "value": "#e7e7eb",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.bg.reverse.value}",
                    "public": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-background-active",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "active"
                  ]
                }
              },
              "foreground": {
                "default": {
                  "value": "#ffffff",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.fg.default.value}",
                    "public": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-foreground-default",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#ffffff",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.fg.default.value}",
                    "public": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#121219",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.fg.reverse.value}",
                    "public": true
                  },
                  "name": "color-dark-mode-dashboard-nav-item-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "active"
                  ]
                }
              }
            }
          }
        },
        "input": {
          "checkbox": {
            "checked": {
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/semantic/input.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-dark-mode-input-checkbox-checked-foreground",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "input",
                  "subitem": "checkbox",
                  "state": "checked"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "input",
                  "checkbox",
                  "checked",
                  "foreground"
                ]
              }
            }
          },
          "file-upload": {
            "button": {
              "background": {
                "default": {
                  "value": "#2f323d",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/input.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.neutral.300.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-input-file-upload-button-background-default",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "input",
                    "subitem": "file-upload",
                    "state": "button"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "input",
                    "file-upload",
                    "button",
                    "background",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#3d3c4d",
                  "public": true,
                  "filePath": "tokens/color/semantic/input.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "#3d3c4d",
                    "public": true
                  },
                  "name": "color-dark-mode-input-file-upload-button-background-hover",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "input",
                    "subitem": "file-upload",
                    "state": "button"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "input",
                    "file-upload",
                    "button",
                    "background",
                    "hover"
                  ]
                }
              }
            }
          },
          "switch": {
            "icon": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/input.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-input-switch-icon",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "input",
                "subitem": "switch",
                "state": "icon"
              },
              "path": [
                "color",
                "dark-mode",
                "input",
                "switch",
                "icon"
              ]
            }
          }
        },
        "pagination": {
          "foreground": {
            "hover": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/pagination.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-pagination-foreground-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "pagination",
                "subitem": "foreground",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "pagination",
                "foreground",
                "hover"
              ]
            },
            "active": {
              "value": "#eeebfa",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/pagination.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-pagination-foreground-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "pagination",
                "subitem": "foreground",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "pagination",
                "foreground",
                "active"
              ]
            }
          },
          "background": {
            "hover": {
              "value": "#42318d",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/pagination.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.500.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-pagination-background-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "pagination",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "pagination",
                "background",
                "hover"
              ]
            },
            "active": {
              "value": "#2c205e",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/pagination.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.600.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-pagination-background-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "pagination",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "pagination",
                "background",
                "active"
              ]
            }
          }
        },
        "panel": {
          "sunken": {
            "background": {
              "value": "#121219",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/panel.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.600.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-panel-sunken-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "panel",
                "subitem": "sunken",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "panel",
                "sunken",
                "background"
              ]
            }
          },
          "raised": {
            "background": {
              "value": "#1f2026",
              "public": true,
              "filePath": "tokens/color/component/panel.dark.json",
              "isSource": true,
              "original": {
                "value": "#1F2026",
                "public": true
              },
              "name": "color-dark-mode-panel-raised-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "panel",
                "subitem": "raised",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "panel",
                "raised",
                "background"
              ]
            }
          },
          "overlay": {
            "background": {
              "value": "#1f2026",
              "public": true,
              "filePath": "tokens/color/component/panel.dark.json",
              "isSource": true,
              "original": {
                "value": "#1F2026",
                "public": true
              },
              "name": "color-dark-mode-panel-overlay-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "panel",
                "subitem": "overlay",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "panel",
                "overlay",
                "background"
              ]
            }
          }
        },
        "expansion-panel": {
          "hover": {
            "value": "#20232c",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/panel.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.400.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-expansion-panel-hover",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "expansion-panel",
              "subitem": "hover"
            },
            "path": [
              "color",
              "dark-mode",
              "expansion-panel",
              "hover"
            ]
          },
          "open": {
            "value": "#20232c",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/panel.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.400.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-expansion-panel-open",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "expansion-panel",
              "subitem": "open"
            },
            "path": [
              "color",
              "dark-mode",
              "expansion-panel",
              "open"
            ]
          }
        },
        "tile": {
          "background": {
            "value": "#1f2026",
            "public": true,
            "filePath": "tokens/color/component/tile.dark.json",
            "isSource": true,
            "original": {
              "value": "#1F2026",
              "public": true
            },
            "name": "color-dark-mode-tile-background",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "tile",
              "subitem": "background"
            },
            "path": [
              "color",
              "dark-mode",
              "tile",
              "background"
            ]
          }
        },
        "brand": {
          "primary": {
            "100": {
              "value": "#eeebfa",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#EEEBFA"
              },
              "name": "color-dark-mode-brand-primary-100",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "100"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "100"
              ]
            },
            "200": {
              "value": "#cbc2f0",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#CBC2F0"
              },
              "name": "color-dark-mode-brand-primary-200",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "200"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "200"
              ]
            },
            "300": {
              "value": "#9786e2",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#9786E2"
              },
              "name": "color-dark-mode-brand-primary-300",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "300"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "300"
              ]
            },
            "400": {
              "value": "#745dd8",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#745DD8"
              },
              "name": "color-dark-mode-brand-primary-400",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "400"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "400"
              ]
            },
            "500": {
              "value": "#42318d",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#42318D"
              },
              "name": "color-dark-mode-brand-primary-500",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "500"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "500"
              ]
            },
            "600": {
              "value": "#2c205e",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#2C205E"
              },
              "name": "color-dark-mode-brand-primary-600",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "600"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "600"
              ]
            },
            "default": {
              "value": "#745dd8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.primary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-brand-primary-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "primary",
                "default"
              ]
            }
          },
          "secondary": {
            "100": {
              "value": "#fffbe9",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFFBE9"
              },
              "name": "color-dark-mode-brand-secondary-100",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "100"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "100"
              ]
            },
            "200": {
              "value": "#fff1a9",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFF1A9"
              },
              "name": "color-dark-mode-brand-secondary-200",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "200"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "200"
              ]
            },
            "300": {
              "value": "#ffe668",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFE668"
              },
              "name": "color-dark-mode-brand-secondary-300",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "300"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "300"
              ]
            },
            "400": {
              "value": "#ffdc28",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFDC28"
              },
              "name": "color-dark-mode-brand-secondary-400",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "400"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "400"
              ]
            },
            "500": {
              "value": "#ddbd16",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#DDBD16"
              },
              "name": "color-dark-mode-brand-secondary-500",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "500"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "500"
              ]
            },
            "600": {
              "value": "#705e00",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#705E00"
              },
              "name": "color-dark-mode-brand-secondary-600",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "600"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "600"
              ]
            },
            "default": {
              "value": "#ffdc28",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.secondary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-brand-secondary-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "secondary",
                "default"
              ]
            }
          },
          "accent": {
            "100": {
              "value": "#ffe5f6",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFE5F6"
              },
              "name": "color-dark-mode-brand-accent-100",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "100"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "100"
              ]
            },
            "200": {
              "value": "#ff99dc",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FF99DC"
              },
              "name": "color-dark-mode-brand-accent-200",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "200"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "200"
              ]
            },
            "300": {
              "value": "#ff4cc3",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#FF4CC3"
              },
              "name": "color-dark-mode-brand-accent-300",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "300"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "300"
              ]
            },
            "400": {
              "value": "#de0093",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#DE0093"
              },
              "name": "color-dark-mode-brand-accent-400",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "400"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "400"
              ]
            },
            "500": {
              "value": "#9a0066",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#9A0066"
              },
              "name": "color-dark-mode-brand-accent-500",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "500"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "500"
              ]
            },
            "600": {
              "value": "#560039",
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "#560039"
              },
              "name": "color-dark-mode-brand-accent-600",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "600"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "600"
              ]
            },
            "default": {
              "value": "#de0093",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.brand.accent.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-brand-accent-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "brand",
                "accent",
                "default"
              ]
            }
          }
        },
        "neutral": {
          "100": {
            "value": "#e7e7eb",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#E7E7EB"
            },
            "name": "color-dark-mode-neutral-100",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "100"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "100"
            ]
          },
          "200": {
            "value": "#6d6d78",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#6D6D78"
            },
            "name": "color-dark-mode-neutral-200",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "200"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "200"
            ]
          },
          "300": {
            "value": "#2f323d",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#2F323D"
            },
            "name": "color-dark-mode-neutral-300",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "300"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "300"
            ]
          },
          "400": {
            "value": "#20232c",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#20232C"
            },
            "name": "color-dark-mode-neutral-400",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "400"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "400"
            ]
          },
          "500": {
            "value": "#1a1b20",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#1A1B20"
            },
            "name": "color-dark-mode-neutral-500",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "500"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "500"
            ]
          },
          "600": {
            "value": "#121219",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#121219"
            },
            "name": "color-dark-mode-neutral-600",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "600"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "600"
            ]
          },
          "000": {
            "value": "#ffffff",
            "filePath": "tokens/color/primitive/neutral.dark.json",
            "isSource": true,
            "original": {
              "value": "#FFFFFF"
            },
            "name": "color-dark-mode-neutral-000",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "neutral",
              "subitem": "000"
            },
            "path": [
              "color",
              "dark-mode",
              "neutral",
              "000"
            ]
          }
        },
        "partner": {
          "bitbucket": {
            "value": "#004dc0",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#004DC0",
              "public": true
            },
            "name": "color-dark-mode-partner-bitbucket",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "bitbucket"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "bitbucket"
            ]
          },
          "drupal": {
            "value": "#009cde",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#009CDE",
              "public": true
            },
            "name": "color-dark-mode-partner-drupal",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "drupal"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "drupal"
            ]
          },
          "gatsby": {
            "value": "#663399",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#663399",
              "public": true
            },
            "name": "color-dark-mode-partner-gatsby",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "gatsby"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "gatsby"
            ]
          },
          "github": {
            "value": "#2da44e",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#2DA44E",
              "public": true
            },
            "name": "color-dark-mode-partner-github",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "github"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "github"
            ]
          },
          "gitlab": {
            "value": "#fc6d26",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#fc6d26",
              "public": true
            },
            "name": "color-dark-mode-partner-gitlab",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "gitlab"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "gitlab"
            ]
          },
          "google": {
            "value": "#4285f4",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#4285F4",
              "public": true
            },
            "name": "color-dark-mode-partner-google",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "google"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "google"
            ]
          },
          "nextjs": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#ffffff",
              "public": true
            },
            "name": "color-dark-mode-partner-nextjs",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "nextjs"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "nextjs"
            ]
          },
          "wordpress": {
            "value": "#0073aa",
            "public": true,
            "filePath": "tokens/color/primitive/partner.dark.json",
            "isSource": true,
            "original": {
              "value": "#0073AA",
              "public": true
            },
            "name": "color-dark-mode-partner-wordpress",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "partner",
              "subitem": "wordpress"
            },
            "path": [
              "color",
              "dark-mode",
              "partner",
              "wordpress"
            ]
          }
        },
        "social": {
          "rss": {
            "value": "#f3763a",
            "public": true,
            "filePath": "tokens/color/primitive/social.dark.json",
            "isSource": true,
            "original": {
              "value": "#f3763a",
              "public": true
            },
            "name": "color-dark-mode-social-rss",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "social",
              "subitem": "rss"
            },
            "path": [
              "color",
              "dark-mode",
              "social",
              "rss"
            ]
          }
        },
        "bg": {
          "default": {
            "value": "#1a1b20",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.500.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-bg-default",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "default"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#121219",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.600.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-bg-default-secondary",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#e7e7eb",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.100.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-bg-reverse",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "reverse"
            ]
          },
          "transparent": {
            "value": "rgba(0, 0, 0, 0)",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "transparent",
              "public": true
            },
            "name": "color-dark-mode-bg-transparent",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "transparent"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "transparent"
            ]
          },
          "info": {
            "value": "#002651",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.info.background.value}",
              "public": true
            },
            "name": "color-dark-mode-bg-info",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "info"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "info"
            ]
          },
          "success": {
            "value": "#002f07",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.success.background.value}",
              "public": true
            },
            "name": "color-dark-mode-bg-success",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "success"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "success"
            ]
          },
          "warning": {
            "value": "#481801",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.warning.background.value}",
              "public": true
            },
            "name": "color-dark-mode-bg-warning",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "warning"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "warning"
            ]
          },
          "critical": {
            "value": "#570000",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.critical.background.value}",
              "public": true
            },
            "name": "color-dark-mode-bg-critical",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "critical"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "critical"
            ]
          },
          "discovery": {
            "value": "#321068",
            "public": true,
            "filePath": "tokens/color/semantic/background.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.discovery.background.value}",
              "public": true
            },
            "name": "color-dark-mode-bg-discovery",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "bg",
              "subitem": "discovery"
            },
            "path": [
              "color",
              "dark-mode",
              "bg",
              "discovery"
            ]
          }
        },
        "border": {
          "default": {
            "value": "#6d6d78",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.200.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-border-default",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "default"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "default"
            ]
          },
          "brand": {
            "value": "#9786e2",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.brand.primary.300.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-border-brand",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "brand"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "brand"
            ]
          },
          "input": {
            "value": "#6d6d78",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.200.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-border-input",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "input"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "input"
            ]
          },
          "separator": {
            "value": "#6d6d78",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.200.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-border-separator",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "separator"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "separator"
            ]
          },
          "success": {
            "value": "#0dab25",
            "public": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.success.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-border-success",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "success"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "success"
            ]
          },
          "critical": {
            "value": "#f9634c",
            "public": true,
            "filePath": "tokens/color/semantic/border.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.critical.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-border-critical",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "border",
              "subitem": "critical"
            },
            "path": [
              "color",
              "dark-mode",
              "border",
              "critical"
            ]
          }
        },
        "code": {
          "inline": {
            "background": {
              "value": "#1a1b20",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/code.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.500.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-code-inline-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "code",
                "subitem": "inline",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "code",
                "inline",
                "background"
              ]
            },
            "border": {
              "value": "#20232c",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/code.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-code-inline-border",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "code",
                "subitem": "inline",
                "state": "border"
              },
              "path": [
                "color",
                "dark-mode",
                "code",
                "inline",
                "border"
              ]
            },
            "text": {
              "value": "#ffffff",
              "public": true,
              "filePath": "tokens/color/semantic/code.dark.json",
              "isSource": true,
              "original": {
                "value": "#ffffff",
                "public": true
              },
              "name": "color-dark-mode-code-inline-text",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "code",
                "subitem": "inline",
                "state": "text"
              },
              "path": [
                "color",
                "dark-mode",
                "code",
                "inline",
                "text"
              ]
            }
          }
        },
        "overlay": {
          "value": "rgba(9, 0, 48, 0.45)",
          "public": true,
          "isReferenceToInternal": true,
          "filePath": "tokens/color/semantic/defaults.dark.json",
          "isSource": true,
          "original": {
            "value": "rgba(9, 0, 48, 0.45)",
            "public": true,
            "isReferenceToInternal": true
          },
          "name": "color-dark-mode-overlay",
          "attributes": {
            "category": "color",
            "type": "dark-mode",
            "item": "overlay"
          },
          "path": [
            "color",
            "dark-mode",
            "overlay"
          ]
        },
        "dropdown": {
          "background": {
            "value": "#20232c",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/dropdown.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.400.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-dropdown-background",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "dropdown",
              "subitem": "background"
            },
            "path": [
              "color",
              "dark-mode",
              "dropdown",
              "background"
            ]
          },
          "foreground": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.default.value}",
              "public": true
            },
            "name": "color-dark-mode-dropdown-foreground",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "dropdown",
              "subitem": "foreground"
            },
            "path": [
              "color",
              "dark-mode",
              "dropdown",
              "foreground"
            ]
          },
          "heading": {
            "value": "#e7e7eb",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-dark-mode-dropdown-heading",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "dropdown",
              "subitem": "heading"
            },
            "path": [
              "color",
              "dark-mode",
              "dropdown",
              "heading"
            ]
          },
          "description": {
            "value": "#e7e7eb",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-dark-mode-dropdown-description",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "dropdown",
              "subitem": "description"
            },
            "path": [
              "color",
              "dark-mode",
              "dropdown",
              "description"
            ]
          },
          "item": {
            "background": {
              "hover": {
                "value": "#20232c",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-dark-mode-dropdown-item-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "dropdown",
                  "item",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#2f323d",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.background.active.value}",
                  "public": true
                },
                "name": "color-dark-mode-dropdown-item-background-active",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "dropdown",
                  "item",
                  "background",
                  "active"
                ]
              },
              "selected": {
                "value": "#20232c",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.dark.json",
                "isSource": true,
                "original": {
                  "value": "{color.dark-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-dark-mode-dropdown-item-background-selected",
                "attributes": {
                  "category": "color",
                  "type": "dark-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "dark-mode",
                  "dropdown",
                  "item",
                  "background",
                  "selected"
                ]
              }
            }
          },
          "top-border": {
            "value": "rgba(0, 0, 0, 0)",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.dark.json",
            "isSource": true,
            "original": {
              "value": "transparent",
              "public": true
            },
            "name": "color-dark-mode-dropdown-top-border",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "dropdown",
              "subitem": "top-border"
            },
            "path": [
              "color",
              "dark-mode",
              "dropdown",
              "top-border"
            ]
          }
        },
        "fg": {
          "default": {
            "value": "#ffffff",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.000.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-fg-default",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "default"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#e7e7eb",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.100.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-fg-default-secondary",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#121219",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.neutral.600.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-dark-mode-fg-reverse",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "reverse"
            ]
          },
          "info": {
            "value": "#4096f3",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.info.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-fg-info",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "info"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "info"
            ]
          },
          "success": {
            "value": "#0dab25",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.success.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-fg-success",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "success"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "success"
            ]
          },
          "warning": {
            "value": "#ffa23b",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.warning.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-fg-warning",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "warning"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "warning"
            ]
          },
          "critical": {
            "value": "#f9634c",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.critical.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-fg-critical",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "critical"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "critical"
            ]
          },
          "discovery": {
            "value": "#c08ffc",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.status.discovery.foreground.value}",
              "public": true
            },
            "name": "color-dark-mode-fg-discovery",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "fg",
              "subitem": "discovery"
            },
            "path": [
              "color",
              "dark-mode",
              "fg",
              "discovery"
            ]
          }
        },
        "interactive": {
          "background": {
            "hover": {
              "value": "#20232c",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-interactive-background-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "background",
                "hover"
              ]
            },
            "active": {
              "value": "#2f323d",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.300.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-interactive-background-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "background",
                "active"
              ]
            }
          },
          "focus": {
            "value": "#4888fe",
            "public": true,
            "filePath": "tokens/color/semantic/interactive.dark.json",
            "isSource": true,
            "original": {
              "value": "#4888FE",
              "public": true
            },
            "name": "color-dark-mode-interactive-focus",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "interactive",
              "subitem": "focus"
            },
            "path": [
              "color",
              "dark-mode",
              "interactive",
              "focus"
            ]
          },
          "link": {
            "default": {
              "value": "#4888fe",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#4888FE",
                "public": true
              },
              "name": "color-dark-mode-interactive-link-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "link",
                "default"
              ]
            },
            "hover": {
              "value": "#9584e1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#9584E1",
                "public": true
              },
              "name": "color-dark-mode-interactive-link-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "link",
                "hover"
              ]
            },
            "active": {
              "value": "#836fdc",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#836FDC",
                "public": true
              },
              "name": "color-dark-mode-interactive-link-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "link",
                "active"
              ]
            },
            "visited": {
              "value": "#9584e1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#9584E1",
                "public": true
              },
              "name": "color-dark-mode-interactive-link-visited",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "visited"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive",
                "link",
                "visited"
              ]
            }
          }
        },
        "interactive-reverse": {
          "focus": {
            "value": "#0f62fe",
            "public": true,
            "filePath": "tokens/color/semantic/interactive.dark.json",
            "isSource": true,
            "original": {
              "value": "#0F62FE",
              "public": true
            },
            "name": "color-dark-mode-interactive-reverse-focus",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "interactive-reverse",
              "subitem": "focus"
            },
            "path": [
              "color",
              "dark-mode",
              "interactive-reverse",
              "focus"
            ]
          },
          "link": {
            "default": {
              "value": "#0f62fe",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#0F62FE",
                "public": true
              },
              "name": "color-dark-mode-interactive-reverse-link-default",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "default"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive-reverse",
                "link",
                "default"
              ]
            },
            "hover": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#4F32CE",
                "public": true
              },
              "name": "color-dark-mode-interactive-reverse-link-hover",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "hover"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive-reverse",
                "link",
                "hover"
              ]
            },
            "active": {
              "value": "#3017a1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#3017A1",
                "public": true
              },
              "name": "color-dark-mode-interactive-reverse-link-active",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "active"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive-reverse",
                "link",
                "active"
              ]
            },
            "visited": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.dark.json",
              "isSource": true,
              "original": {
                "value": "#4F32CE",
                "public": true
              },
              "name": "color-dark-mode-interactive-reverse-link-visited",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "visited"
              },
              "path": [
                "color",
                "dark-mode",
                "interactive-reverse",
                "link",
                "visited"
              ]
            }
          }
        },
        "nav": {
          "item": {
            "default": {
              "foreground": {
                "hover": {
                  "value": "#9786e2",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.brand.primary.300.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-nav-item-default-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#9786e2",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.brand.primary.300.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-nav-item-default-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "active"
                  ]
                },
                "trigger": {
                  "value": "#6d6d78",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.neutral.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-nav-item-default-foreground-trigger",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "trigger"
                  ]
                }
              }
            },
            "reverse": {
              "foreground": {
                "hover": {
                  "value": "#42318d",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.brand.primary.500.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-nav-item-reverse-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "reverse"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "nav",
                    "item",
                    "reverse",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#42318d",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.dark.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.dark-mode.brand.primary.500.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-dark-mode-nav-item-reverse-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "dark-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "reverse"
                  },
                  "path": [
                    "color",
                    "dark-mode",
                    "nav",
                    "item",
                    "reverse",
                    "foreground",
                    "active"
                  ]
                }
              }
            }
          }
        },
        "status": {
          "success": {
            "foreground": {
              "value": "#0dab25",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#0DAB25",
                "public": true
              },
              "name": "color-dark-mode-status-success-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "success",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "success",
                "foreground"
              ]
            },
            "utility": {
              "value": "#00710f",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#00710F",
                "public": true
              },
              "name": "color-dark-mode-status-success-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "success",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "success",
                "utility"
              ]
            },
            "background": {
              "value": "#002f07",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#002F07",
                "public": true
              },
              "name": "color-dark-mode-status-success-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "success",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "success",
                "background"
              ]
            }
          },
          "info": {
            "foreground": {
              "value": "#4096f3",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#4096F3",
                "public": true
              },
              "name": "color-dark-mode-status-info-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "info",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "info",
                "foreground"
              ]
            },
            "utility": {
              "value": "#005cc8",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#005CC8",
                "public": true
              },
              "name": "color-dark-mode-status-info-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "info",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "info",
                "utility"
              ]
            },
            "background": {
              "value": "#002651",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#002651",
                "public": true
              },
              "name": "color-dark-mode-status-info-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "info",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "info",
                "background"
              ]
            }
          },
          "critical": {
            "foreground": {
              "value": "#f9634c",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#F9634C",
                "public": true
              },
              "name": "color-dark-mode-status-critical-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "critical",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "critical",
                "foreground"
              ]
            },
            "utility": {
              "value": "#a70000",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#A70000",
                "public": true
              },
              "name": "color-dark-mode-status-critical-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "critical",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "critical",
                "utility"
              ]
            },
            "background": {
              "value": "#570000",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#570000",
                "public": true
              },
              "name": "color-dark-mode-status-critical-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "critical",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "critical",
                "background"
              ]
            }
          },
          "warning": {
            "foreground": {
              "value": "#ffa23b",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#FFA23B",
                "public": true
              },
              "name": "color-dark-mode-status-warning-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "warning",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "warning",
                "foreground"
              ]
            },
            "utility": {
              "value": "#bd5b00",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#BD5B00",
                "public": true
              },
              "name": "color-dark-mode-status-warning-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "warning",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "warning",
                "utility"
              ]
            },
            "background": {
              "value": "#481801",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#481801",
                "public": true
              },
              "name": "color-dark-mode-status-warning-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "warning",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "warning",
                "background"
              ]
            }
          },
          "discovery": {
            "foreground": {
              "value": "#c08ffc",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#C08FFC",
                "public": true
              },
              "name": "color-dark-mode-status-discovery-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "discovery",
                "foreground"
              ]
            },
            "utility": {
              "value": "#a25ef6",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#A25EF6",
                "public": true
              },
              "name": "color-dark-mode-status-discovery-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "discovery",
                "utility"
              ]
            },
            "background": {
              "value": "#321068",
              "public": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "#321068",
                "public": true
              },
              "name": "color-dark-mode-status-discovery-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "discovery",
                "background"
              ]
            }
          },
          "neutral": {
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-status-neutral-foreground",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "foreground"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "neutral",
                "foreground"
              ]
            },
            "utility": {
              "value": "#e7e7eb",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-status-neutral-utility",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "utility"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "neutral",
                "utility"
              ]
            },
            "background": {
              "value": "#6d6d78",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.dark.json",
              "isSource": true,
              "original": {
                "value": "{color.dark-mode.neutral.200.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-dark-mode-status-neutral-background",
              "attributes": {
                "category": "color",
                "type": "dark-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "background"
              },
              "path": [
                "color",
                "dark-mode",
                "status",
                "neutral",
                "background"
              ]
            }
          }
        },
        "text": {
          "default": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/semantic/text.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.default.value}",
              "public": true
            },
            "name": "color-dark-mode-text-default",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "text",
              "subitem": "default"
            },
            "path": [
              "color",
              "dark-mode",
              "text",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#e7e7eb",
            "public": true,
            "filePath": "tokens/color/semantic/text.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-dark-mode-text-default-secondary",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "text",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "dark-mode",
              "text",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#121219",
            "public": true,
            "filePath": "tokens/color/semantic/text.dark.json",
            "isSource": true,
            "original": {
              "value": "{color.dark-mode.fg.reverse.value}",
              "public": true
            },
            "name": "color-dark-mode-text-reverse",
            "attributes": {
              "category": "color",
              "type": "dark-mode",
              "item": "text",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "dark-mode",
              "text",
              "reverse"
            ]
          }
        }
      },
      "light-mode": {
        "badge": {
          "indicator": {
            "silver": {
              "background": {
                "value": "#c3c5c9",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-silver-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "silver"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "silver",
                  "background"
                ]
              },
              "foreground": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-silver-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "silver"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "silver",
                  "foreground"
                ]
              }
            },
            "gold": {
              "background": {
                "value": "#ffe668",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.300.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-gold-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "gold"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "gold",
                  "background"
                ]
              },
              "foreground": {
                "value": "#726009",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-gold-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "gold"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "gold",
                  "foreground"
                ]
              }
            },
            "diamond": {
              "background": {
                "value": "#d7edff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.info.background.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-diamond-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "diamond"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "diamond",
                  "background"
                ]
              },
              "foreground": {
                "value": "#0766c5",
                "public": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "#0766C5",
                  "public": true
                },
                "name": "color-light-mode-badge-indicator-diamond-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "diamond"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "diamond",
                  "foreground"
                ]
              }
            },
            "platinum": {
              "background": {
                "value": "#e5e0f8",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-platinum-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "platinum"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "platinum",
                  "background"
                ]
              },
              "foreground": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-platinum-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "platinum"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "platinum",
                  "foreground"
                ]
              }
            },
            "critical": {
              "background": {
                "value": "#bc1c11",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-critical-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "critical"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "critical",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-critical-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "critical"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "critical",
                  "foreground"
                ]
              }
            },
            "info": {
              "background": {
                "value": "#0875e1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.info.foreground.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-info-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "info"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "info",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-info-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "info"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "info",
                  "foreground"
                ]
              }
            },
            "success": {
              "background": {
                "value": "#217a37",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.success.foreground.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-success-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "success"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "success",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-success-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "success"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "success",
                  "foreground"
                ]
              }
            },
            "warning": {
              "background": {
                "value": "#b06300",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.warning.foreground.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-warning-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "warning"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "warning",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-warning-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "warning"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "warning",
                  "foreground"
                ]
              }
            },
            "neutral": {
              "background": {
                "value": "#6a6e7a",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-neutral-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "neutral"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "neutral",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-neutral-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "neutral"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "neutral",
                  "foreground"
                ]
              }
            },
            "brand": {
              "background": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-brand-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "brand"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "brand",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/badge.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-badge-indicator-brand-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "badge",
                  "subitem": "indicator",
                  "state": "brand"
                },
                "path": [
                  "color",
                  "light-mode",
                  "badge",
                  "indicator",
                  "brand",
                  "foreground"
                ]
              }
            }
          }
        },
        "banner": {
          "info": {
            "background": {
              "value": "#0875e1",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.status.info.foreground.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-info-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "info",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "info",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-info-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "info",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "info",
                "foreground"
              ]
            }
          },
          "warning": {
            "background": {
              "value": "#ffa126",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.status.warning.utility.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-warning-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "warning",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "warning",
                "background"
              ]
            },
            "foreground": {
              "value": "#23232d",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.fg.default.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-warning-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "warning",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "warning",
                "foreground"
              ]
            }
          },
          "critical": {
            "background": {
              "value": "#de2e21",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.status.critical.utility.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-critical-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "critical",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "critical",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/banner.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-banner-critical-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "banner",
                "subitem": "critical",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "banner",
                "critical",
                "foreground"
              ]
            }
          }
        },
        "button": {
          "primary": {
            "background": {
              "default": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#3017a1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#12026f",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#3017a1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#12026f",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-primary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "primary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "primary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "secondary": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-light-mode-button-secondary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#f4f3fc",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#f4f3fc",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#3017a1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#3017a1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-secondary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "secondary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "subtle": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-light-mode-button-subtle-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "subtle",
                  "background",
                  "default"
                ]
              }
            },
            "border": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-light-mode-button-subtle-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "subtle",
                  "border",
                  "default"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#4f32ce",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-subtle-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#3017a1",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-subtle-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#12026f",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.primary.600.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-subtle-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "subtle",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "subtle",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "brand": {
            "background": {
              "default": {
                "value": "#ffdc28",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#ddbd16",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#a88f10",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#A88F10",
                  "public": true
                },
                "name": "color-light-mode-button-brand-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#ffdc28",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#ddbd16",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.brand.secondary.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#a88f10",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#A88F10",
                  "public": true
                },
                "name": "color-light-mode-button-brand-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "brand-secondary": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-light-mode-button-brand-secondary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#f4f4f4",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.100.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#e3e4e5",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.200.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#6a6e7a",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.400.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#23232d",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.500.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-brand-secondary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "brand-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "brand-secondary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "critical": {
            "background": {
              "default": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#9e140b",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#9E140B",
                  "public": true
                },
                "name": "color-light-mode-button-critical-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#790b03",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#790B03",
                  "public": true
                },
                "name": "color-light-mode-button-critical-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#9e140b",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#9E140B",
                  "public": true
                },
                "name": "color-light-mode-button-critical-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#790b03",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#790B03",
                  "public": true
                },
                "name": "color-light-mode-button-critical-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-critical-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-critical-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-button-critical-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "critical-secondary": {
            "background": {
              "default": {
                "value": "rgba(0, 0, 0, 0)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "transparent",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-background-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "background",
                  "default"
                ]
              },
              "hover": {
                "value": "#ffefee",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.background.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#ffdcd8",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#FFDCD8",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "background",
                  "active"
                ]
              }
            },
            "border": {
              "default": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-border-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "border",
                  "default"
                ]
              },
              "hover": {
                "value": "#9e140b",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.button.critical.border.hover.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-border-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "border",
                  "hover"
                ]
              },
              "active": {
                "value": "#790b03",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.button.critical.border.active.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-border-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "border"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "border",
                  "active"
                ]
              }
            },
            "foreground": {
              "default": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#bc1c11",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.foreground.value}",
                  "public": true
                },
                "name": "color-light-mode-button-critical-secondary-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "critical-secondary",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "critical-secondary",
                  "foreground",
                  "active"
                ]
              }
            }
          },
          "navbar": {
            "foreground": {
              "default": {
                "value": "#23232d",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.fg.default.value}",
                  "public": true
                },
                "name": "color-light-mode-button-navbar-foreground-default",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "default"
                ]
              },
              "hover": {
                "value": "#4f32ce",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.link.hover.value}",
                  "public": true
                },
                "name": "color-light-mode-button-navbar-foreground-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "hover"
                ]
              },
              "active": {
                "value": "#3017a1",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.link.active.value}",
                  "public": true
                },
                "name": "color-light-mode-button-navbar-foreground-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "button",
                  "subitem": "navbar",
                  "state": "foreground"
                },
                "path": [
                  "color",
                  "light-mode",
                  "button",
                  "navbar",
                  "foreground",
                  "active"
                ]
              }
            }
          }
        },
        "icon-button": {
          "standard": {
            "background": {
              "hover": {
                "value": "#f4f4f4",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-light-mode-icon-button-standard-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "standard",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "standard",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#e3e4e5",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.background.active.value}",
                  "public": true
                },
                "name": "color-light-mode-icon-button-standard-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "standard",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "standard",
                  "background",
                  "active"
                ]
              }
            }
          },
          "reverse": {
            "background": {
              "hover": {
                "value": "#474954",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#474954",
                  "public": true
                },
                "name": "color-light-mode-icon-button-reverse-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "reverse",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "reverse",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#6a6e7a",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "#6a6e7a",
                  "public": true
                },
                "name": "color-light-mode-icon-button-reverse-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "reverse",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "reverse",
                  "background",
                  "active"
                ]
              }
            }
          },
          "critical": {
            "background": {
              "hover": {
                "value": "#ffefee",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.status.critical.background.value}",
                  "public": true
                },
                "name": "color-light-mode-icon-button-critical-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "critical",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "hsl(from #de2e21 h s l / 0.15)",
                "public": true,
                "filePath": "tokens/color/component/button.light.json",
                "isSource": true,
                "original": {
                  "value": "hsl(from {color.light-mode.status.critical.utility.value} h s l / 0.15)",
                  "public": true
                },
                "name": "color-light-mode-icon-button-critical-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "icon-button",
                  "subitem": "critical",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "icon-button",
                  "critical",
                  "background",
                  "active"
                ]
              }
            }
          }
        },
        "segmented-button": {
          "background": {
            "default": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-background-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "background",
                "default"
              ]
            },
            "active": {
              "value": "#f4f3fc",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-background-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "background",
                "active"
              ]
            },
            "hover": {
              "value": "#f4f3fc",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-background-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "background",
                "hover"
              ]
            }
          },
          "border": {
            "active": {
              "value": "#4f32ce",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-border-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "border",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "border",
                "active"
              ]
            }
          },
          "foreground": {
            "default": {
              "value": "#6a6e7a",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-foreground-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "foreground",
                "default"
              ]
            },
            "active": {
              "value": "#4f32ce",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-foreground-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "foreground",
                "active"
              ]
            },
            "hover": {
              "value": "#4f32ce",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/button.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-segmented-button-foreground-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "segmented-button",
                "subitem": "foreground",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "segmented-button",
                "foreground",
                "hover"
              ]
            }
          }
        },
        "card": {
          "background": {
            "value": "#ffffff",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/card.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.000.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-card-background",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "card",
              "subitem": "background"
            },
            "path": [
              "color",
              "light-mode",
              "card",
              "background"
            ]
          }
        },
        "dashboard": {
          "toggle-button": {
            "background": {
              "value": "#23232d",
              "public": true,
              "filePath": "tokens/color/component/dashboard.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.bg.reverse.value}",
                "public": true
              },
              "name": "color-light-mode-dashboard-toggle-button-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "dashboard",
                "subitem": "toggle-button",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "dashboard",
                "toggle-button",
                "background"
              ]
            },
            "foreground": {
              "value": "#ffffff",
              "public": true,
              "filePath": "tokens/color/component/dashboard.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.fg.reverse.value}",
                "public": true
              },
              "name": "color-light-mode-dashboard-toggle-button-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "dashboard",
                "subitem": "toggle-button",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "dashboard",
                "toggle-button",
                "foreground"
              ]
            }
          },
          "nav": {
            "background": {
              "value": "#f4f4f4",
              "public": true,
              "filePath": "tokens/color/component/dashboard.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.bg.default-secondary.value}",
                "public": true
              },
              "name": "color-light-mode-dashboard-nav-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "dashboard",
                "subitem": "nav",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "dashboard",
                "nav",
                "background"
              ]
            },
            "background-admin": {
              "value": "#edecf8",
              "public": true,
              "filePath": "tokens/color/component/dashboard.light.json",
              "isSource": true,
              "original": {
                "value": "#edecf8",
                "public": true
              },
              "name": "color-light-mode-dashboard-nav-background-admin",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "dashboard",
                "subitem": "nav",
                "state": "background-admin"
              },
              "path": [
                "color",
                "light-mode",
                "dashboard",
                "nav",
                "background-admin"
              ]
            },
            "item": {
              "background": {
                "default": {
                  "value": "rgba(0, 0, 0, 0)",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "transparent",
                    "public": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-background-default",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#e3e4e5",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.neutral.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-background-hover",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "hover"
                  ]
                },
                "hover-admin": {
                  "value": "#ffffff",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.neutral.000.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-background-hover-admin",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "hover-admin"
                  ]
                },
                "active": {
                  "value": "#23232d",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.bg.reverse.value}",
                    "public": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-background-active",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "background",
                    "active"
                  ]
                }
              },
              "foreground": {
                "default": {
                  "value": "#23232d",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.fg.default.value}",
                    "public": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-foreground-default",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#23232d",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.fg.default.value}",
                    "public": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#ffffff",
                  "public": true,
                  "filePath": "tokens/color/component/dashboard.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.fg.reverse.value}",
                    "public": true
                  },
                  "name": "color-light-mode-dashboard-nav-item-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "dashboard",
                    "subitem": "nav",
                    "state": "item"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "dashboard",
                    "nav",
                    "item",
                    "foreground",
                    "active"
                  ]
                }
              }
            }
          }
        },
        "input": {
          "checkbox": {
            "checked": {
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/component/input.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.neutral.000.value}",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-input-checkbox-checked-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "input",
                  "subitem": "checkbox",
                  "state": "checked"
                },
                "path": [
                  "color",
                  "light-mode",
                  "input",
                  "checkbox",
                  "checked",
                  "foreground"
                ]
              }
            }
          },
          "file-upload": {
            "button": {
              "background": {
                "default": {
                  "value": "#f4f4f4",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/input.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.neutral.100.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-input-file-upload-button-background-default",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "input",
                    "subitem": "file-upload",
                    "state": "button"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "input",
                    "file-upload",
                    "button",
                    "background",
                    "default"
                  ]
                },
                "hover": {
                  "value": "#e3e4e5",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/component/input.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.neutral.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-input-file-upload-button-background-hover",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "input",
                    "subitem": "file-upload",
                    "state": "button"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "input",
                    "file-upload",
                    "button",
                    "background",
                    "hover"
                  ]
                }
              }
            }
          },
          "switch": {
            "icon": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/input.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.fg.reverse.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-input-switch-icon",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "input",
                "subitem": "switch",
                "state": "icon"
              },
              "path": [
                "color",
                "light-mode",
                "input",
                "switch",
                "icon"
              ]
            }
          }
        },
        "pagination": {
          "foreground": {
            "hover": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/component/pagination.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.interactive.link.hover.value}",
                "public": true
              },
              "name": "color-light-mode-pagination-foreground-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "pagination",
                "subitem": "foreground",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "pagination",
                "foreground",
                "hover"
              ]
            },
            "active": {
              "value": "#3017a1",
              "public": true,
              "filePath": "tokens/color/component/pagination.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.interactive.link.active.value}",
                "public": true
              },
              "name": "color-light-mode-pagination-foreground-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "pagination",
                "subitem": "foreground",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "pagination",
                "foreground",
                "active"
              ]
            }
          },
          "background": {
            "hover": {
              "value": "#f4f3fc",
              "public": true,
              "filePath": "tokens/color/component/pagination.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.100.value}",
                "public": true
              },
              "name": "color-light-mode-pagination-background-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "pagination",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "pagination",
                "background",
                "hover"
              ]
            },
            "active": {
              "value": "#e5e0f8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/pagination.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.200.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-pagination-background-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "pagination",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "pagination",
                "background",
                "active"
              ]
            }
          }
        },
        "panel": {
          "sunken": {
            "background": {
              "value": "#f4f4f4",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/panel.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-panel-sunken-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "panel",
                "subitem": "sunken",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "panel",
                "sunken",
                "background"
              ]
            }
          },
          "raised": {
            "background": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/panel.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-panel-raised-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "panel",
                "subitem": "raised",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "panel",
                "raised",
                "background"
              ]
            }
          },
          "overlay": {
            "background": {
              "value": "#ffffff",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/panel.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.000.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-panel-overlay-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "panel",
                "subitem": "overlay",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "panel",
                "overlay",
                "background"
              ]
            }
          }
        },
        "expansion-panel": {
          "hover": {
            "value": "#f4f4f4",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/panel.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.interactive.background.hover.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-expansion-panel-hover",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "expansion-panel",
              "subitem": "hover"
            },
            "path": [
              "color",
              "light-mode",
              "expansion-panel",
              "hover"
            ]
          },
          "open": {
            "value": "#f4f4f4",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/panel.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.100.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-expansion-panel-open",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "expansion-panel",
              "subitem": "open"
            },
            "path": [
              "color",
              "light-mode",
              "expansion-panel",
              "open"
            ]
          }
        },
        "tag": {
          "1": {
            "background": {
              "value": "#ded8fa",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#DED8FA",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-1-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "1",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "1",
                "background"
              ]
            },
            "foreground": {
              "value": "#5c4fac",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#5C4FAC",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-1-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "1",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "1",
                "foreground"
              ]
            }
          },
          "2": {
            "background": {
              "value": "#f8d7d3",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#F8D7D3",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-2-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "2",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "2",
                "background"
              ]
            },
            "foreground": {
              "value": "#a0392c",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#A0392C",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-2-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "2",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "2",
                "foreground"
              ]
            }
          },
          "3": {
            "background": {
              "value": "#f5e7a8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#F5E7A8",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-3-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "3",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "3",
                "background"
              ]
            },
            "foreground": {
              "value": "#7b611e",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#7B611E",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-3-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "3",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "3",
                "foreground"
              ]
            }
          },
          "4": {
            "background": {
              "value": "#f7d7ec",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#F7D7EC",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-4-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "4",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "4",
                "background"
              ]
            },
            "foreground": {
              "value": "#894271",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#894271",
                "public": true
              },
              "name": "color-light-mode-tag-4-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "4",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "4",
                "foreground"
              ]
            }
          },
          "5": {
            "background": {
              "value": "#d9f0af",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#D9F0AF",
                "public": true
              },
              "name": "color-light-mode-tag-5-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "5",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "5",
                "background"
              ]
            },
            "foreground": {
              "value": "#536a2b",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#536A2B",
                "public": true
              },
              "name": "color-light-mode-tag-5-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "5",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "5",
                "foreground"
              ]
            }
          },
          "6": {
            "background": {
              "value": "#dddfe3",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#DDDFE3",
                "public": true
              },
              "name": "color-light-mode-tag-6-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "6",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "6",
                "background"
              ]
            },
            "foreground": {
              "value": "#47546d",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#47546D",
                "public": true
              },
              "name": "color-light-mode-tag-6-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "6",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "6",
                "foreground"
              ]
            }
          },
          "7": {
            "background": {
              "value": "#c6f1dc",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#C6F1DC",
                "public": true
              },
              "name": "color-light-mode-tag-7-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "7",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "7",
                "background"
              ]
            },
            "foreground": {
              "value": "#3e7256",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#3E7256",
                "public": true
              },
              "name": "color-light-mode-tag-7-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "7",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "7",
                "foreground"
              ]
            }
          },
          "8": {
            "background": {
              "value": "#f9dfcb",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#F9DFCB",
                "public": true
              },
              "name": "color-light-mode-tag-8-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "8",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "8",
                "background"
              ]
            },
            "foreground": {
              "value": "#9a4e1c",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#9A4E1C",
                "public": true
              },
              "name": "color-light-mode-tag-8-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "8",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "8",
                "foreground"
              ]
            }
          },
          "9": {
            "background": {
              "value": "#ceecf9",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#CEECF9",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-9-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "9",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "9",
                "background"
              ]
            },
            "foreground": {
              "value": "#366880",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#366880",
                "public": true
              },
              "name": "color-light-mode-tag-9-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "9",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "9",
                "foreground"
              ]
            }
          },
          "10": {
            "background": {
              "value": "#d0dffc",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#D0DFFC",
                "public": true
              },
              "name": "color-light-mode-tag-10-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "10",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "10",
                "background"
              ]
            },
            "foreground": {
              "value": "#2254c5",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#2254C5",
                "public": true
              },
              "name": "color-light-mode-tag-10-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "10",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "10",
                "foreground"
              ]
            }
          },
          "11": {
            "background": {
              "value": "#72cb9b",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#72CB9B",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-11-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "11",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "11",
                "background"
              ]
            },
            "foreground": {
              "value": "#264a37",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#264A37",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-11-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "11",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "11",
                "foreground"
              ]
            }
          },
          "12": {
            "background": {
              "value": "#81c1dd",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#81C1DD",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-12-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "12",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "12",
                "background"
              ]
            },
            "foreground": {
              "value": "#234453",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#234453",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-12-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "12",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "12",
                "foreground"
              ]
            }
          },
          "13": {
            "background": {
              "value": "#689bf8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#689BF8",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-13-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "13",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "13",
                "background"
              ]
            },
            "foreground": {
              "value": "#163168",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#163168",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-13-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "13",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "13",
                "foreground"
              ]
            }
          },
          "14": {
            "background": {
              "value": "#9c90e9",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#9C90E9",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-14-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "14",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "14",
                "background"
              ]
            },
            "foreground": {
              "value": "#342c60",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#342C60",
                "public": true
              },
              "name": "color-light-mode-tag-14-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "14",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "14",
                "foreground"
              ]
            }
          },
          "15": {
            "background": {
              "value": "#e87e73",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#E87E73",
                "public": true
              },
              "name": "color-light-mode-tag-15-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "15",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "15",
                "background"
              ]
            },
            "foreground": {
              "value": "#50201b",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#50201B",
                "public": true
              },
              "name": "color-light-mode-tag-15-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "15",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "15",
                "foreground"
              ]
            }
          },
          "16": {
            "background": {
              "value": "#f1a76e",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#F1A76E",
                "public": true
              },
              "name": "color-light-mode-tag-16-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "16",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "16",
                "background"
              ]
            },
            "foreground": {
              "value": "#68320f",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#68320F",
                "public": true
              },
              "name": "color-light-mode-tag-16-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "16",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "16",
                "foreground"
              ]
            }
          },
          "17": {
            "background": {
              "value": "#da81bc",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#DA81BC",
                "public": true
              },
              "name": "color-light-mode-tag-17-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "17",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "17",
                "background"
              ]
            },
            "foreground": {
              "value": "#46253b",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#46253B",
                "public": true
              },
              "name": "color-light-mode-tag-17-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "17",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "17",
                "foreground"
              ]
            }
          },
          "18": {
            "background": {
              "value": "#efce60",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#EFCE60",
                "public": true
              },
              "name": "color-light-mode-tag-18-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "18",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "18",
                "background"
              ]
            },
            "foreground": {
              "value": "#504012",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#504012",
                "public": true
              },
              "name": "color-light-mode-tag-18-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "18",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "18",
                "foreground"
              ]
            }
          },
          "19": {
            "background": {
              "value": "#9fc65b",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#9FC65B",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-tag-19-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "19",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "19",
                "background"
              ]
            },
            "foreground": {
              "value": "#3f4d27",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#3F4D27",
                "public": true
              },
              "name": "color-light-mode-tag-19-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "19",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "19",
                "foreground"
              ]
            }
          },
          "20": {
            "background": {
              "value": "#8790a0",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#8790A0",
                "public": true
              },
              "name": "color-light-mode-tag-20-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "20",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "20",
                "background"
              ]
            },
            "foreground": {
              "value": "#0e1e40",
              "public": true,
              "filePath": "tokens/color/component/tags.light.json",
              "isSource": true,
              "original": {
                "value": "#0E1E40",
                "public": true
              },
              "name": "color-light-mode-tag-20-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "tag",
                "subitem": "20",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "tag",
                "20",
                "foreground"
              ]
            }
          }
        },
        "tile": {
          "background": {
            "value": "#ffffff",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/component/tile.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.000.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-tile-background",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "tile",
              "subitem": "background"
            },
            "path": [
              "color",
              "light-mode",
              "tile",
              "background"
            ]
          }
        },
        "brand": {
          "primary": {
            "100": {
              "value": "#f4f3fc",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#F4F3FC",
                "public": true
              },
              "name": "color-light-mode-brand-primary-100",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "100"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "100"
              ]
            },
            "200": {
              "value": "#e5e0f8",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#E5E0F8",
                "public": true
              },
              "name": "color-light-mode-brand-primary-200",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "200"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "200"
              ]
            },
            "300": {
              "value": "#cbc2f0",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#CBC2F0",
                "public": true
              },
              "name": "color-light-mode-brand-primary-300",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "300"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "300"
              ]
            },
            "400": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#4F32CE",
                "public": true
              },
              "name": "color-light-mode-brand-primary-400",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "400"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "400"
              ]
            },
            "500": {
              "value": "#3017a1",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#3017A1",
                "public": true
              },
              "name": "color-light-mode-brand-primary-500",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "500"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "500"
              ]
            },
            "600": {
              "value": "#12026f",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#12026F",
                "public": true
              },
              "name": "color-light-mode-brand-primary-600",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "600"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "600"
              ]
            },
            "default": {
              "value": "#4f32ce",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-brand-primary-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "primary",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "primary",
                "default"
              ]
            }
          },
          "secondary": {
            "100": {
              "value": "#fffbe9",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FFFBE9",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-100",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "100"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "100"
              ]
            },
            "200": {
              "value": "#fff1a9",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FFF1A9",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-200",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "200"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "200"
              ]
            },
            "300": {
              "value": "#ffe668",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FFE668",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-300",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "300"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "300"
              ]
            },
            "400": {
              "value": "#ffdc28",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FFDC28",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-400",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "400"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "400"
              ]
            },
            "500": {
              "value": "#ddbd16",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#DDBD16",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-500",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "500"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "500"
              ]
            },
            "600": {
              "value": "#726009",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#726009",
                "public": true
              },
              "name": "color-light-mode-brand-secondary-600",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "600"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "600"
              ]
            },
            "default": {
              "value": "#ffdc28",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.secondary.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-brand-secondary-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "secondary",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "secondary",
                "default"
              ]
            }
          },
          "accent": {
            "100": {
              "value": "#ffe5f6",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FFE5F6",
                "public": true
              },
              "name": "color-light-mode-brand-accent-100",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "100"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "100"
              ]
            },
            "200": {
              "value": "#ff99dc",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FF99DC",
                "public": true
              },
              "name": "color-light-mode-brand-accent-200",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "200"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "200"
              ]
            },
            "300": {
              "value": "#ff4cc3",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#FF4CC3",
                "public": true
              },
              "name": "color-light-mode-brand-accent-300",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "300"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "300"
              ]
            },
            "400": {
              "value": "#de0093",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#DE0093",
                "public": true
              },
              "name": "color-light-mode-brand-accent-400",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "400"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "400"
              ]
            },
            "500": {
              "value": "#9a0066",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#9A0066",
                "public": true
              },
              "name": "color-light-mode-brand-accent-500",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "500"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "500"
              ]
            },
            "600": {
              "value": "#560039",
              "public": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "#560039",
                "public": true
              },
              "name": "color-light-mode-brand-accent-600",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "600"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "600"
              ]
            },
            "default": {
              "value": "#de0093",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/primitive/brand.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.accent.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-brand-accent-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "brand",
                "subitem": "accent",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "brand",
                "accent",
                "default"
              ]
            }
          }
        },
        "gradient": {
          "avatar": {
            "midnight": {
              "value": "linear-gradient(315deg, #5F41E5 0%, #141013 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#5F41E5 0%",
                    "2": "#141013 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-midnight",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "midnight"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "midnight"
              ]
            },
            "twilight": {
              "value": "linear-gradient(315deg, #C72FA2 0%, #1B0874 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#C72FA2 0%",
                    "2": "#1B0874 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-twilight",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "twilight"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "twilight"
              ]
            },
            "sunrise": {
              "value": "linear-gradient(135deg,  #3017A1 0%, #F09737 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": " #3017A1 0%",
                    "2": "#F09737 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-sunrise",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "sunrise"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "sunrise"
              ]
            },
            "dawn": {
              "value": "linear-gradient(315deg, #FFDC28 0%, #A2CFFF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#FFDC28 0%",
                    "2": "#A2CFFF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-dawn",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "dawn"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "dawn"
              ]
            },
            "sundown": {
              "value": "linear-gradient(135deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": "#4BCE97 0%",
                    "2": "#A2CFFF 50%",
                    "3": "#F9DFCF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-sundown",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "sundown"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "sundown"
              ]
            },
            "dusk": {
              "value": "linear-gradient(315deg, #01EFFE 0%, #FF00C5 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#01EFFE 0%",
                    "2": "#FF00C5 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-dusk",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "dusk"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "dusk"
              ]
            },
            "plum": {
              "value": "linear-gradient(135deg, #000006 0%, #782EA9 76.76%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": "#000006 0%",
                    "2": "#782EA9 76.76%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-plum",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "plum"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "plum"
              ]
            },
            "grape": {
              "value": "linear-gradient(315deg, #DE0093 0%, #5F41E5 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#DE0093 0%",
                    "2": "#5F41E5 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-grape",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "grape"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "grape"
              ]
            },
            "dragonfruit": {
              "value": "linear-gradient(315deg, #D0C6FF 0%, #DE0093 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#D0C6FF 0%",
                    "2": "#DE0093 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-dragonfruit",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "dragonfruit"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "dragonfruit"
              ]
            },
            "winter": {
              "value": "linear-gradient(315deg, #FFDC28 0%, #5F41E5 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#FFDC28 0%",
                    "2": "#5F41E5 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-winter",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "winter"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "winter"
              ]
            },
            "spring": {
              "value": "linear-gradient(315deg, #FFDC28 0%, #218C5F 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#FFDC28 0%",
                    "2": "#218C5F 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-spring",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "spring"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "spring"
              ]
            },
            "summer": {
              "value": "linear-gradient(135deg, #FF00C5 0%, #F09737 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": "#FF00C5 0%",
                    "2": "#F09737 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-summer",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "summer"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "summer"
              ]
            },
            "fall": {
              "value": "linear-gradient(135deg, #CC36C9 0%, #FFFF11 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": "#CC36C9 0%",
                    "2": "#FFFF11 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-fall",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "fall"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "fall"
              ]
            },
            "earth": {
              "value": "linear-gradient(315deg, #6BC5FC 0%, #218C5F 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#6BC5FC 0%",
                    "2": "#218C5F 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-earth",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "earth"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "earth"
              ]
            },
            "moon": {
              "value": "linear-gradient(315deg, #A2CFFF 0%, #8A70FF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "315deg",
                  "colors": {
                    "1": "#A2CFFF 0%",
                    "2": "#8A70FF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-moon",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "moon"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "moon"
              ]
            },
            "sun": {
              "value": "linear-gradient(135deg, #E65F35 0%, #FFFF11 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "135deg",
                  "colors": {
                    "1": "#E65F35 0%",
                    "2": "#FFFF11 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-avatar-sun",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "avatar",
                "state": "sun"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "avatar",
                "sun"
              ]
            }
          },
          "card": {
            "yellow": {
              "value": "linear-gradient(225deg, #FFCB45 0%, #FFDC28 50%, #FFF1A9 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "225deg",
                  "colors": {
                    "1": "#FFCB45 0%",
                    "2": "#FFDC28 50%",
                    "3": "#FFF1A9 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-yellow",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "yellow"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "yellow"
              ]
            },
            "mint": {
              "value": "linear-gradient(225deg, #4BCE97 0%, #BAF3DB 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "225deg",
                  "colors": {
                    "1": "#4BCE97 0%",
                    "2": "#BAF3DB 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-mint",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "mint"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "mint"
              ]
            },
            "lavender": {
              "value": "linear-gradient(225deg, #8A70FF 0%, #BFB1FF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "225deg",
                  "colors": {
                    "1": "#8A70FF 0%",
                    "2": "#BFB1FF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-lavender",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "lavender"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "lavender"
              ]
            },
            "royal": {
              "value": "linear-gradient(225deg, #3017A1 0%, #8A70FF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "225deg",
                  "colors": {
                    "1": "#3017A1 0%",
                    "2": "#8A70FF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-royal",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "royal"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "royal"
              ]
            },
            "sundown": {
              "value": "linear-gradient(225deg, #4BCE97 0%, #A2CFFF 50%, #F9DFCF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "225deg",
                  "colors": {
                    "1": "#4BCE97 0%",
                    "2": "#A2CFFF 50%",
                    "3": "#F9DFCF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-sundown",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "sundown"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "sundown"
              ]
            },
            "fog": {
              "value": "linear-gradient(45deg, #EAD7D3 0%, #A2DCFF 100%)",
              "type": "color",
              "public": true,
              "filePath": "tokens/color/primitive/gradients.light.json",
              "isSource": true,
              "original": {
                "value": {
                  "type": "linear-gradient",
                  "angle": "45deg",
                  "colors": {
                    "1": "#EAD7D3 0%",
                    "2": "#A2DCFF 100%"
                  }
                },
                "type": "color",
                "public": true
              },
              "name": "color-light-mode-gradient-card-fog",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "gradient",
                "subitem": "card",
                "state": "fog"
              },
              "path": [
                "color",
                "light-mode",
                "gradient",
                "card",
                "fog"
              ]
            }
          }
        },
        "neutral": {
          "100": {
            "value": "#f4f4f4",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#F4F4F4",
              "public": true
            },
            "name": "color-light-mode-neutral-100",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "100"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "100"
            ]
          },
          "200": {
            "value": "#e3e4e5",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#E3E4E5",
              "public": true
            },
            "name": "color-light-mode-neutral-200",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "200"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "200"
            ]
          },
          "300": {
            "value": "#c3c5c9",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#C3C5C9",
              "public": true
            },
            "name": "color-light-mode-neutral-300",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "300"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "300"
            ]
          },
          "400": {
            "value": "#6a6e7a",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#6A6E7A",
              "public": true
            },
            "name": "color-light-mode-neutral-400",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "400"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "400"
            ]
          },
          "500": {
            "value": "#23232d",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#23232D",
              "public": true
            },
            "name": "color-light-mode-neutral-500",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "500"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "500"
            ]
          },
          "600": {
            "value": "#000000",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#000000",
              "public": true
            },
            "name": "color-light-mode-neutral-600",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "600"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "600"
            ]
          },
          "000": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/primitive/neutral.light.json",
            "isSource": true,
            "original": {
              "value": "#FFFFFF",
              "public": true
            },
            "name": "color-light-mode-neutral-000",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "neutral",
              "subitem": "000"
            },
            "path": [
              "color",
              "light-mode",
              "neutral",
              "000"
            ]
          }
        },
        "partner": {
          "bitbucket": {
            "value": "#004dc0",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#004DC0",
              "public": true
            },
            "name": "color-light-mode-partner-bitbucket",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "bitbucket"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "bitbucket"
            ]
          },
          "drupal": {
            "value": "#009cde",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#009CDE",
              "public": true
            },
            "name": "color-light-mode-partner-drupal",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "drupal"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "drupal"
            ]
          },
          "gatsby": {
            "value": "#663399",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#663399",
              "public": true
            },
            "name": "color-light-mode-partner-gatsby",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "gatsby"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "gatsby"
            ]
          },
          "github": {
            "value": "#2da44e",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#2DA44E",
              "public": true
            },
            "name": "color-light-mode-partner-github",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "github"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "github"
            ]
          },
          "gitlab": {
            "value": "#fc6d26",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#fc6d26",
              "public": true
            },
            "name": "color-light-mode-partner-gitlab",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "gitlab"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "gitlab"
            ]
          },
          "google": {
            "value": "#4285f4",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#4285F4",
              "public": true
            },
            "name": "color-light-mode-partner-google",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "google"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "google"
            ]
          },
          "nextjs": {
            "value": "#000000",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#000000",
              "public": true
            },
            "name": "color-light-mode-partner-nextjs",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "nextjs"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "nextjs"
            ]
          },
          "wordpress": {
            "value": "#0073aa",
            "public": true,
            "filePath": "tokens/color/primitive/partner.light.json",
            "isSource": true,
            "original": {
              "value": "#0073AA",
              "public": true
            },
            "name": "color-light-mode-partner-wordpress",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "partner",
              "subitem": "wordpress"
            },
            "path": [
              "color",
              "light-mode",
              "partner",
              "wordpress"
            ]
          }
        },
        "social": {
          "rss": {
            "value": "#f26522",
            "public": true,
            "filePath": "tokens/color/primitive/social.light.json",
            "isSource": true,
            "original": {
              "value": "#f26522",
              "public": true
            },
            "name": "color-light-mode-social-rss",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "social",
              "subitem": "rss"
            },
            "path": [
              "color",
              "light-mode",
              "social",
              "rss"
            ]
          }
        },
        "bg": {
          "default": {
            "value": "#ffffff",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.000.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-bg-default",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "default"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#f4f4f4",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.100.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-bg-default-secondary",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#23232d",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.500.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-bg-reverse",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "reverse"
            ]
          },
          "transparent": {
            "value": "rgba(0, 0, 0, 0)",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "transparent",
              "public": true
            },
            "name": "color-light-mode-bg-transparent",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "transparent"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "transparent"
            ]
          },
          "info": {
            "value": "#d7edff",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.info.background.value}",
              "public": true
            },
            "name": "color-light-mode-bg-info",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "info"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "info"
            ]
          },
          "success": {
            "value": "#ebfff0",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.success.background.value}",
              "public": true
            },
            "name": "color-light-mode-bg-success",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "success"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "success"
            ]
          },
          "warning": {
            "value": "#ffeed9",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.warning.background.value}",
              "public": true
            },
            "name": "color-light-mode-bg-warning",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "warning"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "warning"
            ]
          },
          "critical": {
            "value": "#ffefee",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.critical.background.value}",
              "public": true
            },
            "name": "color-light-mode-bg-critical",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "critical"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "critical"
            ]
          },
          "discovery": {
            "value": "#f0edff",
            "public": true,
            "filePath": "tokens/color/semantic/background.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.discovery.background.value}",
              "public": true
            },
            "name": "color-light-mode-bg-discovery",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "bg",
              "subitem": "discovery"
            },
            "path": [
              "color",
              "light-mode",
              "bg",
              "discovery"
            ]
          }
        },
        "border": {
          "default": {
            "value": "#e3e4e5",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.200.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-border-default",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "default"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "default"
            ]
          },
          "brand": {
            "value": "#e5e0f8",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.brand.primary.200.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-border-brand",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "brand"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "brand"
            ]
          },
          "input": {
            "value": "#c3c5c9",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.300.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-border-input",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "input"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "input"
            ]
          },
          "separator": {
            "value": "#c3c5c9",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.300.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-border-separator",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "separator"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "separator"
            ]
          },
          "success": {
            "value": "#217a37",
            "public": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.success.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-border-success",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "success"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "success"
            ]
          },
          "critical": {
            "value": "#bc1c11",
            "public": true,
            "filePath": "tokens/color/semantic/border.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.critical.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-border-critical",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "border",
              "subitem": "critical"
            },
            "path": [
              "color",
              "light-mode",
              "border",
              "critical"
            ]
          }
        },
        "code": {
          "block": {
            "dark": {
              "background": {
                "value": "#23232d",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.bg.reverse.value}",
                  "public": true
                },
                "name": "color-light-mode-code-block-dark-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "dark"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "dark",
                  "background"
                ]
              },
              "foreground": {
                "value": "#ffffff",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.fg.reverse.value}",
                  "public": true
                },
                "name": "color-light-mode-code-block-dark-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "dark"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "dark",
                  "foreground"
                ]
              },
              "line-prefix": {
                "value": "#9699a1",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#9699A1",
                  "public": true
                },
                "name": "color-light-mode-code-block-dark-line-prefix",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "dark"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "dark",
                  "line-prefix"
                ]
              },
              "highlight": {
                "value": "#474954",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#474954",
                  "public": true
                },
                "name": "color-light-mode-code-block-dark-highlight",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "dark"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "dark",
                  "highlight"
                ]
              }
            },
            "light": {
              "background": {
                "value": "#eff0f0",
                "public": true,
                "isReferenceToInternal": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#EFF0F0",
                  "public": true,
                  "isReferenceToInternal": true
                },
                "name": "color-light-mode-code-block-light-background",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "light"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "light",
                  "background"
                ]
              },
              "foreground": {
                "value": "#3b3d45",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#3B3D45",
                  "public": true
                },
                "name": "color-light-mode-code-block-light-foreground",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "light"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "light",
                  "foreground"
                ]
              },
              "line-prefix": {
                "value": "#686d78",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#686D78",
                  "public": true
                },
                "name": "color-light-mode-code-block-light-line-prefix",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "light"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "light",
                  "line-prefix"
                ]
              },
              "highlight": {
                "value": "#dedfe0",
                "public": true,
                "filePath": "tokens/color/semantic/code.light.json",
                "isSource": true,
                "original": {
                  "value": "#DEDFE0",
                  "public": true
                },
                "name": "color-light-mode-code-block-light-highlight",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "code",
                  "subitem": "block",
                  "state": "light"
                },
                "path": [
                  "color",
                  "light-mode",
                  "code",
                  "block",
                  "light",
                  "highlight"
                ]
              }
            }
          },
          "inline": {
            "background": {
              "value": "#f4f3fc",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/code.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-code-inline-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "code",
                "subitem": "inline",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "code",
                "inline",
                "background"
              ]
            },
            "border": {
              "value": "#e5e0f8",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/code.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.brand.primary.200.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-code-inline-border",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "code",
                "subitem": "inline",
                "state": "border"
              },
              "path": [
                "color",
                "light-mode",
                "code",
                "inline",
                "border"
              ]
            },
            "text": {
              "value": "#000000",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/code.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.600.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-code-inline-text",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "code",
                "subitem": "inline",
                "state": "text"
              },
              "path": [
                "color",
                "light-mode",
                "code",
                "inline",
                "text"
              ]
            }
          }
        },
        "datavis": {
          "1": {
            "value": "#003f5c",
            "public": true,
            "filePath": "tokens/color/semantic/datavis.light.json",
            "isSource": true,
            "original": {
              "value": "#003F5C",
              "public": true
            },
            "name": "color-light-mode-datavis-1",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "datavis",
              "subitem": "1"
            },
            "path": [
              "color",
              "light-mode",
              "datavis",
              "1"
            ]
          },
          "2": {
            "value": "#006779",
            "public": true,
            "filePath": "tokens/color/semantic/datavis.light.json",
            "isSource": true,
            "original": {
              "value": "#006779",
              "public": true
            },
            "name": "color-light-mode-datavis-2",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "datavis",
              "subitem": "2"
            },
            "path": [
              "color",
              "light-mode",
              "datavis",
              "2"
            ]
          },
          "3": {
            "value": "#008d6f",
            "public": true,
            "filePath": "tokens/color/semantic/datavis.light.json",
            "isSource": true,
            "original": {
              "value": "#008D6F",
              "public": true
            },
            "name": "color-light-mode-datavis-3",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "datavis",
              "subitem": "3"
            },
            "path": [
              "color",
              "light-mode",
              "datavis",
              "3"
            ]
          },
          "4": {
            "value": "#62ad43",
            "public": true,
            "filePath": "tokens/color/semantic/datavis.light.json",
            "isSource": true,
            "original": {
              "value": "#62AD43",
              "public": true
            },
            "name": "color-light-mode-datavis-4",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "datavis",
              "subitem": "4"
            },
            "path": [
              "color",
              "light-mode",
              "datavis",
              "4"
            ]
          },
          "5": {
            "value": "#ddbd16",
            "public": true,
            "filePath": "tokens/color/semantic/datavis.light.json",
            "isSource": true,
            "original": {
              "value": "#DDBD16",
              "public": true
            },
            "name": "color-light-mode-datavis-5",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "datavis",
              "subitem": "5"
            },
            "path": [
              "color",
              "light-mode",
              "datavis",
              "5"
            ]
          }
        },
        "overlay": {
          "value": "rgba(9, 0, 48, 0.45)",
          "public": true,
          "isReferenceToInternal": true,
          "filePath": "tokens/color/semantic/defaults.light.json",
          "isSource": true,
          "original": {
            "value": "rgba(9, 0, 48, 0.45)",
            "public": true,
            "isReferenceToInternal": true
          },
          "name": "color-light-mode-overlay",
          "attributes": {
            "category": "color",
            "type": "light-mode",
            "item": "overlay"
          },
          "path": [
            "color",
            "light-mode",
            "overlay"
          ]
        },
        "dropdown": {
          "background": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.bg.default.value}",
              "public": true
            },
            "name": "color-light-mode-dropdown-background",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "dropdown",
              "subitem": "background"
            },
            "path": [
              "color",
              "light-mode",
              "dropdown",
              "background"
            ]
          },
          "foreground": {
            "value": "#23232d",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.default.value}",
              "public": true
            },
            "name": "color-light-mode-dropdown-foreground",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "dropdown",
              "subitem": "foreground"
            },
            "path": [
              "color",
              "light-mode",
              "dropdown",
              "foreground"
            ]
          },
          "heading": {
            "value": "#6a6e7a",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-light-mode-dropdown-heading",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "dropdown",
              "subitem": "heading"
            },
            "path": [
              "color",
              "light-mode",
              "dropdown",
              "heading"
            ]
          },
          "description": {
            "value": "#6a6e7a",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-light-mode-dropdown-description",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "dropdown",
              "subitem": "description"
            },
            "path": [
              "color",
              "light-mode",
              "dropdown",
              "description"
            ]
          },
          "item": {
            "background": {
              "hover": {
                "value": "#f4f4f4",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-light-mode-dropdown-item-background-hover",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "dropdown",
                  "item",
                  "background",
                  "hover"
                ]
              },
              "active": {
                "value": "#e3e4e5",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.background.active.value}",
                  "public": true
                },
                "name": "color-light-mode-dropdown-item-background-active",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "dropdown",
                  "item",
                  "background",
                  "active"
                ]
              },
              "selected": {
                "value": "#f4f4f4",
                "public": true,
                "filePath": "tokens/color/semantic/dropdown.light.json",
                "isSource": true,
                "original": {
                  "value": "{color.light-mode.interactive.background.hover.value}",
                  "public": true
                },
                "name": "color-light-mode-dropdown-item-background-selected",
                "attributes": {
                  "category": "color",
                  "type": "light-mode",
                  "item": "dropdown",
                  "subitem": "item",
                  "state": "background"
                },
                "path": [
                  "color",
                  "light-mode",
                  "dropdown",
                  "item",
                  "background",
                  "selected"
                ]
              }
            }
          },
          "top-border": {
            "value": "#dfdfdf",
            "public": true,
            "filePath": "tokens/color/semantic/dropdown.light.json",
            "isSource": true,
            "original": {
              "value": "#dfdfdf",
              "public": true
            },
            "name": "color-light-mode-dropdown-top-border",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "dropdown",
              "subitem": "top-border"
            },
            "path": [
              "color",
              "light-mode",
              "dropdown",
              "top-border"
            ]
          }
        },
        "fg": {
          "default": {
            "value": "#23232d",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.500.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-fg-default",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "default"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#6a6e7a",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.400.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-fg-default-secondary",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#ffffff",
            "public": true,
            "isReferenceToInternal": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.neutral.000.value}",
              "public": true,
              "isReferenceToInternal": true
            },
            "name": "color-light-mode-fg-reverse",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "reverse"
            ]
          },
          "info": {
            "value": "#0875e1",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.info.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-fg-info",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "info"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "info"
            ]
          },
          "success": {
            "value": "#217a37",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.success.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-fg-success",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "success"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "success"
            ]
          },
          "warning": {
            "value": "#b06300",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.warning.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-fg-warning",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "warning"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "warning"
            ]
          },
          "critical": {
            "value": "#bc1c11",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.critical.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-fg-critical",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "critical"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "critical"
            ]
          },
          "discovery": {
            "value": "#8e74ff",
            "public": true,
            "filePath": "tokens/color/semantic/foreground.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.status.discovery.foreground.value}",
              "public": true
            },
            "name": "color-light-mode-fg-discovery",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "fg",
              "subitem": "discovery"
            },
            "path": [
              "color",
              "light-mode",
              "fg",
              "discovery"
            ]
          }
        },
        "interactive": {
          "background": {
            "hover": {
              "value": "#f4f4f4",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.100.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-interactive-background-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "background",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "background",
                "hover"
              ]
            },
            "active": {
              "value": "#e3e4e5",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.200.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-interactive-background-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "background",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "background",
                "active"
              ]
            }
          },
          "focus": {
            "value": "#0f62fe",
            "public": true,
            "filePath": "tokens/color/semantic/interactive.light.json",
            "isSource": true,
            "original": {
              "value": "#0F62FE",
              "public": true
            },
            "name": "color-light-mode-interactive-focus",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "interactive",
              "subitem": "focus"
            },
            "path": [
              "color",
              "light-mode",
              "interactive",
              "focus"
            ]
          },
          "link": {
            "default": {
              "value": "#0f62fe",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#0F62FE",
                "public": true
              },
              "name": "color-light-mode-interactive-link-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "link",
                "default"
              ]
            },
            "hover": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#4F32CE",
                "public": true
              },
              "name": "color-light-mode-interactive-link-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "link",
                "hover"
              ]
            },
            "active": {
              "value": "#3017a1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#3017A1",
                "public": true
              },
              "name": "color-light-mode-interactive-link-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "link",
                "active"
              ]
            },
            "visited": {
              "value": "#4f32ce",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#4F32CE",
                "public": true
              },
              "name": "color-light-mode-interactive-link-visited",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive",
                "subitem": "link",
                "state": "visited"
              },
              "path": [
                "color",
                "light-mode",
                "interactive",
                "link",
                "visited"
              ]
            }
          }
        },
        "interactive-reverse": {
          "focus": {
            "value": "#4888fe",
            "public": true,
            "filePath": "tokens/color/semantic/interactive.light.json",
            "isSource": true,
            "original": {
              "value": "#4888FE",
              "public": true
            },
            "name": "color-light-mode-interactive-reverse-focus",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "interactive-reverse",
              "subitem": "focus"
            },
            "path": [
              "color",
              "light-mode",
              "interactive-reverse",
              "focus"
            ]
          },
          "link": {
            "default": {
              "value": "#4888fe",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#4888FE",
                "public": true
              },
              "name": "color-light-mode-interactive-reverse-link-default",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "default"
              },
              "path": [
                "color",
                "light-mode",
                "interactive-reverse",
                "link",
                "default"
              ]
            },
            "hover": {
              "value": "#9584e1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#9584E1",
                "public": true
              },
              "name": "color-light-mode-interactive-reverse-link-hover",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "hover"
              },
              "path": [
                "color",
                "light-mode",
                "interactive-reverse",
                "link",
                "hover"
              ]
            },
            "active": {
              "value": "#836fdc",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#836FDC",
                "public": true
              },
              "name": "color-light-mode-interactive-reverse-link-active",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "active"
              },
              "path": [
                "color",
                "light-mode",
                "interactive-reverse",
                "link",
                "active"
              ]
            },
            "visited": {
              "value": "#9584e1",
              "public": true,
              "filePath": "tokens/color/semantic/interactive.light.json",
              "isSource": true,
              "original": {
                "value": "#9584E1",
                "public": true
              },
              "name": "color-light-mode-interactive-reverse-link-visited",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "interactive-reverse",
                "subitem": "link",
                "state": "visited"
              },
              "path": [
                "color",
                "light-mode",
                "interactive-reverse",
                "link",
                "visited"
              ]
            }
          }
        },
        "nav": {
          "item": {
            "default": {
              "foreground": {
                "hover": {
                  "value": "#4f32ce",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.brand.primary.400.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-nav-item-default-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#4f32ce",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.brand.primary.400.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-nav-item-default-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "active"
                  ]
                },
                "trigger": {
                  "value": "#6a6e7a",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.neutral.400.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-nav-item-default-foreground-trigger",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "default"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "nav",
                    "item",
                    "default",
                    "foreground",
                    "trigger"
                  ]
                }
              }
            },
            "reverse": {
              "foreground": {
                "hover": {
                  "value": "#e5e0f8",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.brand.primary.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-nav-item-reverse-foreground-hover",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "reverse"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "nav",
                    "item",
                    "reverse",
                    "foreground",
                    "hover"
                  ]
                },
                "active": {
                  "value": "#e5e0f8",
                  "public": true,
                  "isReferenceToInternal": true,
                  "filePath": "tokens/color/semantic/nav.light.json",
                  "isSource": true,
                  "original": {
                    "value": "{color.light-mode.brand.primary.200.value}",
                    "public": true,
                    "isReferenceToInternal": true
                  },
                  "name": "color-light-mode-nav-item-reverse-foreground-active",
                  "attributes": {
                    "category": "color",
                    "type": "light-mode",
                    "item": "nav",
                    "subitem": "item",
                    "state": "reverse"
                  },
                  "path": [
                    "color",
                    "light-mode",
                    "nav",
                    "item",
                    "reverse",
                    "foreground",
                    "active"
                  ]
                }
              }
            }
          }
        },
        "status": {
          "success": {
            "foreground": {
              "value": "#217a37",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#217A37",
                "public": true
              },
              "name": "color-light-mode-status-success-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "success",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "success",
                "foreground"
              ]
            },
            "utility": {
              "value": "#43c463",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#43C463",
                "public": true
              },
              "name": "color-light-mode-status-success-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "success",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "success",
                "utility"
              ]
            },
            "background": {
              "value": "#ebfff0",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#EBFFF0",
                "public": true
              },
              "name": "color-light-mode-status-success-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "success",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "success",
                "background"
              ]
            }
          },
          "info": {
            "foreground": {
              "value": "#0875e1",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#0875E1",
                "public": true
              },
              "name": "color-light-mode-status-info-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "info",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "info",
                "foreground"
              ]
            },
            "utility": {
              "value": "#a6d2ff",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#A6D2FF",
                "public": true
              },
              "name": "color-light-mode-status-info-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "info",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "info",
                "utility"
              ]
            },
            "background": {
              "value": "#d7edff",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#D7EDFF",
                "public": true
              },
              "name": "color-light-mode-status-info-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "info",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "info",
                "background"
              ]
            }
          },
          "critical": {
            "foreground": {
              "value": "#bc1c11",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#BC1C11",
                "public": true
              },
              "name": "color-light-mode-status-critical-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "critical",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "critical",
                "foreground"
              ]
            },
            "utility": {
              "value": "#de2e21",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#DE2E21",
                "public": true
              },
              "name": "color-light-mode-status-critical-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "critical",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "critical",
                "utility"
              ]
            },
            "background": {
              "value": "#ffefee",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#FFEFEE",
                "public": true
              },
              "name": "color-light-mode-status-critical-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "critical",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "critical",
                "background"
              ]
            }
          },
          "warning": {
            "foreground": {
              "value": "#b06300",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#B06300",
                "public": true
              },
              "name": "color-light-mode-status-warning-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "warning",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "warning",
                "foreground"
              ]
            },
            "utility": {
              "value": "#ffa126",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#FFA126",
                "public": true
              },
              "name": "color-light-mode-status-warning-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "warning",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "warning",
                "utility"
              ]
            },
            "background": {
              "value": "#ffeed9",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#FFEED9",
                "public": true
              },
              "name": "color-light-mode-status-warning-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "warning",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "warning",
                "background"
              ]
            }
          },
          "discovery": {
            "foreground": {
              "value": "#8e74ff",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#8E74FF",
                "public": true
              },
              "name": "color-light-mode-status-discovery-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "discovery",
                "foreground"
              ]
            },
            "utility": {
              "value": "#cfc5ff",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#CFC5FF",
                "public": true
              },
              "name": "color-light-mode-status-discovery-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "discovery",
                "utility"
              ]
            },
            "background": {
              "value": "#f0edff",
              "public": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "#F0EDFF",
                "public": true
              },
              "name": "color-light-mode-status-discovery-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "discovery",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "discovery",
                "background"
              ]
            }
          },
          "neutral": {
            "foreground": {
              "value": "#23232d",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.500.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-status-neutral-foreground",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "foreground"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "neutral",
                "foreground"
              ]
            },
            "utility": {
              "value": "#6a6e7a",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.400.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-status-neutral-utility",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "utility"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "neutral",
                "utility"
              ]
            },
            "background": {
              "value": "#c3c5c9",
              "public": true,
              "isReferenceToInternal": true,
              "filePath": "tokens/color/semantic/status.light.json",
              "isSource": true,
              "original": {
                "value": "{color.light-mode.neutral.300.value}",
                "public": true,
                "isReferenceToInternal": true
              },
              "name": "color-light-mode-status-neutral-background",
              "attributes": {
                "category": "color",
                "type": "light-mode",
                "item": "status",
                "subitem": "neutral",
                "state": "background"
              },
              "path": [
                "color",
                "light-mode",
                "status",
                "neutral",
                "background"
              ]
            }
          }
        },
        "text": {
          "default": {
            "value": "#23232d",
            "public": true,
            "filePath": "tokens/color/semantic/text.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.default.value}",
              "public": true
            },
            "name": "color-light-mode-text-default",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "text",
              "subitem": "default"
            },
            "path": [
              "color",
              "light-mode",
              "text",
              "default"
            ]
          },
          "default-secondary": {
            "value": "#6a6e7a",
            "public": true,
            "filePath": "tokens/color/semantic/text.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.default-secondary.value}",
              "public": true
            },
            "name": "color-light-mode-text-default-secondary",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "text",
              "subitem": "default-secondary"
            },
            "path": [
              "color",
              "light-mode",
              "text",
              "default-secondary"
            ]
          },
          "reverse": {
            "value": "#ffffff",
            "public": true,
            "filePath": "tokens/color/semantic/text.light.json",
            "isSource": true,
            "original": {
              "value": "{color.light-mode.fg.reverse.value}",
              "public": true
            },
            "name": "color-light-mode-text-reverse",
            "attributes": {
              "category": "color",
              "type": "light-mode",
              "item": "text",
              "subitem": "reverse"
            },
            "path": [
              "color",
              "light-mode",
              "text",
              "reverse"
            ]
          }
        }
      }
    },
    "elevation": {
      "dark-mode": {
        "raised": {
          "value": [
            {
              "x": "0",
              "y": "3",
              "blur": "5",
              "spread": "0",
              "color": "rgba(18, 18, 25, 0.6)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "0",
              "blur": "0",
              "spread": "1",
              "color": "rgba(120, 120, 120, 0.15)",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/base.dark.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "0",
                "y": "3",
                "blur": "5",
                "spread": "0",
                "color": "rgba(18, 18, 25, 0.6)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "0",
                "blur": "0",
                "spread": "1",
                "color": "rgba(120, 120, 120, 0.15)",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-dark-mode-raised",
          "attributes": {
            "category": "elevation",
            "type": "dark-mode",
            "item": "raised"
          },
          "path": [
            "elevation",
            "dark-mode",
            "raised"
          ]
        },
        "overlay": {
          "value": [
            {
              "x": "0",
              "y": "8",
              "blur": "12",
              "spread": "0",
              "color": "rgba(18, 18, 25, 0.6)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "0",
              "blur": "0",
              "spread": "1",
              "color": "rgba(120, 120, 120, 0.15)",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/base.dark.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "0",
                "y": "8",
                "blur": "12",
                "spread": "0",
                "color": "rgba(18, 18, 25, 0.6)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "0",
                "blur": "0",
                "spread": "1",
                "color": "rgba(120, 120, 120, 0.15)",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-dark-mode-overlay",
          "attributes": {
            "category": "elevation",
            "type": "dark-mode",
            "item": "overlay"
          },
          "path": [
            "elevation",
            "dark-mode",
            "overlay"
          ]
        },
        "dashboard": {
          "value": [
            {
              "x": "1",
              "y": "1",
              "blur": "6",
              "spread": "-2",
              "color": "rgba(80, 80, 80, 0.2)",
              "type": "dropShadow"
            },
            {
              "x": "1",
              "y": "1",
              "blur": "0",
              "spread": "0",
              "color": "#1a1b20",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/dashboard.dark.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "1",
                "y": "1",
                "blur": "6",
                "spread": "-2",
                "color": "rgba(80, 80, 80, 0.2)",
                "type": "dropShadow"
              },
              {
                "x": "1",
                "y": "1",
                "blur": "0",
                "spread": "0",
                "color": "#1a1b20",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-dark-mode-dashboard",
          "attributes": {
            "category": "elevation",
            "type": "dark-mode",
            "item": "dashboard"
          },
          "path": [
            "elevation",
            "dark-mode",
            "dashboard"
          ]
        }
      },
      "light-mode": {
        "raised": {
          "value": [
            {
              "x": "0",
              "y": "0",
              "blur": "0",
              "spread": "1",
              "color": "rgba(0, 0, 0, 0.08)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "2",
              "blur": "2",
              "spread": "0",
              "color": "rgba(0, 0, 0, 0.04)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "8",
              "blur": "8",
              "spread": "-8",
              "color": "rgba(0, 0, 0, 0.04)",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/base.light.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "0",
                "y": "0",
                "blur": "0",
                "spread": "1",
                "color": "rgba(0, 0, 0, 0.08)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "2",
                "blur": "2",
                "spread": "0",
                "color": "rgba(0, 0, 0, 0.04)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "8",
                "blur": "8",
                "spread": "-8",
                "color": "rgba(0, 0, 0, 0.04)",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-light-mode-raised",
          "attributes": {
            "category": "elevation",
            "type": "light-mode",
            "item": "raised"
          },
          "path": [
            "elevation",
            "light-mode",
            "raised"
          ]
        },
        "overlay": {
          "value": [
            {
              "x": "0",
              "y": "0",
              "blur": "0",
              "spread": "1",
              "color": "rgba(0, 0, 0, 0.08)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "1",
              "blur": "1",
              "spread": "0",
              "color": "rgba(0, 0, 0, 0.02)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "8",
              "blur": "16",
              "spread": "-4",
              "color": "rgba(0, 0, 0, 0.04)",
              "type": "dropShadow"
            },
            {
              "x": "0",
              "y": "24",
              "blur": "32",
              "spread": "-8",
              "color": "rgba(0, 0, 0, 0.06)",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/base.light.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "0",
                "y": "0",
                "blur": "0",
                "spread": "1",
                "color": "rgba(0, 0, 0, 0.08)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "1",
                "blur": "1",
                "spread": "0",
                "color": "rgba(0, 0, 0, 0.02)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "8",
                "blur": "16",
                "spread": "-4",
                "color": "rgba(0, 0, 0, 0.04)",
                "type": "dropShadow"
              },
              {
                "x": "0",
                "y": "24",
                "blur": "32",
                "spread": "-8",
                "color": "rgba(0, 0, 0, 0.06)",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-light-mode-overlay",
          "attributes": {
            "category": "elevation",
            "type": "light-mode",
            "item": "overlay"
          },
          "path": [
            "elevation",
            "light-mode",
            "overlay"
          ]
        },
        "dashboard": {
          "value": [
            {
              "x": "1",
              "y": "1",
              "blur": "6",
              "spread": "-2",
              "color": "rgba(140, 140, 140, 0.2)",
              "type": "dropShadow"
            },
            {
              "x": "1",
              "y": "1",
              "blur": "0",
              "spread": "0",
              "color": "#f9f9f9",
              "type": "dropShadow"
            }
          ],
          "type": "boxShadow",
          "public": true,
          "filePath": "tokens/elevation/dashboard.light.json",
          "isSource": true,
          "original": {
            "value": [
              {
                "x": "1",
                "y": "1",
                "blur": "6",
                "spread": "-2",
                "color": "rgba(140, 140, 140, 0.2)",
                "type": "dropShadow"
              },
              {
                "x": "1",
                "y": "1",
                "blur": "0",
                "spread": "0",
                "color": "#f9f9f9",
                "type": "dropShadow"
              }
            ],
            "type": "boxShadow",
            "public": true
          },
          "name": "elevation-light-mode-dashboard",
          "attributes": {
            "category": "elevation",
            "type": "light-mode",
            "item": "dashboard"
          },
          "path": [
            "elevation",
            "light-mode",
            "dashboard"
          ]
        }
      }
    }
  }
}