{
  "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
          },
          "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
          },
          "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
          },
          "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
          },
          "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
          },
          "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "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
        },
        "name": "border-offset-triple",
        "attributes": {
          "category": "border",
          "type": "offset",
          "item": "triple"
        },
        "path": [
          "border",
          "offset",
          "triple"
        ]
      }
    }
  },
  "container": {
    "modal": {
      "width": {
        "small": {
          "value": "25rem",
          "public": true,
          "filePath": "tokens/container/alias.json",
          "isSource": true,
          "original": {
            "value": "25rem",
            "public": true
          },
          "name": "container-modal-width-small",
          "attributes": {
            "category": "container",
            "type": "modal",
            "item": "width",
            "subitem": "small"
          },
          "path": [
            "container",
            "modal",
            "width",
            "small"
          ]
        },
        "medium": {
          "value": "36rem",
          "public": true,
          "filePath": "tokens/container/alias.json",
          "isSource": true,
          "original": {
            "value": "36rem",
            "public": true
          },
          "name": "container-modal-width-medium",
          "attributes": {
            "category": "container",
            "type": "modal",
            "item": "width",
            "subitem": "medium"
          },
          "path": [
            "container",
            "modal",
            "width",
            "medium"
          ]
        },
        "large": {
          "value": "44rem",
          "public": true,
          "filePath": "tokens/container/alias.json",
          "isSource": true,
          "original": {
            "value": "44rem",
            "public": true
          },
          "name": "container-modal-width-large",
          "attributes": {
            "category": "container",
            "type": "modal",
            "item": "width",
            "subitem": "large"
          },
          "path": [
            "container",
            "modal",
            "width",
            "large"
          ]
        },
        "xl": {
          "value": "60rem",
          "public": true,
          "filePath": "tokens/container/alias.json",
          "isSource": true,
          "original": {
            "value": "60rem",
            "public": true
          },
          "name": "container-modal-width-xl",
          "attributes": {
            "category": "container",
            "type": "modal",
            "item": "width",
            "subitem": "xl"
          },
          "path": [
            "container",
            "modal",
            "width",
            "xl"
          ]
        }
      }
    },
    "tooltip": {
      "max-width": {
        "value": "12.5rem",
        "public": true,
        "filePath": "tokens/container/alias.json",
        "isSource": true,
        "original": {
          "value": "12.5rem",
          "public": true
        },
        "name": "container-tooltip-max-width",
        "attributes": {
          "category": "container",
          "type": "tooltip",
          "item": "max-width"
        },
        "path": [
          "container",
          "tooltip",
          "max-width"
        ]
      }
    },
    "max-width": {
      "narrow": {
        "value": "1024px",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "1024px",
          "public": true
        },
        "name": "container-max-width-narrow",
        "attributes": {
          "category": "container",
          "type": "max-width",
          "item": "narrow"
        },
        "path": [
          "container",
          "max-width",
          "narrow"
        ]
      },
      "standard": {
        "value": "1200px",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "1200px",
          "public": true
        },
        "name": "container-max-width-standard",
        "attributes": {
          "category": "container",
          "type": "max-width",
          "item": "standard"
        },
        "path": [
          "container",
          "max-width",
          "standard"
        ]
      },
      "wide": {
        "value": "1440px",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "1440px",
          "public": true
        },
        "name": "container-max-width-wide",
        "attributes": {
          "category": "container",
          "type": "max-width",
          "item": "wide"
        },
        "path": [
          "container",
          "max-width",
          "wide"
        ]
      },
      "x-wide": {
        "value": "1600px",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "1600px",
          "public": true
        },
        "name": "container-max-width-x-wide",
        "attributes": {
          "category": "container",
          "type": "max-width",
          "item": "x-wide"
        },
        "path": [
          "container",
          "max-width",
          "x-wide"
        ]
      }
    },
    "padding": {
      "base": {
        "value": "1.563",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "{spacing.XL.value}",
          "public": true
        },
        "name": "container-padding-base",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "base"
        },
        "path": [
          "container",
          "padding",
          "base"
        ]
      },
      "narrow-bp-md": {
        "value": "12%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "12%",
          "public": true
        },
        "name": "container-padding-narrow-bp-md",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "narrow-bp-md"
        },
        "path": [
          "container",
          "padding",
          "narrow-bp-md"
        ]
      },
      "narrow-bp-lg": {
        "value": "20%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "20%",
          "public": true
        },
        "name": "container-padding-narrow-bp-lg",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "narrow-bp-lg"
        },
        "path": [
          "container",
          "padding",
          "narrow-bp-lg"
        ]
      },
      "standard-bp-md": {
        "value": "6%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "6%",
          "public": true
        },
        "name": "container-padding-standard-bp-md",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "standard-bp-md"
        },
        "path": [
          "container",
          "padding",
          "standard-bp-md"
        ]
      },
      "standard-bp-lg": {
        "value": "8%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "8%",
          "public": true
        },
        "name": "container-padding-standard-bp-lg",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "standard-bp-lg"
        },
        "path": [
          "container",
          "padding",
          "standard-bp-lg"
        ]
      },
      "wide-bp-md": {
        "value": "5%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "5%",
          "public": true
        },
        "name": "container-padding-wide-bp-md",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "wide-bp-md"
        },
        "path": [
          "container",
          "padding",
          "wide-bp-md"
        ]
      },
      "wide-bp-lg": {
        "value": "4%",
        "public": true,
        "filePath": "tokens/container/base.json",
        "isSource": true,
        "original": {
          "value": "4%",
          "public": true
        },
        "name": "container-padding-wide-bp-lg",
        "attributes": {
          "category": "container",
          "type": "padding",
          "item": "wide-bp-lg"
        },
        "path": [
          "container",
          "padding",
          "wide-bp-lg"
        ]
      }
    }
  },
  "grid": {
    "columns-4": {
      "gap": {
        "value": "5.5%",
        "filePath": "tokens/grid/base.json",
        "isSource": true,
        "original": {
          "value": "5.5%"
        },
        "name": "grid-columns-4-gap",
        "attributes": {
          "category": "grid",
          "type": "columns-4",
          "item": "gap"
        },
        "path": [
          "grid",
          "columns-4",
          "gap"
        ]
      }
    },
    "columns-12": {
      "bp-md": {
        "gap": {
          "narrow": {
            "value": "1.25",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.L.value}"
            },
            "name": "grid-columns-12-bp-md-gap-narrow",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-md",
              "subitem": "gap",
              "state": "narrow"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-md",
              "gap",
              "narrow"
            ]
          },
          "standard": {
            "value": "1.563",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.XL.value}"
            },
            "name": "grid-columns-12-bp-md-gap-standard",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-md",
              "subitem": "gap",
              "state": "standard"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-md",
              "gap",
              "standard"
            ]
          },
          "wide": {
            "value": "1.953",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.2XL.value}"
            },
            "name": "grid-columns-12-bp-md-gap-wide",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-md",
              "subitem": "gap",
              "state": "wide"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-md",
              "gap",
              "wide"
            ]
          }
        }
      },
      "bp-lg": {
        "gap": {
          "narrow": {
            "value": "1.563",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.XL.value}"
            },
            "name": "grid-columns-12-bp-lg-gap-narrow",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-lg",
              "subitem": "gap",
              "state": "narrow"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-lg",
              "gap",
              "narrow"
            ]
          },
          "standard": {
            "value": "1.953",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.2XL.value}"
            },
            "name": "grid-columns-12-bp-lg-gap-standard",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-lg",
              "subitem": "gap",
              "state": "standard"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-lg",
              "gap",
              "standard"
            ]
          },
          "wide": {
            "value": "2.441",
            "filePath": "tokens/grid/base.json",
            "isSource": true,
            "original": {
              "value": "{spacing.3XL.value}"
            },
            "name": "grid-columns-12-bp-lg-gap-wide",
            "attributes": {
              "category": "grid",
              "type": "columns-12",
              "item": "bp-lg",
              "subitem": "gap",
              "state": "wide"
            },
            "path": [
              "grid",
              "columns-12",
              "bp-lg",
              "gap",
              "wide"
            ]
          }
        }
      }
    },
    "marketing": {
      "column": {
        "small": {
          "value": "21.34375%",
          "public": true,
          "filePath": "tokens/grid/base.json",
          "isSource": true,
          "original": {
            "value": "21.34375%",
            "public": true
          },
          "name": "grid-marketing-column-small",
          "attributes": {
            "category": "grid",
            "type": "marketing",
            "item": "column",
            "subitem": "small"
          },
          "path": [
            "grid",
            "marketing",
            "column",
            "small"
          ]
        },
        "medium-large": {
          "value": "4.36875%",
          "public": true,
          "filePath": "tokens/grid/base.json",
          "isSource": true,
          "original": {
            "value": "4.36875%",
            "public": true
          },
          "name": "grid-marketing-column-medium-large",
          "attributes": {
            "category": "grid",
            "type": "marketing",
            "item": "column",
            "subitem": "medium-large"
          },
          "path": [
            "grid",
            "marketing",
            "column",
            "medium-large"
          ]
        }
      },
      "gap": {
        "small": {
          "value": "4.875%",
          "public": true,
          "filePath": "tokens/grid/base.json",
          "isSource": true,
          "original": {
            "value": "4.875%",
            "public": true
          },
          "name": "grid-marketing-gap-small",
          "attributes": {
            "category": "grid",
            "type": "marketing",
            "item": "gap",
            "subitem": "small"
          },
          "path": [
            "grid",
            "marketing",
            "gap",
            "small"
          ]
        },
        "medium-large": {
          "value": "4.325%",
          "public": true,
          "filePath": "tokens/grid/base.json",
          "isSource": true,
          "original": {
            "value": "4.325%",
            "public": true
          },
          "name": "grid-marketing-gap-medium-large",
          "attributes": {
            "category": "grid",
            "type": "marketing",
            "item": "gap",
            "subitem": "medium-large"
          },
          "path": [
            "grid",
            "marketing",
            "gap",
            "medium-large"
          ]
        }
      }
    }
  },
  "spacing": {
    "dashboard-nav": {
      "item-height": {
        "value": 2.25,
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/spacing/alias.json",
        "isSource": true,
        "original": {
          "value": 2.25,
          "defaultUnit": "rem",
          "public": true
        },
        "name": "spacing-dashboard-nav-item-height",
        "attributes": {
          "category": "spacing",
          "type": "dashboard-nav",
          "item": "item-height"
        },
        "path": [
          "spacing",
          "dashboard-nav",
          "item-height"
        ]
      },
      "item-padding": {
        "value": 0.625,
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/spacing/alias.json",
        "isSource": true,
        "original": {
          "value": 0.625,
          "defaultUnit": "rem",
          "public": true
        },
        "name": "spacing-dashboard-nav-item-padding",
        "attributes": {
          "category": "spacing",
          "type": "dashboard-nav",
          "item": "item-padding"
        },
        "path": [
          "spacing",
          "dashboard-nav",
          "item-padding"
        ]
      }
    },
    "button": {
      "sm": {
        "height": {
          "value": 2,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 2,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-sm-height",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "sm",
            "subitem": "height"
          },
          "path": [
            "spacing",
            "button",
            "sm",
            "height"
          ]
        },
        "padding-block": {
          "value": 0.5,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 0.5,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-sm-padding-block",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "sm",
            "subitem": "padding-block"
          },
          "path": [
            "spacing",
            "button",
            "sm",
            "padding-block"
          ]
        },
        "padding-inline": {
          "value": 0.625,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 0.625,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-sm-padding-inline",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "sm",
            "subitem": "padding-inline"
          },
          "path": [
            "spacing",
            "button",
            "sm",
            "padding-inline"
          ]
        }
      },
      "md": {
        "height": {
          "value": 2.25,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 2.25,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-md-height",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "md",
            "subitem": "height"
          },
          "path": [
            "spacing",
            "button",
            "md",
            "height"
          ]
        },
        "padding-block": {
          "value": 0.625,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 0.625,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-md-padding-block",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "md",
            "subitem": "padding-block"
          },
          "path": [
            "spacing",
            "button",
            "md",
            "padding-block"
          ]
        },
        "padding-inline": {
          "value": 0.8125,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 0.8125,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-md-padding-inline",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "md",
            "subitem": "padding-inline"
          },
          "path": [
            "spacing",
            "button",
            "md",
            "padding-inline"
          ]
        }
      },
      "lg": {
        "height": {
          "value": 3,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 3,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-lg-height",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "lg",
            "subitem": "height"
          },
          "path": [
            "spacing",
            "button",
            "lg",
            "height"
          ]
        },
        "padding-block": {
          "value": 0.9375,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 0.9375,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-lg-padding-block",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "lg",
            "subitem": "padding-block"
          },
          "path": [
            "spacing",
            "button",
            "lg",
            "padding-block"
          ]
        },
        "padding-inline": {
          "value": 1.25,
          "defaultUnit": "rem",
          "public": true,
          "filePath": "tokens/spacing/alias.json",
          "isSource": true,
          "original": {
            "value": 1.25,
            "defaultUnit": "rem",
            "public": true
          },
          "name": "spacing-button-lg-padding-inline",
          "attributes": {
            "category": "spacing",
            "type": "button",
            "item": "lg",
            "subitem": "padding-inline"
          },
          "path": [
            "spacing",
            "button",
            "lg",
            "padding-inline"
          ]
        }
      }
    },
    "8XL": {
      "value": "7.451",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "7.451",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-8-xl",
      "attributes": {
        "category": "spacing",
        "type": "8XL"
      },
      "path": [
        "spacing",
        "8XL"
      ]
    },
    "7XL": {
      "value": "5.96",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "5.96",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-7-xl",
      "attributes": {
        "category": "spacing",
        "type": "7XL"
      },
      "path": [
        "spacing",
        "7XL"
      ]
    },
    "6XL": {
      "value": "4.678",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "4.678",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-6-xl",
      "attributes": {
        "category": "spacing",
        "type": "6XL"
      },
      "path": [
        "spacing",
        "6XL"
      ]
    },
    "5XL": {
      "value": "3.815",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "3.815",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-5-xl",
      "attributes": {
        "category": "spacing",
        "type": "5XL"
      },
      "path": [
        "spacing",
        "5XL"
      ]
    },
    "4XL": {
      "value": "3.052",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "3.052",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-4-xl",
      "attributes": {
        "category": "spacing",
        "type": "4XL"
      },
      "path": [
        "spacing",
        "4XL"
      ]
    },
    "3XL": {
      "value": "2.441",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "2.441",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-3-xl",
      "attributes": {
        "category": "spacing",
        "type": "3XL"
      },
      "path": [
        "spacing",
        "3XL"
      ]
    },
    "2XL": {
      "value": "1.953",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "1.953",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-2-xl",
      "attributes": {
        "category": "spacing",
        "type": "2XL"
      },
      "path": [
        "spacing",
        "2XL"
      ]
    },
    "XL": {
      "value": "1.563",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "1.563",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-xl",
      "attributes": {
        "category": "spacing",
        "type": "XL"
      },
      "path": [
        "spacing",
        "XL"
      ]
    },
    "L": {
      "value": "1.25",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "1.25",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-l",
      "attributes": {
        "category": "spacing",
        "type": "L"
      },
      "path": [
        "spacing",
        "L"
      ]
    },
    "M": {
      "value": "1",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "1",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-m",
      "attributes": {
        "category": "spacing",
        "type": "M"
      },
      "path": [
        "spacing",
        "M"
      ]
    },
    "S": {
      "value": "0.8",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.8",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-s",
      "attributes": {
        "category": "spacing",
        "type": "S"
      },
      "path": [
        "spacing",
        "S"
      ]
    },
    "XS": {
      "value": "0.64",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.64",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-xs",
      "attributes": {
        "category": "spacing",
        "type": "XS"
      },
      "path": [
        "spacing",
        "XS"
      ]
    },
    "2XS": {
      "value": "0.512",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.512",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-2-xs",
      "attributes": {
        "category": "spacing",
        "type": "2XS"
      },
      "path": [
        "spacing",
        "2XS"
      ]
    },
    "3XS": {
      "value": "0.41",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.41",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-3-xs",
      "attributes": {
        "category": "spacing",
        "type": "3XS"
      },
      "path": [
        "spacing",
        "3XS"
      ]
    },
    "4XS": {
      "value": "0.328",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.328",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-4-xs",
      "attributes": {
        "category": "spacing",
        "type": "4XS"
      },
      "path": [
        "spacing",
        "4XS"
      ]
    },
    "5XS": {
      "value": "0.25",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.25",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-5-xs",
      "attributes": {
        "category": "spacing",
        "type": "5XS"
      },
      "path": [
        "spacing",
        "5XS"
      ]
    },
    "6XS": {
      "value": "0.125",
      "defaultUnit": "rem",
      "public": true,
      "filePath": "tokens/spacing/base.json",
      "isSource": true,
      "original": {
        "value": "0.125",
        "defaultUnit": "rem",
        "public": true
      },
      "name": "spacing-6-xs",
      "attributes": {
        "category": "spacing",
        "type": "6XS"
      },
      "path": [
        "spacing",
        "6XS"
      ]
    }
  },
  "typography": {
    "ff": {
      "default": {
        "value": "'Poppins', sans-serif",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/font.json",
        "isSource": true,
        "original": {
          "value": "{typography.ff.sans.value}",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-ff-default",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "default"
        },
        "path": [
          "typography",
          "ff",
          "default"
        ]
      },
      "secondary": {
        "value": "'Aleo', serif",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/font.json",
        "isSource": true,
        "original": {
          "value": "{typography.ff.serif.value}",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-ff-secondary",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "secondary"
        },
        "path": [
          "typography",
          "ff",
          "secondary"
        ]
      },
      "code": {
        "value": "'Source Code Pro', monospace",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/font.json",
        "isSource": true,
        "original": {
          "value": "{typography.ff.mono.value}",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-ff-code",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "code"
        },
        "path": [
          "typography",
          "ff",
          "code"
        ]
      },
      "sans": {
        "value": "'Poppins', sans-serif",
        "public": true,
        "filePath": "tokens/typography/base/font-family.json",
        "isSource": true,
        "original": {
          "value": "'Poppins', sans-serif",
          "public": true
        },
        "name": "typography-ff-sans",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "sans"
        },
        "path": [
          "typography",
          "ff",
          "sans"
        ]
      },
      "serif": {
        "value": "'Aleo', serif",
        "public": true,
        "filePath": "tokens/typography/base/font-family.json",
        "isSource": true,
        "original": {
          "value": "'Aleo', serif",
          "public": true
        },
        "name": "typography-ff-serif",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "serif"
        },
        "path": [
          "typography",
          "ff",
          "serif"
        ]
      },
      "mono": {
        "value": "'Source Code Pro', monospace",
        "public": true,
        "filePath": "tokens/typography/base/font-family.json",
        "isSource": true,
        "original": {
          "value": "'Source Code Pro', monospace",
          "public": true
        },
        "name": "typography-ff-mono",
        "attributes": {
          "category": "typography",
          "type": "ff",
          "item": "mono"
        },
        "path": [
          "typography",
          "ff",
          "mono"
        ]
      }
    },
    "size": {
      "default": {
        "value": "1",
        "defaultUnit": "rem",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/size.json",
        "isSource": true,
        "original": {
          "value": "{typography.size.M.value}",
          "defaultUnit": "rem",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-size-default",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "default"
        },
        "path": [
          "typography",
          "size",
          "default"
        ]
      },
      "input-label": {
        "value": "1",
        "defaultUnit": "rem",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/size.json",
        "isSource": true,
        "original": {
          "value": "{typography.size.M.value}",
          "defaultUnit": "rem",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-size-input-label",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "input-label"
        },
        "path": [
          "typography",
          "size",
          "input-label"
        ]
      },
      "code-block": {
        "value": "0.9",
        "defaultUnit": "rem",
        "public": true,
        "isReferenceToInternal": true,
        "filePath": "tokens/typography/alias/size.json",
        "isSource": true,
        "original": {
          "value": "0.9",
          "defaultUnit": "rem",
          "public": true,
          "isReferenceToInternal": true
        },
        "name": "typography-size-code-block",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "code-block"
        },
        "path": [
          "typography",
          "size",
          "code-block"
        ]
      },
      "9XL": {
        "value": "6.192",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "6.192",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-9-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "9XL"
        },
        "path": [
          "typography",
          "size",
          "9XL"
        ]
      },
      "8XL": {
        "value": "5.160",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "5.160",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-8-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "8XL"
        },
        "path": [
          "typography",
          "size",
          "8XL"
        ]
      },
      "7XL": {
        "value": "4.3",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "4.3",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-7-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "7XL"
        },
        "path": [
          "typography",
          "size",
          "7XL"
        ]
      },
      "6XL": {
        "value": "3.583",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "3.583",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-6-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "6XL"
        },
        "path": [
          "typography",
          "size",
          "6XL"
        ]
      },
      "5XL": {
        "value": "2.986",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Default h1",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "2.986",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Default h1"
        },
        "name": "typography-size-5-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "5XL"
        },
        "path": [
          "typography",
          "size",
          "5XL"
        ]
      },
      "4XL": {
        "value": "2.488",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "2.488",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-4-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "4XL"
        },
        "path": [
          "typography",
          "size",
          "4XL"
        ]
      },
      "3XL": {
        "value": "2.074",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Default h2",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "2.074",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Default h2"
        },
        "name": "typography-size-3-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "3XL"
        },
        "path": [
          "typography",
          "size",
          "3XL"
        ]
      },
      "2XL": {
        "value": "1.728",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Default h3",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "1.728",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Default h3"
        },
        "name": "typography-size-2-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "2XL"
        },
        "path": [
          "typography",
          "size",
          "2XL"
        ]
      },
      "XL": {
        "value": "1.44",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Default h4",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "1.44",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Default h4"
        },
        "name": "typography-size-xl",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "XL"
        },
        "path": [
          "typography",
          "size",
          "XL"
        ]
      },
      "L": {
        "value": "1.2",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Default h5",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "1.2",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Default h5"
        },
        "name": "typography-size-l",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "L"
        },
        "path": [
          "typography",
          "size",
          "L"
        ]
      },
      "M": {
        "value": "1",
        "defaultUnit": "rem",
        "public": true,
        "comment": "Base value.",
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "1",
          "defaultUnit": "rem",
          "public": true,
          "comment": "Base value."
        },
        "name": "typography-size-m",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "M"
        },
        "path": [
          "typography",
          "size",
          "M"
        ]
      },
      "S": {
        "value": "0.833",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "0.833",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-s",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "S"
        },
        "path": [
          "typography",
          "size",
          "S"
        ]
      },
      "XS": {
        "value": "0.694",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/size.json",
        "isSource": true,
        "original": {
          "value": "0.694",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-size-xs",
        "attributes": {
          "category": "typography",
          "type": "size",
          "item": "XS"
        },
        "path": [
          "typography",
          "size",
          "XS"
        ]
      }
    },
    "fw": {
      "light": {
        "value": 300,
        "public": true,
        "filePath": "tokens/typography/base/font-weight.json",
        "isSource": true,
        "original": {
          "value": 300,
          "public": true
        },
        "name": "typography-fw-light",
        "attributes": {
          "category": "typography",
          "type": "fw",
          "item": "light"
        },
        "path": [
          "typography",
          "fw",
          "light"
        ]
      },
      "regular": {
        "value": 400,
        "public": true,
        "filePath": "tokens/typography/base/font-weight.json",
        "isSource": true,
        "original": {
          "value": 400,
          "public": true
        },
        "name": "typography-fw-regular",
        "attributes": {
          "category": "typography",
          "type": "fw",
          "item": "regular"
        },
        "path": [
          "typography",
          "fw",
          "regular"
        ]
      },
      "medium": {
        "value": 500,
        "public": true,
        "filePath": "tokens/typography/base/font-weight.json",
        "isSource": true,
        "original": {
          "value": 500,
          "public": true
        },
        "name": "typography-fw-medium",
        "attributes": {
          "category": "typography",
          "type": "fw",
          "item": "medium"
        },
        "path": [
          "typography",
          "fw",
          "medium"
        ]
      },
      "semibold": {
        "value": 600,
        "public": true,
        "filePath": "tokens/typography/base/font-weight.json",
        "isSource": true,
        "original": {
          "value": 600,
          "public": true
        },
        "name": "typography-fw-semibold",
        "attributes": {
          "category": "typography",
          "type": "fw",
          "item": "semibold"
        },
        "path": [
          "typography",
          "fw",
          "semibold"
        ]
      },
      "bold": {
        "value": 700,
        "public": true,
        "filePath": "tokens/typography/base/font-weight.json",
        "isSource": true,
        "original": {
          "value": 700,
          "public": true
        },
        "name": "typography-fw-bold",
        "attributes": {
          "category": "typography",
          "type": "fw",
          "item": "bold"
        },
        "path": [
          "typography",
          "fw",
          "bold"
        ]
      }
    },
    "font": {
      "css-import": {
        "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
        "public": true,
        "filePath": "tokens/typography/base/font.json",
        "isSource": true,
        "original": {
          "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
          "public": true
        },
        "name": "typography-font-css-import",
        "attributes": {
          "category": "typography",
          "type": "font",
          "item": "css-import"
        },
        "path": [
          "typography",
          "font",
          "css-import"
        ]
      }
    },
    "ls": {
      "XL": {
        "value": "0.06",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/letter-spacing.json",
        "isSource": true,
        "original": {
          "value": "0.06",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-ls-xl",
        "attributes": {
          "category": "typography",
          "type": "ls",
          "item": "XL"
        },
        "path": [
          "typography",
          "ls",
          "XL"
        ]
      },
      "L": {
        "value": "0.04",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/letter-spacing.json",
        "isSource": true,
        "original": {
          "value": "0.04",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-ls-l",
        "attributes": {
          "category": "typography",
          "type": "ls",
          "item": "L"
        },
        "path": [
          "typography",
          "ls",
          "L"
        ]
      },
      "M": {
        "value": "0.02",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/letter-spacing.json",
        "isSource": true,
        "original": {
          "value": "0.02",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-ls-m",
        "attributes": {
          "category": "typography",
          "type": "ls",
          "item": "M"
        },
        "path": [
          "typography",
          "ls",
          "M"
        ]
      },
      "S": {
        "value": "0.01",
        "defaultUnit": "rem",
        "public": true,
        "filePath": "tokens/typography/base/letter-spacing.json",
        "isSource": true,
        "original": {
          "value": "0.01",
          "defaultUnit": "rem",
          "public": true
        },
        "name": "typography-ls-s",
        "attributes": {
          "category": "typography",
          "type": "ls",
          "item": "S"
        },
        "path": [
          "typography",
          "ls",
          "S"
        ]
      }
    },
    "lh": {
      "XL": {
        "value": "195%",
        "public": true,
        "filePath": "tokens/typography/base/line-height.json",
        "isSource": true,
        "original": {
          "value": "195%",
          "public": true
        },
        "name": "typography-lh-xl",
        "attributes": {
          "category": "typography",
          "type": "lh",
          "item": "XL"
        },
        "path": [
          "typography",
          "lh",
          "XL"
        ]
      },
      "L": {
        "value": "165%",
        "public": true,
        "filePath": "tokens/typography/base/line-height.json",
        "isSource": true,
        "original": {
          "value": "165%",
          "public": true
        },
        "name": "typography-lh-l",
        "attributes": {
          "category": "typography",
          "type": "lh",
          "item": "L"
        },
        "path": [
          "typography",
          "lh",
          "L"
        ]
      },
      "M": {
        "value": "140%",
        "public": true,
        "filePath": "tokens/typography/base/line-height.json",
        "isSource": true,
        "original": {
          "value": "140%",
          "public": true
        },
        "name": "typography-lh-m",
        "attributes": {
          "category": "typography",
          "type": "lh",
          "item": "M"
        },
        "path": [
          "typography",
          "lh",
          "M"
        ]
      },
      "S": {
        "value": "120%",
        "public": true,
        "filePath": "tokens/typography/base/line-height.json",
        "isSource": true,
        "original": {
          "value": "120%",
          "public": true
        },
        "name": "typography-lh-s",
        "attributes": {
          "category": "typography",
          "type": "lh",
          "item": "S"
        },
        "path": [
          "typography",
          "lh",
          "S"
        ]
      }
    },
    "multiplier": {
      "small": {
        "value": "0.84",
        "public": true,
        "filePath": "tokens/typography/base/multipliers.json",
        "isSource": true,
        "original": {
          "value": "0.84",
          "public": true
        },
        "name": "typography-multiplier-small",
        "attributes": {
          "category": "typography",
          "type": "multiplier",
          "item": "small"
        },
        "path": [
          "typography",
          "multiplier",
          "small"
        ]
      },
      "medium": {
        "value": "0.88",
        "public": true,
        "filePath": "tokens/typography/base/multipliers.json",
        "isSource": true,
        "original": {
          "value": "0.88",
          "public": true
        },
        "name": "typography-multiplier-medium",
        "attributes": {
          "category": "typography",
          "type": "multiplier",
          "item": "medium"
        },
        "path": [
          "typography",
          "multiplier",
          "medium"
        ]
      }
    }
  },
  "z-index": {
    "navigation": {
      "value": 100,
      "public": true,
      "filePath": "tokens/z-index/base.json",
      "isSource": true,
      "original": {
        "value": 100,
        "public": true
      },
      "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
      },
      "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
      },
      "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
      },
      "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
      },
      "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
      },
      "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
      },
      "name": "z-index-reset",
      "attributes": {
        "category": "z-index",
        "type": "reset"
      },
      "path": [
        "z-index",
        "reset"
      ]
    }
  }
}
