{
  "alias": {
    "color": {
      "border": {
        "elevation": {
          "ground": {
            "value": "unset",
            "type": "color"
          },
          "raised": {
            "value": "rgba(60,73,82, 0.56)",
            "type": "color"
          },
          "sticky": {
            "bottom": {
              "value": "rgba(60,73,82, 0.56)",
              "type": "color"
            },
            "top": {
              "value": "rgba(60,73,82, 0.56)",
              "type": "color"
            },
            "right": {
              "value": "rgba(60,73,82, 0.56)",
              "type": "color"
            },
            "left": {
              "value": "rgba(60,73,82, 0.56)",
              "type": "color"
            }
          },
          "activated": {
            "value": "rgba(60,73,82, 0.56)",
            "type": "color"
          },
          "draggable": {
            "value": "rgba(60,73,82, 0.56)",
            "type": "color"
          },
          "overlay": {
            "value": "rgba(60,73,82, 0.56)",
            "type": "color"
          },
          "popOut": {
            "value": "rgba(60,73,82, 0.56)",
            "type": "color"
          }
        }
      }
    },
    "charts": {
      "button": {
        "shape": {
          "borderRadius": {
            "md": {
              "value": 4,
              "type": "borderRadius"
            }
          }
        }
      },
      "axis": {
        "labels": {
          "color": {
            "text": {
              "base": {
                "value": "#BAC9D4",
                "type": "color"
              }
            }
          },
          "typo": {
            "fontSize": {
              "md": {
                "value": 12,
                "type": "fontSizes"
              }
            },
            "fontWeight": {
              "base": {
                "value": "500",
                "type": "fontWeights"
              }
            }
          }
        },
        "line": {
          "color": {
            "border": {
              "base": {
                "value": "rgba(82,94,102, 0.56)",
                "type": "color"
              },
              "strong": {
                "value": "rgba(102,117,128, 0.56)",
                "type": "color"
              }
            }
          }
        },
        "gridLine": {
          "color": {
            "border": {
              "base": {
                "value": "rgba(60,73,82, 0.56)",
                "type": "color"
              }
            }
          }
        },
        "minorGridLine": {
          "color": {
            "border": {
              "base": {
                "value": "rgba(51,63,72, 0.56)",
                "type": "color"
              }
            }
          }
        },
        "tick": {
          "color": {
            "border": {
              "base": {
                "value": "rgba(82,94,102, 0.56)",
                "type": "color"
              }
            }
          }
        },
        "title": {
          "color": {
            "text": {
              "base": {
                "value": "#E1EAF0",
                "type": "color"
              }
            }
          }
        }
      },
      "title": {
        "typo": {
          "fontSize": {
            "md": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "fontWeight": {
            "base": {
              "value": "700",
              "type": "fontWeights"
            }
          }
        }
      },
      "subtitle": {
        "typo": {
          "fontSize": {
            "md": {
              "value": 13,
              "type": "fontSizes"
            }
          },
          "fontWeight": {
            "base": {
              "value": "500",
              "type": "fontWeights"
            }
          }
        }
      },
      "tooltip": {
        "shape": {
          "borderSize": {
            "md": {
              "value": "0",
              "type": "borderWidth"
            }
          },
          "borderRadius": {
            "md": {
              "value": 6,
              "type": "borderRadius"
            }
          }
        },
        "typo": {
          "fontSize": {
            "sm": {
              "value": 10,
              "type": "fontSizes"
            },
            "md": {
              "value": 11,
              "type": "fontSizes"
            },
            "lg": {
              "value": 12,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 16,
              "type": "lineHeights"
            },
            "lg": {
              "value": 16,
              "type": "lineHeights"
            }
          }
        },
        "header": {
          "space": {
            "marginBottom": {
              "value": 4,
              "type": "spacing"
            }
          },
          "typo": {
            "fontWeight": {
              "value": "700",
              "type": "fontWeights"
            }
          }
        },
        "groupTitle": {
          "space": {
            "padding": {
              "value": "4 0 calc(4 / 2) 0",
              "type": "spacing"
            }
          },
          "typo": {
            "fontSize": {
              "value": "calc(10 - 0.1rem)",
              "type": "fontSizes"
            },
            "fontWeight": {
              "value": "500",
              "type": "fontWeights"
            },
            "textTransform": {
              "value": "uppercase",
              "type": "case"
            },
            "letterSpacing": {
              "value": "0.1325em",
              "type": "letterSpacing"
            }
          }
        },
        "item": {
          "color": {
            "background": {
              "base": {
                "value": "transparent",
                "type": "color"
              },
              "active": {
                "value": "rgba(22,82,156, 0.48)",
                "type": "color"
              }
            }
          },
          "shape": {
            "borderRadius": {
              "value": 4,
              "type": "borderRadius"
            }
          },
          "space": {
            "padding": {
              "value": "0 4",
              "type": "spacing"
            }
          },
          "size": {
            "minHeight": {
              "value": "calc(10 + 0.8rem)",
              "type": "sizing"
            }
          },
          "typo": {
            "fontSize": {
              "value": 12,
              "type": "fontSizes"
            }
          }
        },
        "itemSymbol": {
          "size": {
            "square": {
              "value": 10,
              "type": "sizing"
            }
          },
          "space": {
            "marginRight": {
              "value": 4,
              "type": "spacing"
            }
          }
        },
        "itemLabelLeft": {
          "typo": {
            "fontWeight": {
              "value": "700",
              "type": "fontWeights"
            }
          }
        },
        "itemValue": {
          "space": {
            "paddingLeft": {
              "value": 4,
              "type": "spacing"
            }
          }
        },
        "total": {
          "space": {
            "margin": {
              "value": "calc(4 / 2) 0 0 0",
              "type": "spacing"
            },
            "padding": {
              "value": "0 4",
              "type": "spacing"
            }
          }
        },
        "totalLabel": {
          "typo": {
            "fontWeight": {
              "value": "700",
              "type": "fontWeights"
            }
          }
        }
      },
      "legend": {
        "space": {
          "padding": {
            "md": {
              "value": 12,
              "type": "spacing"
            }
          }
        },
        "shape": {
          "borderSize": {
            "md": {
              "value": "0",
              "type": "borderWidth"
            }
          },
          "borderRadius": {
            "md": {
              "value": 6,
              "type": "borderRadius"
            }
          }
        },
        "title": {
          "typo": {
            "fontSize": {
              "md": {
                "value": 13,
                "type": "fontSizes"
              }
            }
          }
        },
        "item": {
          "typo": {
            "fontSize": {
              "md": {
                "value": 12,
                "type": "fontSizes"
              }
            },
            "fontWeight": {
              "enabled": {
                "value": "500",
                "type": "fontWeights"
              },
              "hovered": {
                "value": "700",
                "type": "fontWeights"
              }
            }
          },
          "color": {
            "text": {
              "enabled": {
                "value": "#E1EAF0",
                "type": "color"
              },
              "hovered": {
                "value": "#F5F8FA",
                "type": "color"
              }
            }
          }
        }
      },
      "menu": {
        "shape": {
          "borderRadius": {
            "md": {
              "value": 6,
              "type": "borderRadius"
            }
          }
        },
        "space": {
          "padding": {
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        },
        "item": {
          "color": {
            "background": {
              "enabled": {
                "value": "#1F282E",
                "type": "color"
              },
              "hovered": {
                "value": "#333F48",
                "type": "color"
              }
            },
            "text": {
              "enabled": {
                "value": "#E1EAF0",
                "type": "color"
              },
              "hovered": {
                "value": "#F0F3F5",
                "type": "color"
              }
            }
          },
          "shape": {
            "borderRadius": {
              "md": {
                "value": 4,
                "type": "borderRadius"
              }
            }
          },
          "space": {
            "padding": {
              "md": {
                "value": "8 8",
                "type": "spacing"
              }
            }
          },
          "typo": {
            "fontSize": {
              "md": {
                "value": 13,
                "type": "fontSizes"
              }
            }
          }
        }
      },
      "rangeSelector": {
        "input": {
          "color": {
            "background": {
              "enabled": {
                "value": "#1F282E",
                "type": "color"
              }
            },
            "border": {
              "enabled": {
                "value": "#48545C",
                "type": "color"
              }
            },
            "text": {
              "enabled": {
                "value": "#E1EAF0",
                "type": "color"
              }
            }
          }
        },
        "label": {
          "color": {
            "text": {
              "base": {
                "value": "#E1EAF0",
                "type": "color"
              }
            }
          }
        }
      },
      "scrollbar": {
        "size": {
          "square": {
            "md": {
              "value": 8,
              "type": "sizing"
            }
          }
        },
        "space": {
          "margin": {
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        },
        "track": {
          "color": {
            "backdrop": {
              "base": {
                "value": "rgba(255,255,255,.08)",
                "type": "color"
              }
            }
          },
          "shape": {
            "borderRadius": {
              "md": {
                "value": 8,
                "type": "borderRadius"
              }
            },
            "borderSize": {
              "md": {
                "value": "0",
                "type": "borderWidth"
              }
            }
          }
        },
        "thumb": {
          "color": {
            "backdrop": {
              "base": {
                "value": "rgba(255,255,255,.24)",
                "type": "color"
              },
              "hovered": {
                "value": "rgba(255,255,255,.36)",
                "type": "color"
              }
            }
          },
          "shape": {
            "borderRadius": {
              "md": {
                "value": 8,
                "type": "borderRadius"
              }
            },
            "borderSize": {
              "md": {
                "value": "0",
                "type": "borderWidth"
              }
            }
          }
        },
        "riffle": {
          "color": {
            "fill": {
              "base": {
                "value": "#81919C",
                "type": "color"
              }
            }
          }
        }
      },
      "plotOptions": {
        "series": {
          "shape": {
            "borderSize": {
              "md": {
                "value": "0",
                "type": "borderWidth"
              }
            }
          },
          "dataLabels": {
            "color": {
              "text": {
                "base": {
                  "value": "#E1EAF0",
                  "type": "color"
                }
              }
            },
            "typo": {
              "fontSize": {
                "md": {
                  "value": 13,
                  "type": "fontSizes"
                }
              }
            }
          }
        },
        "box": {
          "color": {
            "fill": {
              "base": {
                "value": "#BAC9D4",
                "type": "color"
              }
            }
          }
        },
        "candlestick": {
          "color": {
            "fill": {
              "up": {
                "value": "#D62433",
                "type": "color"
              }
            },
            "border": {
              "base": {
                "value": "#D62433",
                "type": "color"
              },
              "up": {
                "value": "#D62433",
                "type": "color"
              }
            }
          }
        },
        "errorBar": {
          "color": {
            "fill": {
              "base": {
                "value": "#1F282E",
                "type": "color"
              }
            }
          }
        },
        "map": {
          "color": {
            "border": {
              "base": {
                "value": "rgba(255,255,255,.12)",
                "type": "color"
              }
            },
            "fill": {
              "null": {
                "value": "rgba(255,255,255,.36)",
                "type": "color"
              }
            }
          }
        }
      }
    },
    "fields": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          },
          "check": {
            "value": 2,
            "type": "borderWidth"
          }
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "height": {
          "xs": {
            "value": 20,
            "type": "sizing"
          },
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "square": {
          "sm": {
            "value": 14,
            "type": "sizing"
          },
          "md": {
            "value": 16,
            "type": "sizing"
          },
          "lg": {
            "value": 18,
            "type": "sizing"
          }
        },
        "width": {
          "xxs": {
            "value": 60,
            "type": "sizing"
          },
          "xs": {
            "value": 136,
            "type": "sizing"
          },
          "sm": {
            "value": 212,
            "type": "sizing"
          },
          "md": {
            "value": 288,
            "type": "sizing"
          },
          "lg": {
            "value": 364,
            "type": "sizing"
          },
          "xl": {
            "value": 444,
            "type": "sizing"
          },
          "wide": {
            "value": "100%",
            "type": "sizing"
          }
        }
      },
      "space": {
        "padding": {
          "hor": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          },
          "withIcon": {
            "sm": {
              "value": "calc((8 * 2) + calc(8 / 2))",
              "type": "spacing"
            },
            "md": {
              "value": "calc((8 * 2) + calc(8 / 2))",
              "type": "spacing"
            },
            "lg": {
              "value": "calc((12 * 2) + calc(12 / 2))",
              "type": "spacing"
            }
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "sm": {
              "value": "calc((24 / 2) + 0.2rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc((28 / 2) + 0.2rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc((32 / 2) + 0.2rem)",
              "type": "sizing"
            }
          }
        },
        "space": {
          "pos": {
            "sm": {
              "value": "calc(8 / 2)",
              "type": "spacing"
            },
            "md": {
              "value": "calc(8 / 2)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(12 / 2)",
              "type": "spacing"
            }
          }
        }
      }
    },
    "handlers": {
      "size": {
        "square": {
          "xs": {
            "value": 12,
            "type": "sizing"
          },
          "sm": {
            "value": 16,
            "type": "sizing"
          },
          "md": {
            "value": 20,
            "type": "sizing"
          },
          "lg": {
            "value": 24,
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": "50%",
          "type": "borderRadius"
        }
      }
    },
    "menus": {
      "space": {
        "marginTop": {
          "base": {
            "value": "calc(4 / 2)",
            "type": "spacing"
          },
          "isQuiet": {
            "value": "0",
            "type": "spacing"
          },
          "isGroundLevel": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "wrapper": {
        "space": {
          "margin": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "list": {
        "size": {
          "maxHeight": {
            "value": "calc(32 * 7 + 32 / 2 + 4)",
            "type": "sizing"
          }
        }
      },
      "item": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "space": {
          "marginHor": {
            "value": 8,
            "type": "spacing"
          }
        },
        "size": {
          "minHeight": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "itemIcon": {
        "space": {
          "marginRight": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 16,
              "type": "spacing"
            }
          }
        },
        "size": {
          "square": {
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 18,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            },
            "xl": {
              "value": 24,
              "type": "sizing"
            }
          }
        }
      },
      "itemGroup": {
        "space": {
          "marginTop": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "itemGroupHeading": {
        "size": {
          "height": {
            "value": 32,
            "type": "sizing"
          }
        }
      }
    },
    "scrollbars": {
      "size": {
        "square": {
          "sm": {
            "value": "calc(4 + 0.2rem)",
            "type": "sizing"
          },
          "md": {
            "value": 8,
            "type": "sizing"
          },
          "lg": {
            "value": "calc(8 + 0.2rem)",
            "type": "sizing"
          }
        }
      },
      "track": {
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        }
      },
      "thumb": {
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        }
      }
    },
    "typographies": {
      "typo": {
        "fontFamily": {
          "action": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "body": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "heading": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "hero": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "icon": {
            "base": {
              "fontFaceName": {
                "value": "'lt-iconfont', sans-serif",
                "type": "fontFamilies"
              },
              "originalName": {
                "value": "'lt-iconfont', sans-serif",
                "type": "fontFamilies"
              }
            },
            "alt": {
              "fontFaceName": {
                "value": "'LtAppFont', sans-serif",
                "type": "fontFamilies"
              },
              "originalName": {
                "value": "'LtAppFont', sans-serif",
                "type": "fontFamilies"
              }
            }
          },
          "lead": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "link": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          },
          "mono": {
            "fontFaceName": {
              "value": "'Mono Font', monospace",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "JetBrains Mono",
              "type": "fontFamilies"
            }
          },
          "overline": {
            "fontFaceName": {
              "value": "'Devo Font', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "Museo Sans",
              "type": "fontFamilies"
            }
          }
        },
        "fontSize": {
          "action": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 11,
              "type": "fontSizes"
            },
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            },
            "xl": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "body": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 11,
              "type": "fontSizes"
            },
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            },
            "xl": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "heading": {
            "h6": {
              "value": 13,
              "type": "fontSizes"
            },
            "h5": {
              "value": 14,
              "type": "fontSizes"
            },
            "h4": {
              "value": 16,
              "type": "fontSizes"
            },
            "h3": {
              "value": 18,
              "type": "fontSizes"
            },
            "h2": {
              "value": 20,
              "type": "fontSizes"
            },
            "h1": {
              "value": 24,
              "type": "fontSizes"
            }
          },
          "hero": {
            "sm": {
              "value": 36,
              "type": "fontSizes"
            },
            "md": {
              "value": 42,
              "type": "fontSizes"
            },
            "lg": {
              "value": 48,
              "type": "fontSizes"
            }
          },
          "icon": {
            "xxxxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xxxs": {
              "value": 12,
              "type": "fontSizes"
            },
            "xxs": {
              "value": 14,
              "type": "fontSizes"
            },
            "xs": {
              "value": 16,
              "type": "fontSizes"
            },
            "sm": {
              "value": 18,
              "type": "fontSizes"
            },
            "md": {
              "value": 20,
              "type": "fontSizes"
            },
            "lg": {
              "value": 24,
              "type": "fontSizes"
            },
            "xl": {
              "value": 28,
              "type": "fontSizes"
            },
            "xxl": {
              "value": 32,
              "type": "fontSizes"
            },
            "xxxl": {
              "value": 48,
              "type": "fontSizes"
            },
            "xxxxl": {
              "value": 60,
              "type": "fontSizes"
            }
          },
          "lead": {
            "sm": {
              "value": 13,
              "type": "fontSizes"
            },
            "md": {
              "value": 14,
              "type": "fontSizes"
            },
            "lg": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "link": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 11,
              "type": "fontSizes"
            },
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            },
            "xl": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "mono": {
            "sm": {
              "value": 11,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 16,
              "type": "fontSizes"
            }
          },
          "overline": {
            "sm": {
              "value": 10,
              "type": "fontSizes"
            },
            "md": {
              "value": 11,
              "type": "fontSizes"
            },
            "lg": {
              "value": 12,
              "type": "fontSizes"
            }
          }
        },
        "fontWeight": {
          "action": {
            "value": "700",
            "type": "fontWeights"
          },
          "body": {
            "value": "500",
            "type": "fontWeights"
          },
          "overline": {
            "value": "500",
            "type": "fontWeights"
          },
          "heading": {
            "value": "700",
            "type": "fontWeights"
          },
          "hero": {
            "value": "700",
            "type": "fontWeights"
          },
          "lead": {
            "value": "300",
            "type": "fontWeights"
          },
          "link": {
            "value": "700",
            "type": "fontWeights"
          },
          "markers": {
            "value": "700",
            "type": "fontWeights"
          },
          "mono": {
            "value": "500",
            "type": "fontWeights"
          },
          "shortText": {
            "value": "500",
            "type": "fontWeights"
          },
          "bolder": {
            "value": "900",
            "type": "fontWeights"
          }
        },
        "letterSpacing": {
          "action": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          },
          "body": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          },
          "heading": {
            "em": {
              "value": "-0.01925em",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "-1.925%",
              "type": "letterSpacing"
            }
          },
          "hero": {
            "em": {
              "value": "-0.01925em",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "-1.925%",
              "type": "letterSpacing"
            }
          },
          "lead": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          },
          "link": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          },
          "mono": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          },
          "overline": {
            "em": {
              "value": "0.1325em",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "13.25%",
              "type": "letterSpacing"
            }
          },
          "reset": {
            "em": {
              "value": "0",
              "type": "letterSpacing"
            },
            "percent": {
              "value": "0%",
              "type": "letterSpacing"
            }
          }
        },
        "lineHeight": {
          "action": {
            "relative": {
              "value": "1.2",
              "type": "lineHeights"
            },
            "xxs": {
              "value": 16,
              "type": "lineHeights"
            },
            "xs": {
              "value": 16,
              "type": "lineHeights"
            },
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 20,
              "type": "lineHeights"
            },
            "xl": {
              "value": 24,
              "type": "lineHeights"
            }
          },
          "body": {
            "relative": {
              "value": "1.5",
              "type": "lineHeights"
            },
            "xxs": {
              "value": 16,
              "type": "lineHeights"
            },
            "xs": {
              "value": 16,
              "type": "lineHeights"
            },
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 20,
              "type": "lineHeights"
            },
            "xl": {
              "value": 24,
              "type": "lineHeights"
            }
          },
          "heading": {
            "relative": {
              "value": "1.2",
              "type": "lineHeights"
            },
            "h1": {
              "value": 28,
              "type": "lineHeights"
            },
            "h2": {
              "value": 24,
              "type": "lineHeights"
            },
            "h3": {
              "value": 20,
              "type": "lineHeights"
            },
            "h4": {
              "value": 20,
              "type": "lineHeights"
            },
            "h5": {
              "value": 16,
              "type": "lineHeights"
            },
            "h6": {
              "value": 16,
              "type": "lineHeights"
            }
          },
          "hero": {
            "relative": {
              "value": "1.2",
              "type": "lineHeights"
            },
            "sm": {
              "value": 44,
              "type": "lineHeights"
            },
            "md": {
              "value": 52,
              "type": "lineHeights"
            },
            "lg": {
              "value": 56,
              "type": "lineHeights"
            }
          },
          "lead": {
            "relative": {
              "value": "1.5",
              "type": "lineHeights"
            },
            "sm": {
              "value": 20,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 24,
              "type": "lineHeights"
            }
          },
          "link": {
            "relative": {
              "value": "1.5",
              "type": "lineHeights"
            },
            "xxs": {
              "value": 16,
              "type": "lineHeights"
            },
            "xs": {
              "value": 16,
              "type": "lineHeights"
            },
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 20,
              "type": "lineHeights"
            },
            "xl": {
              "value": 24,
              "type": "lineHeights"
            }
          },
          "mono": {
            "relative": {
              "value": "1.5",
              "type": "lineHeights"
            },
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 24,
              "type": "lineHeights"
            }
          },
          "overline": {
            "relative": {
              "value": "1.2",
              "type": "lineHeights"
            },
            "sm": {
              "value": 12,
              "type": "lineHeights"
            },
            "md": {
              "value": 16,
              "type": "lineHeights"
            },
            "lg": {
              "value": 16,
              "type": "lineHeights"
            }
          },
          "reset": {
            "value": "1",
            "type": "lineHeights"
          }
        },
        "textTransform": {
          "action": {
            "value": "none",
            "type": "case"
          },
          "body": {
            "value": "none",
            "type": "case"
          },
          "overline": {
            "value": "uppercase",
            "type": "case"
          },
          "heading": {
            "value": "none",
            "type": "case"
          },
          "hero": {
            "value": "none",
            "type": "case"
          },
          "lead": {
            "value": "none",
            "type": "case"
          },
          "link": {
            "value": "none",
            "type": "case"
          },
          "markers": {
            "value": "none",
            "type": "case"
          },
          "mono": {
            "value": "none",
            "type": "case"
          },
          "shortText": {
            "value": "none",
            "type": "case"
          },
          "bolder": {
            "value": "none",
            "type": "case"
          }
        }
      }
    },
    "shape": {
      "borderRadius": {
        "sm": {
          "value": 2,
          "type": "borderRadius"
        },
        "md": {
          "value": 4,
          "type": "borderRadius"
        },
        "lg": {
          "value": 6,
          "type": "borderRadius"
        },
        "elevated": {
          "value": 6,
          "type": "borderRadius"
        },
        "pill": {
          "value": 9990,
          "type": "borderRadius"
        },
        "full": {
          "value": "50%",
          "type": "borderRadius"
        }
      },
      "borderSize": {
        "separator": {
          "md": {
            "value": 1,
            "type": "borderWidth"
          },
          "lg": {
            "value": 2,
            "type": "borderWidth"
          },
          "xl": {
            "value": 3,
            "type": "borderWidth"
          }
        },
        "panel": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "header": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "base": {
          "highlighted": {
            "value": 2,
            "type": "borderWidth"
          },
          "focused": {
            "value": 2,
            "type": "borderWidth"
          }
        },
        "contextMark": {
          "base": {
            "value": 4,
            "type": "borderWidth"
          }
        }
      },
      "opacity": {
        "disabled": {
          "value": ".4",
          "type": "opacity"
        },
        "blocked": {
          "value": ".8",
          "type": "opacity"
        }
      }
    },
    "size": {
      "width": {
        "popover": {
          "xxxs": {
            "value": 112,
            "type": "sizing"
          },
          "xxs": {
            "value": 216,
            "type": "sizing"
          },
          "xs": {
            "value": 256,
            "type": "sizing"
          },
          "sm": {
            "value": 288,
            "type": "sizing"
          },
          "md": {
            "value": 336,
            "type": "sizing"
          },
          "lg": {
            "value": 400,
            "type": "sizing"
          },
          "xl": {
            "value": 480,
            "type": "sizing"
          }
        },
        "sidebar": {
          "xs": {
            "value": 64,
            "type": "sizing"
          },
          "sm": {
            "value": 80,
            "type": "sizing"
          },
          "md": {
            "value": 256,
            "type": "sizing"
          },
          "lg": {
            "value": 336,
            "type": "sizing"
          },
          "xl": {
            "value": 400,
            "type": "sizing"
          }
        }
      },
      "minWidth": {
        "action": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 40,
            "type": "sizing"
          },
          "sm": {
            "value": 48,
            "type": "sizing"
          },
          "md": {
            "value": 56,
            "type": "sizing"
          },
          "lg": {
            "value": 64,
            "type": "sizing"
          }
        }
      },
      "height": {
        "surface": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 36,
            "type": "sizing"
          },
          "sm": {
            "value": 40,
            "type": "sizing"
          },
          "md": {
            "value": 48,
            "type": "sizing"
          },
          "lg": {
            "value": 56,
            "type": "sizing"
          },
          "xl": {
            "value": 64,
            "type": "sizing"
          },
          "xxl": {
            "value": 72,
            "type": "sizing"
          }
        },
        "toolbar": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 36,
            "type": "sizing"
          },
          "sm": {
            "value": 40,
            "type": "sizing"
          },
          "md": {
            "value": 48,
            "type": "sizing"
          },
          "lg": {
            "value": 64,
            "type": "sizing"
          },
          "xl": {
            "value": 72,
            "type": "sizing"
          }
        },
        "action": {
          "xxs": {
            "value": 16,
            "type": "sizing"
          },
          "xs": {
            "value": 20,
            "type": "sizing"
          },
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "tag": {
          "xs": {
            "value": 16,
            "type": "sizing"
          },
          "sm": {
            "value": 20,
            "type": "sizing"
          },
          "md": {
            "value": 24,
            "type": "sizing"
          },
          "lg": {
            "value": 28,
            "type": "sizing"
          }
        },
        "track": {
          "xs": {
            "value": 4,
            "type": "sizing"
          },
          "sm": {
            "value": 8,
            "type": "sizing"
          },
          "md": {
            "value": 12,
            "type": "sizing"
          },
          "lg": {
            "value": 16,
            "type": "sizing"
          }
        }
      },
      "square": {
        "handler": {
          "xs": {
            "value": 12,
            "type": "sizing"
          },
          "sm": {
            "value": 16,
            "type": "sizing"
          },
          "md": {
            "value": 20,
            "type": "sizing"
          },
          "lg": {
            "value": 24,
            "type": "sizing"
          }
        },
        "icon": {
          "base": {
            "xxxxs": {
              "value": 10,
              "type": "sizing"
            },
            "xxxs": {
              "value": 12,
              "type": "sizing"
            },
            "xxs": {
              "value": 14,
              "type": "sizing"
            },
            "xs": {
              "value": 16,
              "type": "sizing"
            },
            "sm": {
              "value": 18,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            },
            "lg": {
              "value": 24,
              "type": "sizing"
            },
            "xl": {
              "value": 28,
              "type": "sizing"
            },
            "xxl": {
              "value": 32,
              "type": "sizing"
            },
            "xxxl": {
              "value": 48,
              "type": "sizing"
            },
            "xxxxl": {
              "value": 64,
              "type": "sizing"
            }
          },
          "inAction": {
            "sm": {
              "value": 14,
              "type": "sizing"
            },
            "md": {
              "value": 16,
              "type": "sizing"
            },
            "lg": {
              "value": 18,
              "type": "sizing"
            }
          },
          "isAction": {
            "xs": {
              "value": 14,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 18,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            },
            "xl": {
              "value": 24,
              "type": "sizing"
            },
            "xxl": {
              "value": 28,
              "type": "sizing"
            }
          }
        },
        "thumb": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 40,
            "type": "sizing"
          },
          "sm": {
            "value": 48,
            "type": "sizing"
          },
          "md": {
            "value": 56,
            "type": "sizing"
          },
          "lg": {
            "value": 64,
            "type": "sizing"
          }
        },
        "badge": {
          "hasContent": {
            "xxs": {
              "value": 12,
              "type": "sizing"
            },
            "xs": {
              "value": 14,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 18,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          },
          "empty": {
            "xxs": {
              "value": 6,
              "type": "sizing"
            },
            "xs": {
              "value": 8,
              "type": "sizing"
            },
            "sm": {
              "value": 10,
              "type": "sizing"
            },
            "md": {
              "value": 12,
              "type": "sizing"
            },
            "lg": {
              "value": 14,
              "type": "sizing"
            }
          }
        },
        "bullet": {
          "xs": {
            "value": 8,
            "type": "sizing"
          },
          "sm": {
            "value": 10,
            "type": "sizing"
          },
          "md": {
            "value": 12,
            "type": "sizing"
          },
          "lg": {
            "value": 14,
            "type": "sizing"
          }
        }
      }
    },
    "space": {
      "cmp": {
        "xxs": {
          "value": 4,
          "type": "spacing"
        },
        "xs": {
          "value": 8,
          "type": "spacing"
        },
        "sm": {
          "value": 12,
          "type": "spacing"
        },
        "md": {
          "value": 16,
          "type": "spacing"
        },
        "lg": {
          "value": 24,
          "type": "spacing"
        },
        "xl": {
          "value": 32,
          "type": "spacing"
        },
        "xxl": {
          "value": 40,
          "type": "spacing"
        },
        "xxxl": {
          "value": 48,
          "type": "spacing"
        }
      },
      "layout": {
        "xxs": {
          "value": 16,
          "type": "spacing"
        },
        "xs": {
          "value": 24,
          "type": "spacing"
        },
        "sm": {
          "value": 32,
          "type": "spacing"
        },
        "md": {
          "value": 48,
          "type": "spacing"
        },
        "lg": {
          "value": 64,
          "type": "spacing"
        },
        "xl": {
          "value": 96,
          "type": "spacing"
        },
        "xxl": {
          "value": 128,
          "type": "spacing"
        },
        "xxxl": {
          "value": 160,
          "type": "spacing"
        }
      }
    },
    "typo": {
      "fontFamily": {
        "action": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "body": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "heading": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "hero": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "icon": {
          "base": {
            "fontFaceName": {
              "value": "'lt-iconfont', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "'lt-iconfont', sans-serif",
              "type": "fontFamilies"
            }
          },
          "alt": {
            "fontFaceName": {
              "value": "'LtAppFont', sans-serif",
              "type": "fontFamilies"
            },
            "originalName": {
              "value": "'LtAppFont', sans-serif",
              "type": "fontFamilies"
            }
          }
        },
        "lead": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "link": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        },
        "mono": {
          "fontFaceName": {
            "value": "'Mono Font', monospace",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "JetBrains Mono",
            "type": "fontFamilies"
          }
        },
        "overline": {
          "fontFaceName": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "originalName": {
            "value": "Museo Sans",
            "type": "fontFamilies"
          }
        }
      },
      "fontSize": {
        "action": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 11,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 14,
            "type": "fontSizes"
          },
          "xl": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "body": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 11,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 14,
            "type": "fontSizes"
          },
          "xl": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "heading": {
          "h6": {
            "value": 13,
            "type": "fontSizes"
          },
          "h5": {
            "value": 14,
            "type": "fontSizes"
          },
          "h4": {
            "value": 16,
            "type": "fontSizes"
          },
          "h3": {
            "value": 18,
            "type": "fontSizes"
          },
          "h2": {
            "value": 20,
            "type": "fontSizes"
          },
          "h1": {
            "value": 24,
            "type": "fontSizes"
          }
        },
        "hero": {
          "sm": {
            "value": 36,
            "type": "fontSizes"
          },
          "md": {
            "value": 42,
            "type": "fontSizes"
          },
          "lg": {
            "value": 48,
            "type": "fontSizes"
          }
        },
        "icon": {
          "xxxxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xxxs": {
            "value": 12,
            "type": "fontSizes"
          },
          "xxs": {
            "value": 14,
            "type": "fontSizes"
          },
          "xs": {
            "value": 16,
            "type": "fontSizes"
          },
          "sm": {
            "value": 18,
            "type": "fontSizes"
          },
          "md": {
            "value": 20,
            "type": "fontSizes"
          },
          "lg": {
            "value": 24,
            "type": "fontSizes"
          },
          "xl": {
            "value": 28,
            "type": "fontSizes"
          },
          "xxl": {
            "value": 32,
            "type": "fontSizes"
          },
          "xxxl": {
            "value": 48,
            "type": "fontSizes"
          },
          "xxxxl": {
            "value": 60,
            "type": "fontSizes"
          }
        },
        "lead": {
          "sm": {
            "value": 13,
            "type": "fontSizes"
          },
          "md": {
            "value": 14,
            "type": "fontSizes"
          },
          "lg": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "link": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 11,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 14,
            "type": "fontSizes"
          },
          "xl": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "mono": {
          "sm": {
            "value": 11,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "overline": {
          "sm": {
            "value": 10,
            "type": "fontSizes"
          },
          "md": {
            "value": 11,
            "type": "fontSizes"
          },
          "lg": {
            "value": 12,
            "type": "fontSizes"
          }
        }
      },
      "fontWeight": {
        "action": {
          "value": "700",
          "type": "fontWeights"
        },
        "body": {
          "value": "500",
          "type": "fontWeights"
        },
        "overline": {
          "value": "500",
          "type": "fontWeights"
        },
        "heading": {
          "value": "700",
          "type": "fontWeights"
        },
        "hero": {
          "value": "700",
          "type": "fontWeights"
        },
        "lead": {
          "value": "300",
          "type": "fontWeights"
        },
        "link": {
          "value": "700",
          "type": "fontWeights"
        },
        "markers": {
          "value": "700",
          "type": "fontWeights"
        },
        "mono": {
          "value": "500",
          "type": "fontWeights"
        },
        "shortText": {
          "value": "500",
          "type": "fontWeights"
        },
        "bolder": {
          "value": "900",
          "type": "fontWeights"
        }
      },
      "letterSpacing": {
        "action": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        },
        "body": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        },
        "heading": {
          "em": {
            "value": "-0.01925em",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "-1.925%",
            "type": "letterSpacing"
          }
        },
        "hero": {
          "em": {
            "value": "-0.01925em",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "-1.925%",
            "type": "letterSpacing"
          }
        },
        "lead": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        },
        "link": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        },
        "mono": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        },
        "overline": {
          "em": {
            "value": "0.1325em",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "13.25%",
            "type": "letterSpacing"
          }
        },
        "reset": {
          "em": {
            "value": "0",
            "type": "letterSpacing"
          },
          "percent": {
            "value": "0%",
            "type": "letterSpacing"
          }
        }
      },
      "lineHeight": {
        "action": {
          "relative": {
            "value": "1.2",
            "type": "lineHeights"
          },
          "xxs": {
            "value": 16,
            "type": "lineHeights"
          },
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 20,
            "type": "lineHeights"
          },
          "xl": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "body": {
          "relative": {
            "value": "1.5",
            "type": "lineHeights"
          },
          "xxs": {
            "value": 16,
            "type": "lineHeights"
          },
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 20,
            "type": "lineHeights"
          },
          "xl": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "heading": {
          "relative": {
            "value": "1.2",
            "type": "lineHeights"
          },
          "h1": {
            "value": 28,
            "type": "lineHeights"
          },
          "h2": {
            "value": 24,
            "type": "lineHeights"
          },
          "h3": {
            "value": 20,
            "type": "lineHeights"
          },
          "h4": {
            "value": 20,
            "type": "lineHeights"
          },
          "h5": {
            "value": 16,
            "type": "lineHeights"
          },
          "h6": {
            "value": 16,
            "type": "lineHeights"
          }
        },
        "hero": {
          "relative": {
            "value": "1.2",
            "type": "lineHeights"
          },
          "sm": {
            "value": 44,
            "type": "lineHeights"
          },
          "md": {
            "value": 52,
            "type": "lineHeights"
          },
          "lg": {
            "value": 56,
            "type": "lineHeights"
          }
        },
        "lead": {
          "relative": {
            "value": "1.5",
            "type": "lineHeights"
          },
          "sm": {
            "value": 20,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "link": {
          "relative": {
            "value": "1.5",
            "type": "lineHeights"
          },
          "xxs": {
            "value": 16,
            "type": "lineHeights"
          },
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 20,
            "type": "lineHeights"
          },
          "xl": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "mono": {
          "relative": {
            "value": "1.5",
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "overline": {
          "relative": {
            "value": "1.2",
            "type": "lineHeights"
          },
          "sm": {
            "value": 12,
            "type": "lineHeights"
          },
          "md": {
            "value": 16,
            "type": "lineHeights"
          },
          "lg": {
            "value": 16,
            "type": "lineHeights"
          }
        },
        "reset": {
          "value": "1",
          "type": "lineHeights"
        }
      },
      "textTransform": {
        "action": {
          "value": "none",
          "type": "case"
        },
        "body": {
          "value": "none",
          "type": "case"
        },
        "overline": {
          "value": "uppercase",
          "type": "case"
        },
        "heading": {
          "value": "none",
          "type": "case"
        },
        "hero": {
          "value": "none",
          "type": "case"
        },
        "lead": {
          "value": "none",
          "type": "case"
        },
        "link": {
          "value": "none",
          "type": "case"
        },
        "markers": {
          "value": "none",
          "type": "case"
        },
        "mono": {
          "value": "none",
          "type": "case"
        },
        "shortText": {
          "value": "none",
          "type": "case"
        },
        "bolder": {
          "value": "none",
          "type": "case"
        }
      }
    }
  },
  "cmp": {
    "button": {
      "space": {
        "padding": {
          "xxs": {
            "value": 4,
            "type": "spacing"
          },
          "xs": {
            "value": 8,
            "type": "spacing"
          },
          "sm": {
            "value": 8,
            "type": "spacing"
          },
          "md": {
            "value": 12,
            "type": "spacing"
          },
          "lg": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "size": {
        "height": {
          "xxs": {
            "value": 16,
            "type": "sizing"
          },
          "xs": {
            "value": 20,
            "type": "sizing"
          },
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "square": {
          "xxs": {
            "value": 16,
            "type": "sizing"
          },
          "xs": {
            "value": 20,
            "type": "sizing"
          },
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "minWidth": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 40,
            "type": "sizing"
          },
          "sm": {
            "value": 48,
            "type": "sizing"
          },
          "md": {
            "value": 56,
            "type": "sizing"
          },
          "lg": {
            "value": 64,
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "medium": {
            "value": 4,
            "type": "borderRadius"
          },
          "pill": {
            "value": 9990,
            "type": "borderRadius"
          },
          "full": {
            "value": "50%",
            "type": "borderRadius"
          }
        }
      },
      "icon": {
        "typo": {
          "fontSize": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 12,
              "type": "fontSizes"
            },
            "sm": {
              "value": 14,
              "type": "fontSizes"
            },
            "md": {
              "value": 16,
              "type": "fontSizes"
            },
            "lg": {
              "value": 18,
              "type": "fontSizes"
            }
          }
        },
        "space": {
          "margin": {
            "xxs": {
              "value": 4,
              "type": "spacing"
            },
            "xs": {
              "value": 4,
              "type": "spacing"
            },
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 4,
              "type": "spacing"
            }
          },
          "offset": {
            "xxs": {
              "value": "calc((16 / 8) * -1)",
              "type": "spacing"
            },
            "xs": {
              "value": "calc((20 / 8) * -1)",
              "type": "spacing"
            },
            "sm": {
              "value": "calc((24 / 8) * -1)",
              "type": "spacing"
            },
            "md": {
              "value": "calc((28 / 8) * -1)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc((32 / 8) * -1)",
              "type": "spacing"
            }
          }
        }
      },
      "label": {
        "typo": {
          "fontSize": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 11,
              "type": "fontSizes"
            },
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        }
      },
      "loader": {
        "size": {
          "width": {
            "xxs": {
              "value": 12,
              "type": "sizing"
            },
            "xs": {
              "value": 14,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 18,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          }
        }
      }
    },
    "iconButtonDropdown": {
      "size": {
        "width": {
          "xs": {
            "value": 36,
            "type": "sizing"
          },
          "sm": {
            "value": 44,
            "type": "sizing"
          },
          "md": {
            "value": 52,
            "type": "sizing"
          },
          "lg": {
            "value": 60,
            "type": "sizing"
          }
        }
      }
    },
    "iconButtonGoToDocs": {
      "marker": {
        "typo": {
          "fontSize": {
            "xxs": {
              "value": 8,
              "type": "fontSizes"
            },
            "xs": {
              "value": 9,
              "type": "fontSizes"
            },
            "sm": {
              "value": 10,
              "type": "fontSizes"
            },
            "md": {
              "value": 11,
              "type": "fontSizes"
            }
          }
        },
        "size": {
          "offset": {
            "enabled": {
              "xxs": {
                "value": -1.5,
                "type": "sizing"
              },
              "xs": {
                "value": -1.5,
                "type": "sizing"
              },
              "sm": {
                "value": -1.5,
                "type": "sizing"
              },
              "md": {
                "value": -1.5,
                "type": "sizing"
              }
            },
            "hovered": {
              "xxs": {
                "value": -3,
                "type": "sizing"
              },
              "xs": {
                "value": -3,
                "type": "sizing"
              },
              "sm": {
                "value": -3,
                "type": "sizing"
              },
              "md": {
                "value": -3,
                "type": "sizing"
              }
            }
          }
        }
      }
    },
    "iconButtonStop": {
      "icon": {
        "size": {
          "square": {
            "xs": {
              "value": 10,
              "type": "sizing"
            },
            "sm": {
              "value": 12,
              "type": "sizing"
            },
            "md": {
              "value": 8,
              "type": "sizing"
            },
            "lg": {
              "value": 10,
              "type": "sizing"
            }
          }
        }
      }
    },
    "diffEditor": {
      "shape": {
        "borderRadius": {
          "base": {
            "value": 4,
            "type": "borderRadius"
          },
          "inner": {
            "value": "calc(4 - 0.1rem)",
            "type": "borderRadius"
          }
        }
      }
    },
    "editor": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "line": {
        "space": {
          "paddingLeft": {
            "value": 8,
            "type": "spacing"
          },
          "marginLeft": {
            "value": "calc(-1 * 8)",
            "type": "spacing"
          }
        }
      },
      "message": {
        "shape": {
          "borderRadius": {
            "value": 6,
            "type": "borderRadius"
          }
        },
        "space": {
          "padding": {
            "value": "8 12",
            "type": "spacing"
          }
        },
        "typo": {
          "fontFamily": {
            "value": "'Devo Font', sans-serif",
            "type": "fontFamilies"
          },
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          }
        }
      },
      "ruler": {
        "size": {
          "width": {
            "value": 8,
            "type": "sizing"
          }
        }
      },
      "scrollBar": {
        "shape": {
          "borderRadius": {
            "slider": {
              "value": 9990,
              "type": "borderRadius"
            }
          }
        },
        "size": {
          "square": {
            "value": 8,
            "type": "sizing"
          }
        }
      }
    },
    "highChart": {
      "chart": {
        "space": {
          "paddingBottom": {
            "value": 16,
            "type": "spacing"
          },
          "paddingTop": {
            "value": 12,
            "type": "spacing"
          },
          "paddingLeft": {
            "value": 12,
            "type": "spacing"
          },
          "paddingRight": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "title": {
        "size": {
          "height": {
            "value": 112,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          },
          "letterSpacing": {
            "value": "-0.01925em",
            "type": "letterSpacing"
          }
        }
      },
      "subtitle": {
        "typo": {
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          },
          "letterSpacing": {
            "value": "-0.01925em",
            "type": "letterSpacing"
          }
        }
      },
      "subtitleY": {
        "size": {
          "width": {
            "value": 112,
            "type": "sizing"
          }
        }
      },
      "xAxis": {
        "space": {
          "margin": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "xAxisTitle": {
        "typo": {
          "fontSize": {
            "value": 11,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          }
        }
      },
      "xAxisLabels": {
        "typo": {
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "500",
            "type": "fontWeights"
          }
        }
      },
      "xAxisLabelsY": {
        "space": {
          "padding": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "yAxis": {
        "space": {
          "margin": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "yAxisTitle": {
        "typo": {
          "fontSize": {
            "value": 11,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          }
        }
      },
      "yAxisLabels": {
        "typo": {
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "500",
            "type": "fontWeights"
          }
        }
      },
      "yAxisLabelsY": {
        "space": {
          "padding": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "tooltip": {
        "space": {
          "padding": {
            "value": 12,
            "type": "spacing"
          }
        }
      }
    },
    "calendar": {
      "size": {
        "minWidth": {
          "value": 230,
          "type": "sizing"
        }
      },
      "day": {
        "shape": {
          "borderRadius": {
            "base": {
              "value": "50%",
              "type": "borderRadius"
            },
            "corners": {
              "value": 9990,
              "type": "borderRadius"
            }
          },
          "opacity": {
            "disabled": {
              "value": ".4",
              "type": "opacity"
            }
          }
        },
        "size": {
          "square": {
            "value": 24,
            "type": "sizing"
          }
        },
        "space": {
          "margin": {
            "value": "0 auto",
            "type": "spacing"
          }
        }
      },
      "interval": {
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        },
        "size": {
          "height": {
            "value": "calc(24 - 0.6rem)",
            "type": "sizing"
          }
        }
      },
      "week": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "size": {
          "square": {
            "value": 24,
            "type": "sizing"
          }
        },
        "space": {
          "margin": {
            "value": "0 auto",
            "type": "spacing"
          }
        }
      }
    },
    "dateTimeRangeControl": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "size": {
        "height": {
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "space": {
        "padding": {
          "sm": {
            "value": "0 calc(8 - 0.6rem)",
            "type": "spacing"
          },
          "md": {
            "value": "0 calc(8 - 0.2rem)",
            "type": "spacing"
          },
          "lg": {
            "value": "0 calc(12 - 0.4rem)",
            "type": "spacing"
          }
        },
        "gap": {
          "sm": {
            "value": "0",
            "type": "spacing"
          },
          "md": {
            "value": 4,
            "type": "spacing"
          },
          "lg": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "input": {
        "size": {
          "height": {
            "sm": {
              "value": "calc(24 - 0.6rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(28 - 0.8rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(32 - 0.8rem)",
              "type": "sizing"
            }
          },
          "width": {
            "base": {
              "sm": {
                "value": 84,
                "type": "sizing"
              },
              "md": {
                "value": 88,
                "type": "sizing"
              },
              "lg": {
                "value": 94,
                "type": "sizing"
              }
            },
            "withTime": {
              "sm": {
                "value": 96,
                "type": "sizing"
              },
              "md": {
                "value": 102,
                "type": "sizing"
              },
              "lg": {
                "value": 132,
                "type": "sizing"
              }
            },
            "withSeconds": {
              "sm": {
                "value": 136,
                "type": "sizing"
              },
              "md": {
                "value": 142,
                "type": "sizing"
              },
              "lg": {
                "value": 152,
                "type": "sizing"
              }
            },
            "withMillis": {
              "sm": {
                "value": 154,
                "type": "sizing"
              },
              "md": {
                "value": 168,
                "type": "sizing"
              },
              "lg": {
                "value": 182,
                "type": "sizing"
              }
            }
          }
        },
        "space": {
          "padding": {
            "sm": {
              "value": "0 calc(8 - 0.2rem)",
              "type": "spacing"
            },
            "md": {
              "value": "0 calc(8 - 0.2rem)",
              "type": "spacing"
            },
            "lg": {
              "value": "0 calc(12 - 0.4rem)",
              "type": "spacing"
            }
          }
        }
      },
      "arrow": {
        "size": {
          "square": {
            "sm": {
              "value": "14",
              "type": "sizing"
            },
            "md": {
              "value": "18",
              "type": "sizing"
            },
            "lg": {
              "value": "22",
              "type": "sizing"
            }
          }
        }
      },
      "realTimeButton": {
        "size": {
          "square": {
            "sm": {
              "value": 20,
              "type": "sizing"
            },
            "md": {
              "value": 24,
              "type": "sizing"
            },
            "lg": {
              "value": 28,
              "type": "sizing"
            }
          }
        },
        "typo": {
          "fontSize": {
            "sm": {
              "value": 10,
              "type": "fontSizes"
            },
            "md": {
              "value": 12,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        }
      }
    },
    "badge": {
      "shape": {
        "borderRadius": {
          "value": 9990,
          "type": "borderRadius"
        }
      },
      "size": {
        "square": {
          "hasContent": {
            "xxs": {
              "value": 12,
              "type": "sizing"
            },
            "xs": {
              "value": 14,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 18,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          },
          "isEmpty": {
            "xxs": {
              "value": 6,
              "type": "sizing"
            },
            "xs": {
              "value": 8,
              "type": "sizing"
            },
            "sm": {
              "value": 10,
              "type": "sizing"
            },
            "md": {
              "value": 12,
              "type": "sizing"
            },
            "lg": {
              "value": 14,
              "type": "sizing"
            }
          }
        }
      },
      "space": {
        "padding": {
          "hor": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "typo": {
        "fontSize": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 10,
            "type": "fontSizes"
          },
          "sm": {
            "value": 10,
            "type": "fontSizes"
          },
          "md": {
            "value": 11,
            "type": "fontSizes"
          },
          "lg": {
            "value": 12,
            "type": "fontSizes"
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "xxs": {
              "value": "calc(10 - 0.2rem)",
              "type": "sizing"
            },
            "xs": {
              "value": 10,
              "type": "sizing"
            },
            "sm": {
              "value": 10,
              "type": "sizing"
            },
            "md": {
              "value": 12,
              "type": "sizing"
            },
            "lg": {
              "value": 14,
              "type": "sizing"
            }
          }
        }
      }
    },
    "boxMessage": {
      "shape": {
        "borderSize": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          },
          "subtle": {
            "value": "0",
            "type": "borderWidth"
          }
        },
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        }
      },
      "space": {
        "gap": {
          "base": {
            "value": 12,
            "type": "spacing"
          },
          "subtle": {
            "value": 8,
            "type": "spacing"
          }
        },
        "padding": {
          "base": {
            "value": 12,
            "type": "spacing"
          },
          "subtle": {
            "value": "4 8",
            "type": "spacing"
          }
        }
      },
      "actions": {
        "space": {
          "marginTop": {
            "value": 12,
            "type": "spacing"
          },
          "gap": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "close": {
        "space": {
          "offset": {
            "top": {
              "value": "calc(12 - 0.2rem)",
              "type": "spacing"
            },
            "right": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "heading": {
        "space": {
          "marginBottom": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "value": 16,
            "type": "sizing"
          }
        }
      }
    },
    "helper": {
      "space": {
        "marginTop": {
          "base": {
            "value": 4,
            "type": "spacing"
          },
          "forGroup": {
            "value": 12,
            "type": "spacing"
          }
        },
        "gap": {
          "xxs": {
            "value": 8,
            "type": "spacing"
          },
          "xs": {
            "value": 8,
            "type": "spacing"
          },
          "sm": {
            "value": 8,
            "type": "spacing"
          },
          "md": {
            "value": 12,
            "type": "spacing"
          },
          "lg": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "xxs": {
              "value": 10,
              "type": "sizing"
            },
            "xs": {
              "value": 12,
              "type": "sizing"
            },
            "sm": {
              "value": 14,
              "type": "sizing"
            },
            "md": {
              "value": 16,
              "type": "sizing"
            },
            "lg": {
              "value": 18,
              "type": "sizing"
            }
          }
        }
      }
    },
    "icon": {
      "size": {
        "square": {
          "xxxxs": {
            "value": 10,
            "type": "sizing"
          },
          "xxxs": {
            "value": 12,
            "type": "sizing"
          },
          "xxs": {
            "value": 14,
            "type": "sizing"
          },
          "xs": {
            "value": 16,
            "type": "sizing"
          },
          "sm": {
            "value": 18,
            "type": "sizing"
          },
          "md": {
            "value": 20,
            "type": "sizing"
          },
          "lg": {
            "value": 24,
            "type": "sizing"
          },
          "xl": {
            "value": 28,
            "type": "sizing"
          },
          "xxl": {
            "value": 32,
            "type": "sizing"
          },
          "xxxl": {
            "value": 48,
            "type": "sizing"
          },
          "xxxxl": {
            "value": 64,
            "type": "sizing"
          }
        }
      },
      "typo": {
        "fontFamily": {
          "base": {
            "value": "'lt-iconfont', sans-serif",
            "type": "fontFamilies"
          },
          "alt": {
            "value": "'LtAppFont', sans-serif",
            "type": "fontFamilies"
          }
        },
        "fontWeight": {
          "value": "500",
          "type": "fontWeights"
        },
        "lineHeight": {
          "value": "1",
          "type": "lineHeights"
        }
      }
    },
    "inlineMessage": {
      "arrow": {
        "size": {
          "square": {
            "value": 8,
            "type": "sizing"
          }
        }
      },
      "contentImg": {
        "space": {
          "marginBottom": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "content": {
        "space": {
          "padding": {
            "noHasScroll": {
              "value": "16 24",
              "type": "spacing"
            },
            "hasScroll": {
              "value": "16 12 16 24",
              "type": "spacing"
            }
          },
          "margin": {
            "value": "16 24",
            "type": "spacing"
          }
        }
      },
      "footer": {
        "space": {
          "padding": {
            "hasScroll": {
              "value": "8 24",
              "type": "spacing"
            },
            "noHasScroll": {
              "value": "8 24 16",
              "type": "spacing"
            }
          }
        }
      },
      "header": {
        "space": {
          "padding": {
            "hasScroll": {
              "value": "16 24",
              "type": "spacing"
            },
            "noHasScroll": {
              "value": "16 24 0",
              "type": "spacing"
            }
          }
        }
      }
    },
    "keyValue": {
      "typo": {
        "lineHeight": {
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          }
        }
      },
      "unit": {
        "space": {
          "marginLeft": {
            "value": 4,
            "type": "spacing"
          }
        }
      }
    },
    "loader": {
      "spinner": {
        "size": {
          "square": {
            "xxxs": {
              "value": 12,
              "type": "sizing"
            },
            "xxs": {
              "value": 16,
              "type": "sizing"
            },
            "xs": {
              "value": 20,
              "type": "sizing"
            },
            "sm": {
              "value": 24,
              "type": "sizing"
            },
            "md": {
              "value": 28,
              "type": "sizing"
            },
            "lg": {
              "value": 32,
              "type": "sizing"
            },
            "xl": {
              "value": 48,
              "type": "sizing"
            }
          }
        }
      }
    },
    "notification": {
      "icon": {
        "typo": {
          "fontSize": {
            "value": 20,
            "type": "fontSizes"
          }
        }
      },
      "headerIcon": {
        "typo": {
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      }
    },
    "partitions": {
      "size": {
        "height": {
          "sm": {
            "value": 4,
            "type": "sizing"
          },
          "md": {
            "value": "calc(8 - 0.2rem)",
            "type": "sizing"
          },
          "lg": {
            "value": "calc(12 - 0.2rem)",
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": 9990,
          "type": "borderRadius"
        },
        "opacity": {
          "base": {
            "value": "1",
            "type": "opacity"
          },
          "hovered": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "space": {
        "gap": {
          "hasSeparators": {
            "sm": {
              "value": "calc(4 / 2)",
              "type": "spacing"
            },
            "md": {
              "value": "calc(calc(8 - 0.2rem) / 2)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(calc(12 - 0.2rem) / 2)",
              "type": "spacing"
            }
          }
        }
      }
    },
    "progressBar": {
      "size": {
        "height": {
          "sm": {
            "value": 4,
            "type": "sizing"
          },
          "md": {
            "value": "calc(4 + 0.2rem)",
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": 9990,
          "type": "borderRadius"
        }
      },
      "progress": {
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        }
      }
    },
    "statusMessage": {
      "shape": {
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        },
        "borderRadius": {
          "value": 6,
          "type": "borderRadius"
        }
      }
    },
    "tag": {
      "shape": {
        "borderRadius": {
          "value": 2,
          "type": "borderRadius"
        }
      },
      "size": {
        "height": {
          "xs": {
            "value": 16,
            "type": "sizing"
          },
          "sm": {
            "value": 20,
            "type": "sizing"
          },
          "md": {
            "value": 24,
            "type": "sizing"
          },
          "lg": {
            "value": 28,
            "type": "sizing"
          }
        }
      },
      "space": {
        "padding": {
          "hor": {
            "xs": {
              "value": 4,
              "type": "spacing"
            },
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "badge": {
        "space": {
          "marginRight": {
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 4,
              "type": "spacing"
            }
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "sm": {
              "value": 12,
              "type": "sizing"
            },
            "md": {
              "value": 14,
              "type": "sizing"
            },
            "lg": {
              "value": 16,
              "type": "sizing"
            }
          }
        },
        "space": {
          "marginRight": {
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 4,
              "type": "spacing"
            }
          }
        }
      }
    },
    "tagGroup": {
      "shape": {
        "borderRadius": {
          "value": 2,
          "type": "borderRadius"
        }
      },
      "space": {
        "padding": {
          "hor": {
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "size": {
        "height": {
          "sm": {
            "value": 20,
            "type": "sizing"
          },
          "md": {
            "value": 24,
            "type": "sizing"
          },
          "lg": {
            "value": 28,
            "type": "sizing"
          }
        }
      },
      "item": {
        "space": {
          "margin": {
            "hor": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 12,
                "type": "spacing"
              },
              "lg": {
                "value": 16,
                "type": "spacing"
              }
            },
            "ver": {
              "sm": {
                "value": 4,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 8,
                "type": "spacing"
              }
            }
          }
        }
      },
      "label": {
        "size": {
          "height": {
            "sm": {
              "value": "calc(20 + 4 * 2)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(24 + 8 * 2)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(28 + 8 * 2)",
              "type": "sizing"
            }
          }
        },
        "space": {
          "marginRight": {
            "value": 8,
            "type": "spacing"
          },
          "marginBottom": {
            "sm": {
              "value": "calc(8 - 4 / 2)",
              "type": "spacing"
            },
            "md": {
              "value": "calc(8 - 8 / 2)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(8 - 8 / 2)",
              "type": "spacing"
            }
          }
        }
      }
    },
    "toastList": {
      "space": {
        "value": 24,
        "type": "spacing"
      }
    },
    "toast": {
      "space": {
        "gap": {
          "value": 24,
          "type": "spacing"
        }
      },
      "size": {
        "width": {
          "default": {
            "value": 480,
            "type": "sizing"
          }
        }
      },
      "content": {
        "space": {
          "margin": {
            "scroll": {
              "value": "16 12 16 0",
              "type": "spacing"
            }
          },
          "padding": {
            "collapse": {
              "value": "16 12 16 48",
              "type": "spacing"
            },
            "default": {
              "value": "0 12 16 48",
              "type": "spacing"
            },
            "scroll": {
              "value": "4 12 4 48",
              "type": "spacing"
            }
          }
        }
      },
      "footer": {
        "space": {
          "padding": {
            "default": {
              "value": "0 12 16 48",
              "type": "spacing"
            },
            "scroll": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "footerActions": {
        "space": {
          "gap": {
            "value": 8,
            "type": "spacing"
          },
          "marginLeft": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "header": {
        "space": {
          "padding": {
            "collapse": {
              "value": "16 8 16 12",
              "type": "spacing"
            },
            "default": {
              "value": "16 8 16 16",
              "type": "spacing"
            }
          }
        }
      },
      "headerIcon": {
        "typo": {
          "fontSize": {
            "md": {
              "value": 20,
              "type": "fontSizes"
            }
          }
        },
        "space": {
          "marginRight": {
            "value": 12,
            "type": "spacing"
          }
        },
        "size": {
          "width": {
            "value": 20,
            "type": "sizing"
          }
        }
      },
      "headerSubtitle": {
        "space": {
          "marginTop": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "progressBar": {
        "size": {
          "height": {
            "value": 6,
            "type": "sizing"
          }
        }
      }
    },
    "checkboxControl": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "value": 2,
          "type": "borderWidth"
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "square": {
          "sm": {
            "value": 14,
            "type": "sizing"
          },
          "md": {
            "value": 16,
            "type": "sizing"
          },
          "lg": {
            "value": 18,
            "type": "sizing"
          }
        }
      },
      "marker": {
        "size": {
          "square": {
            "sm": {
              "value": "calc(14 - 0.6rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(16 - 0.6rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(18 - 0.6rem)",
              "type": "sizing"
            }
          },
          "width": {
            "mixed": {
              "sm": {
                "value": "calc(calc(14 - 0.6rem) - 0.8rem)",
                "type": "sizing"
              },
              "md": {
                "value": "calc(calc(16 - 0.6rem) - 0.8rem)",
                "type": "sizing"
              },
              "lg": {
                "value": "calc(calc(18 - 0.6rem) - 0.8rem)",
                "type": "sizing"
              }
            }
          },
          "height": {
            "mixed": {
              "value": 2,
              "type": "sizing"
            }
          }
        }
      },
      "controlMarkerSVG": {
        "size": {
          "square": {
            "value": 12,
            "type": "sizing"
          }
        }
      }
    },
    "chip": {
      "space": {
        "padding": {
          "hor": {
            "xxs": {
              "value": 8,
              "type": "spacing"
            },
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 12,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "size": {
        "height": {
          "xxs": {
            "value": 16,
            "type": "sizing"
          },
          "xs": {
            "value": 20,
            "type": "sizing"
          },
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "minWidth": {
          "xxs": {
            "value": 32,
            "type": "sizing"
          },
          "xs": {
            "value": 32,
            "type": "sizing"
          },
          "sm": {
            "value": 40,
            "type": "sizing"
          },
          "md": {
            "value": 48,
            "type": "sizing"
          },
          "lg": {
            "value": 56,
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": 9990,
          "type": "borderRadius"
        }
      },
      "icon": {
        "typo": {
          "fontSize": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 12,
              "type": "fontSizes"
            },
            "sm": {
              "value": 14,
              "type": "fontSizes"
            },
            "md": {
              "value": 16,
              "type": "fontSizes"
            },
            "lg": {
              "value": 18,
              "type": "fontSizes"
            }
          }
        },
        "space": {
          "margin": {
            "xxs": {
              "value": 4,
              "type": "spacing"
            },
            "xs": {
              "value": 4,
              "type": "spacing"
            },
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 4,
              "type": "spacing"
            },
            "lg": {
              "value": 4,
              "type": "spacing"
            }
          },
          "offset": {
            "xxs": {
              "value": "calc((16 / 8) * -1)",
              "type": "spacing"
            },
            "xs": {
              "value": "calc((20 / 8) * -1)",
              "type": "spacing"
            },
            "sm": {
              "value": "calc((24 / 8) * -1)",
              "type": "spacing"
            },
            "md": {
              "value": "calc((28 / 8) * -1)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc((32 / 8) * -1)",
              "type": "spacing"
            }
          }
        }
      },
      "label": {
        "typo": {
          "fontSize": {
            "xxs": {
              "value": 10,
              "type": "fontSizes"
            },
            "xs": {
              "value": 11,
              "type": "fontSizes"
            },
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "xxs": {
              "value": 16,
              "type": "lineHeights"
            },
            "xs": {
              "value": 16,
              "type": "lineHeights"
            },
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 20,
              "type": "lineHeights"
            },
            "lg": {
              "value": 20,
              "type": "lineHeights"
            }
          },
          "fontWeight": {
            "value": "500",
            "type": "fontWeights"
          },
          "letterSpacing": {
            "value": "0",
            "type": "letterSpacing"
          },
          "textTransform": {
            "value": "none",
            "type": "case"
          }
        }
      }
    },
    "colorPicker": {
      "size": {
        "height": {
          "sm": {
            "value": 20,
            "type": "sizing"
          },
          "md": {
            "value": 24,
            "type": "sizing"
          },
          "lg": {
            "value": 28,
            "type": "sizing"
          }
        },
        "width": {
          "sm": {
            "value": "calc(20 * 2)",
            "type": "sizing"
          },
          "md": {
            "value": "calc(24 * 2)",
            "type": "sizing"
          },
          "lg": {
            "value": "calc(28 * 2)",
            "type": "sizing"
          }
        }
      },
      "space": {
        "value": "calc(4 - 0.1rem)",
        "type": "spacing"
      },
      "shape": {
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        },
        "borderRadius": {
          "base": {
            "value": 4,
            "type": "borderRadius"
          },
          "isCircle": {
            "value": "50%",
            "type": "borderRadius"
          }
        }
      },
      "sketchPicker": {
        "shape": {
          "borderRadius": {
            "value": 6,
            "type": "borderRadius"
          }
        }
      },
      "sketchPickerInput": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          },
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        }
      },
      "sketchPickerFlexBoxFix": {
        "space": {
          "marginTop": {
            "value": 4,
            "type": "spacing"
          },
          "paddingTop": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "sketchPickerThumbs": {
        "space": {
          "marginTop": {
            "value": 4,
            "type": "spacing"
          },
          "paddingTop": {
            "value": 12,
            "type": "spacing"
          }
        }
      }
    },
    "field": {
      "addon": {
        "shape": {
          "borderRadius": {
            "base": {
              "value": 4,
              "type": "borderRadius"
            }
          },
          "borderSize": {
            "base": {
              "value": 1,
              "type": "borderWidth"
            }
          }
        },
        "size": {
          "height": {
            "sm": {
              "value": 24,
              "type": "sizing"
            },
            "md": {
              "value": 28,
              "type": "sizing"
            },
            "lg": {
              "value": 32,
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "hor": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 12,
                "type": "spacing"
              }
            }
          }
        }
      },
      "controlDistributor": {
        "size": {
          "minHeight": {
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          }
        }
      },
      "labelHelper": {
        "size": {
          "minHeight": {
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          }
        }
      },
      "requiredMark": {
        "space": {
          "marginRight": {
            "value": 4,
            "type": "spacing"
          }
        }
      }
    },
    "fieldsCombiner": {
      "button": {
        "shape": {
          "borderSize": {
            "base": {
              "value": 1,
              "type": "borderWidth"
            },
            "combinedButtons": {
              "value": 1,
              "type": "borderWidth"
            }
          }
        }
      },
      "item": {
        "shape": {
          "checkType": {
            "borderSize": {
              "value": 1,
              "type": "borderWidth"
            }
          }
        },
        "size": {
          "height": {
            "sm": {
              "value": 24,
              "type": "sizing"
            },
            "md": {
              "value": 28,
              "type": "sizing"
            },
            "lg": {
              "value": 32,
              "type": "sizing"
            }
          }
        }
      }
    },
    "form": {
      "group": {
        "shape": {
          "borderRadius": {
            "boxed": {
              "value": 6,
              "type": "borderRadius"
            }
          },
          "borderSize": {
            "boxed": {
              "value": 1,
              "type": "borderWidth"
            }
          }
        },
        "space": {
          "padding": {
            "boxed": {
              "value": 16,
              "type": "spacing"
            }
          }
        }
      },
      "legend": {
        "size": {
          "minHeight": {
            "value": 20,
            "type": "sizing"
          }
        }
      }
    },
    "inputControl": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          },
          "typeRange": {
            "value": "0",
            "type": "borderWidth"
          }
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "width": {
          "xxs": {
            "value": 60,
            "type": "sizing"
          },
          "xs": {
            "value": 136,
            "type": "sizing"
          },
          "sm": {
            "value": 212,
            "type": "sizing"
          },
          "md": {
            "value": 288,
            "type": "sizing"
          },
          "lg": {
            "value": 364,
            "type": "sizing"
          },
          "xl": {
            "value": 444,
            "type": "sizing"
          },
          "wide": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "height": {
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "space": {
        "padding": {
          "top": {
            "fileType": {
              "sm": {
                "value": "calc(24 - (calc(24 - 0.6rem) / 3))",
                "type": "spacing"
              },
              "md": {
                "value": "calc(28 - (calc(28 - 0.6rem) / 3))",
                "type": "spacing"
              },
              "lg": {
                "value": "calc(32 - (calc(32 - 0.6rem) / 3))",
                "type": "spacing"
              }
            }
          },
          "hor": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          },
          "typeColor": {
            "value": "calc(4 / 2)",
            "type": "spacing"
          },
          "typeRange": {
            "value": "0",
            "type": "spacing"
          }
        },
        "paddingLeft": {
          "typeIcon": {
            "sm": {
              "value": "calc(calc((24 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "md": {
              "value": "calc(calc((28 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(calc((32 / 2) + 0.2rem) + (12 * 2))",
              "type": "spacing"
            }
          }
        },
        "paddingRight": {
          "password": {
            "sm": {
              "value": "calc(16 + (8 * 2))",
              "type": "spacing"
            },
            "md": {
              "value": "calc(20 + (8 * 2))",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(24 + (12 * 2))",
              "type": "spacing"
            }
          },
          "passwordWithIcon": {
            "sm": {
              "value": "calc(calc(16 + (8 * 2)) + calc(calc((24 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "md": {
              "value": "calc(calc(16 + (8 * 2)) + calc(calc((28 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(calc(16 + (8 * 2)) + calc(calc((32 / 2) + 0.2rem) + (12 * 2))",
              "type": "spacing"
            }
          },
          "withIcon": {
            "sm": {
              "value": "calc(calc((24 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "md": {
              "value": "calc(calc((28 / 2) + 0.2rem) + (8 * 2))",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(calc((32 / 2) + 0.2rem) + (12 * 2))",
              "type": "spacing"
            }
          }
        }
      },
      "icon": {
        "size": {
          "square": {
            "sm": {
              "value": "calc((24 / 2) + 0.2rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc((28 / 2) + 0.2rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc((32 / 2) + 0.2rem)",
              "type": "sizing"
            }
          }
        },
        "space": {
          "offset": {
            "base": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 12,
                "type": "spacing"
              }
            },
            "password": {
              "sm": {
                "value": "calc((8 * 2) + 16)",
                "type": "spacing"
              },
              "md": {
                "value": "calc((8 * 2) + 20)",
                "type": "spacing"
              },
              "lg": {
                "value": "calc((12 * 2) + 24)",
                "type": "spacing"
              }
            }
          }
        }
      },
      "pseudoCalendar": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "size": {
          "square": {
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            },
            "lg": {
              "value": 24,
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "sm": {
              "value": "0",
              "type": "spacing"
            },
            "md": {
              "value": "0",
              "type": "spacing"
            },
            "lg": {
              "value": "0",
              "type": "spacing"
            }
          },
          "offset": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "pseudoFile": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "space": {
          "offset": {
            "sm": {
              "value": "calc((8 - calc(24 - (calc(24 - 0.6rem) / 3))) * -1)",
              "type": "spacing"
            },
            "md": {
              "value": "calc((8 - calc(28 - (calc(28 - 0.6rem) / 3))) * -1)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc((12 - calc(32 - (calc(32 - 0.6rem) / 3))) * -1)",
              "type": "spacing"
            }
          },
          "padding": {
            "sm": {
              "value": "calc(8 - 0.2rem)",
              "type": "spacing"
            },
            "md": {
              "value": "calc(12 - 0.2rem)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc(12 - 0.2rem)",
              "type": "spacing"
            }
          }
        },
        "size": {
          "height": {
            "sm": {
              "value": "calc(24 - 0.6rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(28 - 0.6rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(32 - 0.6rem)",
              "type": "sizing"
            }
          }
        }
      },
      "pseudoRange": {
        "shape": {
          "borderRadius": {
            "track": {
              "base": {
                "value": 9990,
                "type": "borderRadius"
              }
            },
            "thumb": {
              "base": {
                "value": "50%",
                "type": "borderRadius"
              },
              "hovered": {
                "value": [
                  {
                    "type": "dropShadow",
                    "x": 0,
                    "y": 2,
                    "blur": 6,
                    "spread": 0,
                    "color": "rgba(0,0,0, 0.32)"
                  },
                  {
                    "type": "dropShadow",
                    "x": 0,
                    "y": 2,
                    "blur": 2,
                    "spread": 0,
                    "color": "rgba(0,0,0, 0.24)"
                  },
                  {
                    "type": "dropShadow",
                    "x": 0,
                    "y": 0,
                    "blur": 0,
                    "spread": 12,
                    "color": "rgba(0,0,0, 0.16)"
                  }
                ],
                "type": "borderRadius"
              }
            }
          }
        },
        "size": {
          "width": {
            "track": {
              "value": "100%",
              "type": "sizing"
            }
          },
          "height": {
            "track": {
              "value": 4,
              "type": "sizing"
            }
          },
          "square": {
            "thumb": {
              "value": 20,
              "type": "sizing"
            }
          }
        }
      },
      "pseudoSearch": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "size": {
          "square": {
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 16,
              "type": "sizing"
            },
            "lg": {
              "value": 16,
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "sm": {
              "value": "0",
              "type": "spacing"
            },
            "md": {
              "value": "0",
              "type": "spacing"
            },
            "lg": {
              "value": "0",
              "type": "spacing"
            }
          },
          "offset": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "showPassword": {
        "space": {
          "offset": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      }
    },
    "label": {
      "size": {
        "height": {
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "space": {
        "margin": {
          "ver": {
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 8,
              "type": "spacing"
            }
          },
          "hor": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            },
            "lg": {
              "value": 16,
              "type": "spacing"
            },
            "xl": {
              "value": 24,
              "type": "spacing"
            }
          }
        }
      }
    },
    "radioControl": {
      "shape": {
        "borderRadius": {
          "value": "50%",
          "type": "borderRadius"
        },
        "borderSize": {
          "value": 2,
          "type": "borderWidth"
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "square": {
          "sm": {
            "value": 14,
            "type": "sizing"
          },
          "md": {
            "value": 16,
            "type": "sizing"
          },
          "lg": {
            "value": 18,
            "type": "sizing"
          }
        }
      },
      "space": {
        "margin": {
          "base": {
            "value": "0",
            "type": "spacing"
          }
        }
      },
      "marker": {
        "size": {
          "square": {
            "sm": {
              "value": "calc(14 - 0.9rem)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(16 - 0.9rem)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(18 - 0.9rem)",
              "type": "sizing"
            }
          }
        }
      }
    },
    "selectControl": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "width": {
          "xxs": {
            "value": 60,
            "type": "sizing"
          },
          "xs": {
            "value": 136,
            "type": "sizing"
          },
          "sm": {
            "value": 212,
            "type": "sizing"
          },
          "md": {
            "value": 288,
            "type": "sizing"
          },
          "lg": {
            "value": 364,
            "type": "sizing"
          },
          "xl": {
            "value": 444,
            "type": "sizing"
          },
          "wide": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "height": {
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        },
        "maxHeight": {
          "isMultiple": {
            "sm": {
              "value": 56,
              "type": "sizing"
            },
            "md": {
              "value": 64,
              "type": "sizing"
            },
            "lg": {
              "value": 72,
              "type": "sizing"
            }
          }
        }
      },
      "space": {
        "padding": {
          "hor": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          },
          "scroll": {
            "value": 8,
            "type": "spacing"
          },
          "sortable": {
            "value": 24,
            "type": "spacing"
          }
        },
        "offset": {
          "scroll": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "chip": {
        "space": {
          "margin": {
            "value": "calc(4 / 2) 4 calc(4 / 2) 0",
            "type": "spacing"
          }
        }
      },
      "clearIndicator": {
        "size": {
          "square": {
            "base": {
              "value": 14,
              "type": "sizing"
            }
          }
        }
      },
      "indicator": {
        "size": {
          "width": {
            "sm": {
              "value": "calc(24 - 4)",
              "type": "sizing"
            },
            "md": {
              "value": "calc(28 - 4)",
              "type": "sizing"
            },
            "lg": {
              "value": "calc(32 - 4)",
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "value": "0",
            "type": "spacing"
          }
        }
      },
      "menuGroup": {
        "space": {
          "padding": {
            "value": "0",
            "type": "spacing"
          },
          "gap": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "menuHeading": {
        "size": {
          "minHeight": {
            "base": {
              "value": 32,
              "type": "sizing"
            },
            "isMultipleSubtle": {
              "value": "calc(32 - 0.4rem)",
              "type": "sizing"
            }
          }
        },
        "typo": {
          "lineHeight": {
            "base": {
              "value": 32,
              "type": "lineHeights"
            },
            "isMultipleSubtle": {
              "value": "calc(32 - 0.4rem)",
              "type": "lineHeights"
            }
          }
        },
        "space": {
          "marginBottom": {
            "value": "0",
            "type": "spacing"
          },
          "padding": {
            "hor": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 12,
                "type": "spacing"
              }
            }
          }
        }
      },
      "menuList": {
        "size": {
          "maxHeight": {
            "value": "calc(32 * 7 + 32 / 2 + 4)",
            "type": "sizing"
          }
        },
        "space": {
          "padding": {
            "value": "0",
            "type": "spacing"
          }
        }
      },
      "menuOption": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "space": {
          "padding": {
            "hor": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 12,
                "type": "spacing"
              }
            }
          }
        },
        "typo": {
          "lineHeight": {
            "base": {
              "value": 32,
              "type": "lineHeights"
            },
            "isMultipleSubtle": {
              "value": "calc(32 - 0.4rem)",
              "type": "lineHeights"
            }
          }
        },
        "size": {
          "minHeight": {
            "base": {
              "value": 32,
              "type": "sizing"
            },
            "isMultipleSubtle": {
              "value": "calc(32 - 0.4rem)",
              "type": "sizing"
            }
          }
        }
      },
      "menuWrapper": {
        "space": {
          "margin": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "menu": {
        "space": {
          "marginTop": {
            "base": {
              "value": "calc(4 / 2)",
              "type": "spacing"
            },
            "isQuiet": {
              "value": "0",
              "type": "spacing"
            },
            "isGroundLevel": {
              "value": 4,
              "type": "spacing"
            }
          },
          "marginBottom": {
            "isQuiet": {
              "value": "0",
              "type": "spacing"
            }
          },
          "offset": {
            "top": {
              "isRelative": {
                "value": "auto",
                "type": "spacing"
              }
            }
          }
        }
      },
      "multiValueContainer": {
        "space": {
          "gap": {
            "value": 4,
            "type": "spacing"
          },
          "margin": {
            "chip": {
              "value": "calc(4 / 2) 4 calc(4 / 2) 0",
              "type": "spacing"
            }
          },
          "padding": {
            "hor": {
              "isSubtle": {
                "value": 4,
                "type": "spacing"
              }
            }
          },
          "paddingRight": {
            "chip": {
              "value": 8,
              "type": "spacing"
            }
          },
          "marginLeft": {
            "button": {
              "value": 4,
              "type": "spacing"
            }
          },
          "marginRight": {
            "button": {
              "value": "calc((4 + 0.2rem) * -1)",
              "type": "spacing"
            }
          }
        }
      },
      "selectAll": {
        "space": {
          "padding": {
            "base": {
              "sm": {
                "value": "calc(4 / 2) 0 4 0",
                "type": "spacing"
              },
              "md": {
                "value": "4 0 8 0",
                "type": "spacing"
              },
              "lg": {
                "value": "8 0 12 0",
                "type": "spacing"
              }
            },
            "isMultipleSubtle": {
              "sm": {
                "value": "calc(4 * 2) 4 4 calc(8 + 4)",
                "type": "spacing"
              },
              "md": {
                "value": "calc(4 * 2) 4 4 calc(8 + 4)",
                "type": "spacing"
              },
              "lg": {
                "value": "calc(4 * 2) 4 4 calc(12 + 4)",
                "type": "spacing"
              }
            }
          }
        }
      },
      "valueContainer": {
        "space": {
          "padding": {
            "hor": {
              "sm": {
                "value": 8,
                "type": "spacing"
              },
              "md": {
                "value": 8,
                "type": "spacing"
              },
              "lg": {
                "value": 12,
                "type": "spacing"
              }
            }
          }
        }
      },
      "valueIcon": {
        "size": {
          "square": {
            "sm": {
              "value": 14,
              "type": "sizing"
            },
            "md": {
              "value": 16,
              "type": "sizing"
            },
            "lg": {
              "value": 18,
              "type": "sizing"
            }
          }
        },
        "space": {
          "marginRight": {
            "sm": {
              "value": 4,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "valueWrapper": {
        "size": {
          "maxHeight": {
            "base": {
              "sm": {
                "value": 24,
                "type": "sizing"
              },
              "md": {
                "value": 28,
                "type": "sizing"
              },
              "lg": {
                "value": 32,
                "type": "sizing"
              }
            },
            "isMultiple": {
              "sm": {
                "value": 56,
                "type": "sizing"
              },
              "md": {
                "value": 64,
                "type": "sizing"
              },
              "lg": {
                "value": 72,
                "type": "sizing"
              }
            },
            "maxWidth": {
              "isMultipleSubtle": {
                "value": "100%",
                "type": "sizing"
              }
            }
          }
        }
      }
    },
    "switchControl": {
      "shape": {
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "handler": {
        "size": {
          "square": {
            "sm": {
              "value": 12,
              "type": "sizing"
            },
            "md": {
              "value": 16,
              "type": "sizing"
            },
            "lg": {
              "value": 20,
              "type": "sizing"
            }
          }
        },
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        }
      },
      "text": {
        "typo": {
          "fontSize": {
            "sm": {
              "value": 10,
              "type": "fontSizes"
            },
            "md": {
              "value": 11,
              "type": "fontSizes"
            },
            "lg": {
              "value": 12,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "sm": {
              "value": 16,
              "type": "lineHeights"
            },
            "md": {
              "value": 16,
              "type": "lineHeights"
            },
            "lg": {
              "value": 16,
              "type": "lineHeights"
            }
          },
          "letterSpacing": {
            "value": "0",
            "type": "letterSpacing"
          },
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          }
        }
      },
      "track": {
        "size": {
          "height": {
            "sm": {
              "value": 20,
              "type": "sizing"
            },
            "md": {
              "value": 24,
              "type": "sizing"
            },
            "lg": {
              "value": 28,
              "type": "sizing"
            }
          },
          "width": {
            "sm": {
              "value": 36,
              "type": "sizing"
            },
            "md": {
              "value": 44,
              "type": "sizing"
            },
            "lg": {
              "value": 52,
              "type": "sizing"
            }
          }
        },
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        }
      }
    },
    "textareaControl": {
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        },
        "borderSize": {
          "base": {
            "value": 1,
            "type": "borderWidth"
          },
          "typeRange": {
            "value": "0",
            "type": "borderWidth"
          }
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      },
      "size": {
        "width": {
          "base": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "height": {
          "base": {
            "value": "auto",
            "type": "sizing"
          }
        }
      },
      "space": {
        "padding": {
          "ver": {
            "sm": {
              "value": "calc((24 - 16) / 2)",
              "type": "spacing"
            },
            "md": {
              "value": "calc((28 - 20) / 2)",
              "type": "spacing"
            },
            "lg": {
              "value": "calc((32 - 20) / 2)",
              "type": "spacing"
            }
          },
          "hor": {
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            },
            "lg": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      }
    },
    "uploadFiles": {
      "shape": {
        "borderSize": {
          "value": 3,
          "type": "borderWidth"
        },
        "borderRadius": {
          "value": 6,
          "type": "borderRadius"
        }
      },
      "size": {
        "minHeight": {
          "value": 48,
          "type": "sizing"
        }
      },
      "typo": {
        "fontSize": {
          "base": {
            "value": 13,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "base": {
            "value": 20,
            "type": "lineHeights"
          }
        }
      },
      "fileInfo": {
        "space": {
          "margin": {
            "value": "0 4 0 0",
            "type": "spacing"
          }
        }
      }
    },
    "appLayout": {
      "size": {
        "height": {
          "value": "100vh",
          "type": "sizing"
        },
        "width": {
          "value": "100%",
          "type": "sizing"
        }
      }
    },
    "buttonGroup": {
      "space": {
        "gap": {
          "xxs": {
            "value": 4,
            "type": "spacing"
          },
          "xs": {
            "value": 4,
            "type": "spacing"
          },
          "sm": {
            "value": 8,
            "type": "spacing"
          },
          "md": {
            "value": 8,
            "type": "spacing"
          },
          "lg": {
            "value": 12,
            "type": "spacing"
          }
        }
      }
    },
    "dialog": {
      "size": {
        "minHeight": {
          "value": "unset",
          "type": "sizing"
        },
        "maxWidth": {
          "value": 520,
          "type": "sizing"
        }
      },
      "headerIcon": {
        "typo": {
          "fontSize": {
            "value": 20,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": 16,
            "type": "lineHeights"
          }
        }
      }
    },
    "divider": {
      "space": {
        "margin": {
          "base": {
            "value": "16 0",
            "type": "spacing"
          },
          "vertical": {
            "value": "0 16",
            "type": "spacing"
          }
        }
      },
      "shape": {
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "size": {
        "height": {
          "vertical": {
            "value": 32,
            "type": "sizing"
          }
        }
      }
    },
    "modal": {
      "space": {
        "padding": {
          "value": 24,
          "type": "spacing"
        }
      },
      "size": {
        "height": {
          "full": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "minWidth": {
          "value": 480,
          "type": "sizing"
        },
        "width": {
          "value": "100%",
          "type": "sizing"
        },
        "maxWidth": {
          "sm": {
            "value": 600,
            "type": "sizing"
          },
          "md": {
            "value": 700,
            "type": "sizing"
          },
          "lg": {
            "value": 800,
            "type": "sizing"
          },
          "xl": {
            "value": 990,
            "type": "sizing"
          },
          "full": {
            "value": "calc(100% - 24 * 2)",
            "type": "sizing"
          }
        },
        "maxHeight": {
          "value": "calc(100% - 24 * 2)",
          "type": "sizing"
        },
        "minHeight": {
          "sm": {
            "value": 320,
            "type": "sizing"
          },
          "md": {
            "value": 360,
            "type": "sizing"
          },
          "lg": {
            "value": 440,
            "type": "sizing"
          },
          "xl": {
            "value": "75vh",
            "type": "sizing"
          },
          "full": {
            "value": "calc(100% - 24 * 2)",
            "type": "sizing"
          }
        }
      },
      "content": {
        "space": {
          "padding": {
            "ver": {
              "value": 16,
              "type": "spacing"
            },
            "hor": {
              "value": 24,
              "type": "spacing"
            }
          },
          "margin": {
            "value": "16 16 16 0",
            "type": "spacing"
          }
        }
      },
      "footerButtons": {
        "space": {
          "gap": {
            "value": 12,
            "type": "spacing"
          },
          "marginLeft": {
            "value": "auto",
            "type": "spacing"
          }
        }
      },
      "footer": {
        "space": {
          "padding": {
            "ver": {
              "value": 16,
              "type": "spacing"
            },
            "hor": {
              "value": 24,
              "type": "spacing"
            }
          }
        }
      },
      "headerBottom": {
        "size": {
          "spacing": {
            "padding": {
              "ver": {
                "value": 8,
                "type": "sizing"
              },
              "hor": {
                "value": 24,
                "type": "sizing"
              }
            }
          }
        }
      },
      "headerButtons": {
        "space": {
          "gap": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "headerDecoratorBar": {
        "size": {
          "height": {
            "value": 32,
            "type": "sizing"
          }
        },
        "space": {
          "marginRight": {
            "value": 16,
            "type": "spacing"
          }
        }
      },
      "headerIcon": {
        "typo": {
          "fontSize": {
            "value": 24,
            "type": "fontSizes"
          }
        },
        "space": {
          "marginRight": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "header": {
        "space": {
          "padding": {
            "left": {
              "value": 24,
              "type": "spacing"
            },
            "right": {
              "value": 12,
              "type": "spacing"
            },
            "ver": {
              "value": 16,
              "type": "spacing"
            }
          }
        }
      }
    },
    "panel": {
      "shape": {
        "borderRadius": {
          "value": 6,
          "type": "borderRadius"
        },
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "content": {
        "space": {
          "padding": {
            "xs": {
              "value": "4 8",
              "type": "spacing"
            },
            "sm": {
              "value": "8 12",
              "type": "spacing"
            },
            "md": {
              "value": "12 16",
              "type": "spacing"
            }
          },
          "margin": {
            "xs": {
              "value": "12 8 12 0",
              "type": "spacing"
            },
            "sm": {
              "value": "16 12 16 0",
              "type": "spacing"
            },
            "md": {
              "value": "16 16 16 0",
              "type": "spacing"
            }
          }
        }
      },
      "footerAction": {
        "space": {
          "marginLeft": {
            "xs": {
              "value": 4,
              "type": "spacing"
            },
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "footerAppend": {
        "space": {
          "marginLeft": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 12,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "footerPrepend": {
        "space": {
          "marginRight": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 12,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "footer": {
        "space": {
          "padding": {
            "xs": {
              "value": "4 8",
              "type": "spacing"
            },
            "sm": {
              "value": "8 12",
              "type": "spacing"
            },
            "md": {
              "value": "12 16",
              "type": "spacing"
            }
          }
        }
      },
      "headerAction": {
        "space": {
          "marginLeft": {
            "xs": {
              "value": 4,
              "type": "spacing"
            },
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "headerAppend": {
        "space": {
          "marginLeft": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 12,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "headerIcon": {
        "size": {
          "height": {
            "xs": {
              "value": 16,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            }
          }
        },
        "space": {
          "marginRight": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        },
        "typo": {
          "fontSize": {
            "xs": {
              "value": 16,
              "type": "fontSizes"
            },
            "sm": {
              "value": 18,
              "type": "fontSizes"
            },
            "md": {
              "value": 20,
              "type": "fontSizes"
            }
          }
        }
      },
      "headerLegend": {
        "size": {
          "height": {
            "xs": {
              "value": 16,
              "type": "sizing"
            },
            "sm": {
              "value": 16,
              "type": "sizing"
            },
            "md": {
              "value": 20,
              "type": "sizing"
            }
          }
        },
        "space": {
          "marginLeft": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 8,
              "type": "spacing"
            },
            "md": {
              "value": 8,
              "type": "spacing"
            }
          }
        }
      },
      "headerPrepend": {
        "space": {
          "marginRight": {
            "xs": {
              "value": 8,
              "type": "spacing"
            },
            "sm": {
              "value": 12,
              "type": "spacing"
            },
            "md": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "headerSubtitle": {
        "space": {
          "marginTop": {
            "value": 4,
            "type": "spacing"
          }
        },
        "size": {
          "maxWidth": {
            "value": 640,
            "type": "sizing"
          }
        }
      },
      "headerTitle": {
        "size": {
          "maxWidth": {
            "value": 640,
            "type": "sizing"
          }
        }
      },
      "headerTitleSelector": {
        "size": {
          "height": {
            "base": {
              "value": 20,
              "type": "sizing"
            }
          }
        }
      },
      "header": {
        "space": {
          "padding": {
            "xs": {
              "value": "4 8",
              "type": "spacing"
            },
            "sm": {
              "value": "8 12",
              "type": "spacing"
            },
            "md": {
              "value": "12 16",
              "type": "spacing"
            }
          }
        }
      }
    },
    "panelSection": {
      "content": {
        "space": {
          "margin": {
            "noHasScroll": {
              "value": "0",
              "type": "spacing"
            },
            "hasScroll": {
              "value": "12 12 12 8",
              "type": "spacing"
            },
            "removeSpace": {
              "value": "0",
              "type": "spacing"
            },
            "removeSpaceHasScroll": {
              "value": "0",
              "type": "spacing"
            }
          },
          "padding": {
            "noHasScroll": {
              "value": "calc(16 + 0.4rem) 24",
              "type": "spacing"
            },
            "hasScroll": {
              "value": "12 16",
              "type": "spacing"
            },
            "removeSpace": {
              "value": "0",
              "type": "spacing"
            },
            "removeSpaceHasScroll": {
              "value": "12 12 12 0",
              "type": "spacing"
            }
          }
        }
      },
      "footer": {
        "space": {
          "padding": {
            "value": "16 24",
            "type": "spacing"
          }
        }
      },
      "header": {
        "space": {
          "padding": {
            "value": "16 24",
            "type": "spacing"
          }
        }
      }
    },
    "popover": {
      "shape": {
        "borderRadius": {
          "value": 6,
          "type": "borderRadius"
        }
      },
      "arrow": {
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "size": {
          "square": {
            "inner": {
              "value": 10,
              "type": "sizing"
            },
            "outer": {
              "value": 11,
              "type": "sizing"
            }
          }
        }
      }
    },
    "splitLayout": {
      "size": {
        "square": {
          "value": 10,
          "type": "sizing"
        }
      },
      "shape": {
        "borderSize": {
          "horizontal": {
            "value": 1,
            "type": "borderWidth"
          },
          "vertical": {
            "value": 1,
            "type": "borderWidth"
          }
        }
      }
    },
    "table": {
      "afterRowAction": {
        "typo": {
          "fontSize": {
            "value": 18,
            "type": "fontSizes"
          }
        }
      },
      "cellActions": {
        "size": {
          "width": {
            "value": 20,
            "type": "sizing"
          }
        },
        "space": {
          "marginHor": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "cellBoolean": {
        "size": {
          "square": {
            "true": {
              "value": "calc(24 - 0.2rem)",
              "type": "sizing"
            },
            "false": {
              "value": 18,
              "type": "sizing"
            }
          }
        }
      },
      "cellEditableFooter": {
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        }
      },
      "cellExpandMarker": {
        "typo": {
          "fontSize": {
            "value": 10,
            "type": "fontSizes"
          }
        }
      },
      "cellQuickActions": {
        "shape": {
          "opacity": {
            "value": ".4",
            "type": "opacity"
          }
        },
        "size": {
          "width": {
            "value": 28,
            "type": "sizing"
          }
        },
        "space": {
          "gap": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "cellExpandedContent": {
        "size": {
          "maxHeight": {
            "value": 180,
            "type": "sizing"
          }
        }
      },
      "cellExpandedWrapper": {
        "typo": {
          "fontSize": {
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        },
        "size": {
          "width": {
            "sm": {
              "value": 216,
              "type": "sizing"
            },
            "md": {
              "value": 288,
              "type": "sizing"
            },
            "lg": {
              "value": 400,
              "type": "sizing"
            }
          }
        }
      },
      "cellWrapper": {
        "typo": {
          "fontSize": {
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        },
        "space": {
          "padding": {
            "hor": {
              "compact": {
                "afterRow": {
                  "value": 16,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 12,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 24,
                  "type": "spacing"
                }
              },
              "default": {
                "afterRow": {
                  "value": 24,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 16,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 24,
                  "type": "spacing"
                }
              },
              "comfortable": {
                "afterRow": {
                  "value": 32,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 24,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 32,
                  "type": "spacing"
                }
              }
            },
            "ver": {
              "compact": {
                "afterRow": {
                  "value": 16,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 12,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 16,
                  "type": "spacing"
                }
              },
              "default": {
                "afterRow": {
                  "value": 24,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 12,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 16,
                  "type": "spacing"
                }
              },
              "comfortable": {
                "afterRow": {
                  "value": 32,
                  "type": "spacing"
                },
                "expanded": {
                  "value": 16,
                  "type": "spacing"
                },
                "expandedLg": {
                  "value": 24,
                  "type": "spacing"
                }
              }
            }
          }
        }
      },
      "cell": {
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "space": {
          "padding": {
            "hor": {
              "compact": {
                "value": 12,
                "type": "spacing"
              },
              "default": {
                "value": 12,
                "type": "spacing"
              },
              "comfortable": {
                "value": 16,
                "type": "spacing"
              }
            },
            "ver": {
              "compact": {
                "base": {
                  "value": 4,
                  "type": "spacing"
                },
                "tall": {
                  "value": 8,
                  "type": "spacing"
                }
              },
              "default": {
                "base": {
                  "value": 8,
                  "type": "spacing"
                },
                "tall": {
                  "value": 12,
                  "type": "spacing"
                }
              },
              "comfortable": {
                "base": {
                  "value": 12,
                  "type": "spacing"
                },
                "tall": {
                  "value": 12,
                  "type": "spacing"
                }
              }
            }
          }
        }
      },
      "filterColumnsCell": {
        "space": {
          "padding": {
            "hor": {
              "value": 4,
              "type": "spacing"
            }
          }
        }
      },
      "filter": {
        "shape": {
          "borderRadius": {
            "value": 6,
            "type": "borderRadius"
          }
        },
        "space": {
          "padding": {
            "hor": {
              "value": 12,
              "type": "spacing"
            },
            "ver": {
              "value": 12,
              "type": "spacing"
            }
          }
        }
      },
      "headCellOrder": {
        "shape": {
          "opacity": {
            "base": {
              "value": "0.3",
              "type": "opacity"
            },
            "selected": {
              "value": "1",
              "type": "opacity"
            }
          }
        },
        "size": {
          "square": {
            "value": 12,
            "type": "sizing"
          }
        },
        "space": {
          "offset": {
            "value": "calc(12 - 0.5rem)",
            "type": "spacing"
          }
        }
      },
      "headRow": {
        "shape": {
          "borderSize": {
            "sm": {
              "value": 1,
              "type": "borderWidth"
            },
            "md": {
              "value": 2,
              "type": "borderWidth"
            }
          }
        }
      },
      "head": {
        "size": {
          "height": {
            "compact": {
              "value": 36,
              "type": "sizing"
            },
            "default": {
              "value": 42,
              "type": "sizing"
            },
            "comfortable": {
              "value": 48,
              "type": "sizing"
            }
          }
        }
      },
      "row": {
        "size": {
          "height": {
            "compact": {
              "md": {
                "value": 32,
                "type": "sizing"
              },
              "lg": {
                "value": 48,
                "type": "sizing"
              },
              "xl": {
                "value": 64,
                "type": "sizing"
              },
              "xxl": {
                "value": 78,
                "type": "sizing"
              },
              "xxxl": {
                "value": 84,
                "type": "sizing"
              }
            },
            "default": {
              "md": {
                "value": 36,
                "type": "sizing"
              },
              "lg": {
                "value": 60,
                "type": "sizing"
              },
              "xl": {
                "value": 72,
                "type": "sizing"
              },
              "xxl": {
                "value": 84,
                "type": "sizing"
              },
              "xxxl": {
                "value": 96,
                "type": "sizing"
              }
            },
            "comfortable": {
              "md": {
                "value": 48,
                "type": "sizing"
              },
              "lg": {
                "value": 64,
                "type": "sizing"
              },
              "xl": {
                "value": 82,
                "type": "sizing"
              },
              "xxl": {
                "value": 94,
                "type": "sizing"
              },
              "xxxl": {
                "value": 112,
                "type": "sizing"
              }
            }
          }
        },
        "shape": {
          "borderRadius": {
            "compact": {
              "value": 2,
              "type": "borderRadius"
            },
            "default": {
              "value": 2,
              "type": "borderRadius"
            },
            "comfortable": {
              "value": 2,
              "type": "borderRadius"
            }
          },
          "borderSize": {
            "after": {
              "value": 1,
              "type": "borderWidth"
            }
          },
          "opacity": {
            "disabled": {
              "value": ".4",
              "type": "opacity"
            }
          }
        }
      }
    },
    "toolbar": {
      "size": {
        "height": {
          "sm": {
            "value": 40,
            "type": "sizing"
          },
          "md": {
            "value": 48,
            "type": "sizing"
          },
          "lg": {
            "value": 56,
            "type": "sizing"
          }
        }
      },
      "divider": {
        "size": {
          "width": {
            "value": 1,
            "type": "sizing"
          },
          "height": {
            "value": 20,
            "type": "sizing"
          }
        }
      }
    },
    "avatar": {
      "size": {
        "square": {
          "xxxs": {
            "value": 20,
            "type": "sizing"
          },
          "xxs": {
            "value": 24,
            "type": "sizing"
          },
          "xs": {
            "value": 28,
            "type": "sizing"
          },
          "sm": {
            "value": 32,
            "type": "sizing"
          },
          "md": {
            "value": 40,
            "type": "sizing"
          },
          "lg": {
            "value": 48,
            "type": "sizing"
          },
          "xl": {
            "value": 56,
            "type": "sizing"
          },
          "xxl": {
            "value": 64,
            "type": "sizing"
          },
          "xxxl": {
            "value": 80,
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "circle": {
            "value": "50%",
            "type": "borderRadius"
          },
          "rounded": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        },
        "borderSize": {
          "bordered": {
            "xxxs": {
              "value": 1,
              "type": "borderWidth"
            },
            "xxs": {
              "value": 1,
              "type": "borderWidth"
            },
            "xs": {
              "value": 1,
              "type": "borderWidth"
            },
            "sm": {
              "value": 1,
              "type": "borderWidth"
            },
            "md": {
              "value": 2,
              "type": "borderWidth"
            },
            "lg": {
              "value": 2,
              "type": "borderWidth"
            },
            "xl": {
              "value": 3,
              "type": "borderWidth"
            },
            "xxl": {
              "value": 3,
              "type": "borderWidth"
            },
            "xxxl": {
              "value": 3,
              "type": "borderWidth"
            }
          }
        }
      },
      "backdrop": {
        "typo": {
          "fontSize": {
            "value": 24,
            "type": "fontSizes"
          }
        }
      }
    },
    "thumbnail": {
      "shape": {
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      }
    },
    "appBar": {
      "shape": {
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "size": {
        "height": {
          "base": {
            "value": 48,
            "type": "sizing"
          },
          "compact": {
            "value": "calc(48 - 2rem)",
            "type": "sizing"
          }
        }
      },
      "divider": {
        "size": {
          "height": {
            "value": 28,
            "type": "sizing"
          }
        },
        "space": {
          "margin": {
            "value": 12,
            "type": "spacing"
          }
        }
      }
    },
    "appMenu": {
      "size": {
        "width": {
          "base": {
            "value": 264,
            "type": "sizing"
          },
          "collapsed": {
            "value": 72,
            "type": "sizing"
          }
        },
        "height": {
          "value": "100%",
          "type": "sizing"
        }
      },
      "header": {
        "size": {
          "height": {
            "value": 48,
            "type": "sizing"
          }
        },
        "space": {
          "paddingTop": {
            "value": "0",
            "type": "spacing"
          },
          "paddingRight": {
            "base": {
              "value": 8,
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          },
          "paddingBottom": {
            "value": "0",
            "type": "spacing"
          },
          "paddingLeft": {
            "base": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) + 8)",
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          }
        }
      },
      "heading": {
        "space": {
          "offset": {
            "base": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) + 8)",
              "type": "spacing"
            },
            "collapsed": {
              "value": "50%",
              "type": "spacing"
            }
          },
          "paddingLeft": {
            "base": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) + 8)",
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          },
          "paddingRight": {
            "base": {
              "value": 8,
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          }
        },
        "size": {
          "height": {
            "value": 28,
            "type": "sizing"
          }
        }
      },
      "item": {
        "space": {
          "paddingTop": {
            "value": "0",
            "type": "spacing"
          },
          "paddingRight": {
            "base": {
              "value": 8,
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          },
          "paddingBottom": {
            "value": "0",
            "type": "spacing"
          },
          "paddingLeft": {
            "base": {
              "value": "calc(18 + calc((72 - 8 * 2 - 18) / 2) * 2)",
              "type": "spacing"
            },
            "collapsed": {
              "value": "0",
              "type": "spacing"
            }
          },
          "offset": {
            "base": {
              "value": "calc((72 - 8 * 2 - 18) / 2)",
              "type": "spacing"
            },
            "left": {
              "value": 8,
              "type": "spacing"
            },
            "toIcon": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) + 8)",
              "type": "spacing"
            }
          }
        },
        "typo": {
          "fontWeight": {
            "base": {
              "value": "500",
              "type": "fontWeights"
            },
            "active": {
              "value": "700",
              "type": "fontWeights"
            }
          }
        }
      },
      "itemIcon": {
        "space": {
          "offset": {
            "base": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) - 8)",
              "type": "spacing"
            },
            "collapse": {
              "value": "calc(calc((72 - 8 * 2 - 18) / 2) - 8)",
              "type": "spacing"
            }
          }
        },
        "size": {
          "square": {
            "value": 18,
            "type": "sizing"
          }
        }
      },
      "logoCompact": {
        "size": {
          "maxHeight": {
            "value": 20,
            "type": "sizing"
          }
        }
      },
      "logo": {
        "size": {
          "maxHeight": {
            "value": 20,
            "type": "sizing"
          }
        }
      },
      "popoverItemIcon": {
        "shape": {
          "borderRadius": {
            "value": 6,
            "type": "borderRadius"
          }
        },
        "size": {
          "square": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "separator": {
        "size": {
          "width": {
            "base": {
              "value": "100%",
              "type": "sizing"
            },
            "collapsed": {
              "value": "calc(100% - 8 * 4)",
              "type": "sizing"
            }
          }
        },
        "space": {
          "offset": {
            "base": {
              "value": "0",
              "type": "spacing"
            },
            "collapsed": {
              "value": "calc(8 * 2)",
              "type": "spacing"
            }
          }
        }
      },
      "tooltip": {
        "space": {
          "offset": {
            "horizontal": {
              "value": "calc(8 + 8)",
              "type": "spacing"
            },
            "vertical": {
              "value": "0",
              "type": "spacing"
            }
          }
        }
      }
    },
    "collapse": {
      "shape": {
        "borderSize": {
          "value": 1,
          "type": "borderWidth"
        }
      },
      "size": {
        "minHeight": {
          "value": 36,
          "type": "sizing"
        }
      }
    },
    "contentSwitcher": {
      "space": {
        "gap": {
          "value": 4,
          "type": "spacing"
        },
        "padding": {
          "value": "calc(8 / 2)",
          "type": "spacing"
        }
      },
      "size": {
        "height": {
          "sm": {
            "value": 24,
            "type": "sizing"
          },
          "md": {
            "value": 28,
            "type": "sizing"
          },
          "lg": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": 4,
          "type": "borderRadius"
        }
      }
    },
    "link": {
      "shape": {
        "opacity": {
          "disabled": {
            "value": ".4",
            "type": "opacity"
          }
        }
      }
    },
    "mainMenu": {
      "secondaryCloser": {
        "space": {
          "value": 12,
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 24,
            "type": "fontSizes"
          }
        }
      },
      "secondaryHeadingIcon": {
        "typo": {
          "fontSize": {
            "value": 28,
            "type": "fontSizes"
          }
        },
        "space": {
          "value": 12,
          "type": "spacing"
        }
      },
      "secondaryHeading": {
        "space": {
          "value": 24,
          "type": "spacing"
        },
        "typo": {
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          },
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          },
          "letterSpacing": {
            "value": "-0.01925em",
            "type": "letterSpacing"
          },
          "lineHeight": {
            "value": "1.2",
            "type": "lineHeights"
          }
        }
      },
      "secondaryItemIcon": {
        "typo": {
          "fontSize": {
            "value": 20,
            "type": "fontSizes"
          }
        },
        "space": {
          "value": 12,
          "type": "spacing"
        }
      },
      "secondaryItemLinkAction": {
        "size": {
          "width": {
            "value": 18,
            "type": "sizing"
          }
        }
      },
      "secondaryItemLinkIcon": {
        "typo": {
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "space": {
          "value": 8,
          "type": "spacing"
        }
      },
      "secondaryItemLink": {
        "size": {
          "width": {
            "value": "100%",
            "type": "sizing"
          },
          "space": {
            "value": "0 32 0 4",
            "type": "sizing"
          }
        },
        "typo": {
          "fontWeight": {
            "value": "300",
            "type": "fontWeights"
          },
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      },
      "secondaryItem": {
        "size": {
          "height": {
            "value": 28,
            "type": "sizing"
          }
        },
        "typo": {
          "lineHeight": {
            "value": 28,
            "type": "lineHeights"
          }
        }
      },
      "secondaryMsgResults": {
        "typo": {
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          }
        }
      },
      "secondarySearchInput": {
        "size": {
          "width": {
            "value": "60%",
            "type": "sizing"
          },
          "borderRadius": {
            "value": "0",
            "type": "borderRadius"
          }
        },
        "space": {
          "value": 8,
          "type": "spacing"
        }
      },
      "secondarySearchLabelContent": {
        "size": {
          "width": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "space": {
          "value": "12 0",
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "300",
            "type": "fontWeights"
          },
          "letterSpacing": {
            "value": "0",
            "type": "letterSpacing"
          }
        }
      },
      "secondarySearchLabel": {
        "size": {
          "width": {
            "value": "40%",
            "type": "sizing"
          }
        },
        "space": {
          "value": "0 12",
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": "70.25%",
            "type": "fontSizes"
          }
        }
      },
      "secondarySearch": {
        "size": {
          "width": {
            "value": "auto",
            "type": "sizing"
          }
        },
        "space": {
          "value": "16 24 0 24",
          "type": "spacing"
        }
      },
      "secondary": {
        "size": {
          "width": {
            "value": 336,
            "type": "sizing"
          }
        }
      },
      "space": {
        "base": {
          "value": 16,
          "type": "spacing"
        }
      },
      "size": {
        "width": {
          "collapsed": {
            "value": 64,
            "type": "sizing"
          },
          "expanded": {
            "value": 256,
            "type": "sizing"
          }
        }
      },
      "typo": {
        "fontSize": {
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          }
        }
      },
      "avatarChangeDomain": {
        "shape": {
          "borderRadius": {
            "value": 6,
            "type": "borderRadius"
          }
        },
        "size": {
          "width": {
            "value": "36px",
            "type": "sizing"
          },
          "height": {
            "value": "calc(32 + 0.1rem)",
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 18,
            "type": "fontSizes"
          }
        }
      },
      "avatarItem": {
        "size": {
          "height": {
            "value": 72,
            "type": "sizing"
          }
        }
      },
      "avatarLink": {
        "space": {
          "marginTop": {
            "value": 8,
            "type": "spacing"
          }
        },
        "size": {
          "height": {
            "value": "100%",
            "type": "sizing"
          }
        }
      },
      "avatarRoleIcon": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "size": {
          "height": {
            "value": 28,
            "type": "sizing"
          },
          "width": {
            "value": 28,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      },
      "avatarTimeZoneLeft": {
        "space": {
          "value": 4,
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      },
      "avatarTimeZoneRight": {
        "space": {
          "value": 4,
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      },
      "avatarTimeZone": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "typo": {
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": "1.5",
            "type": "lineHeights"
          }
        }
      },
      "avatarUserInfo": {
        "space": {
          "left": {
            "value": 8,
            "type": "spacing"
          },
          "right": {
            "value": 8,
            "type": "spacing"
          }
        },
        "size": {
          "height": {
            "value": 40,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": "1.5",
            "type": "lineHeights"
          }
        }
      },
      "avatarUserThumb": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "space": {
          "value": "calc((64 - 40) / 2)",
          "type": "spacing"
        },
        "size": {
          "square": {
            "value": 40,
            "type": "sizing"
          }
        }
      },
      "avatarWrapper": {
        "size": {
          "height": {
            "value": "100%",
            "type": "sizing"
          },
          "width": {
            "value": 256,
            "type": "sizing"
          }
        }
      },
      "externalSearch": {
        "size": {
          "width": {
            "value": 256,
            "type": "sizing"
          }
        }
      },
      "fixer": {
        "size": {
          "width": {
            "value": 18,
            "type": "sizing"
          },
          "height": {
            "value": 18,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": "1.5",
            "type": "lineHeights"
          }
        }
      },
      "inner": {
        "size": {
          "width": {
            "value": "calc(256 + 32)",
            "type": "sizing"
          }
        },
        "space": {
          "value": 16,
          "type": "spacing"
        }
      },
      "labelIcon": {
        "typo": {
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        },
        "space": {
          "value": 4,
          "type": "spacing"
        }
      },
      "label": {
        "space": {
          "value": 48,
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 11,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "300",
            "type": "fontWeights"
          }
        }
      },
      "legalIcon": {
        "shape": {
          "borderRadius": {
            "value": "50%",
            "type": "borderRadius"
          }
        },
        "size": {
          "width": {
            "value": 24,
            "type": "sizing"
          },
          "height": {
            "value": 24,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 24,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": "1",
            "type": "lineHeights"
          }
        }
      },
      "legalLink": {
        "size": {
          "height": {
            "value": 28,
            "type": "sizing"
          }
        }
      },
      "linkLegal": {
        "typo": {
          "fontSize": {
            "base": {
              "value": 11,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "base": {
              "value": 20,
              "type": "lineHeights"
            }
          }
        }
      },
      "logoResellerTriggerIcon": {
        "size": {
          "width": {
            "value": 24,
            "type": "sizing"
          }
        }
      },
      "logoReseller": {
        "size": {
          "height": {
            "value": 72,
            "type": "sizing"
          },
          "width": {
            "collapsed": {
              "value": 64,
              "type": "sizing"
            },
            "expanded": {
              "value": 256,
              "type": "sizing"
            }
          }
        }
      },
      "logoWrapper": {
        "size": {
          "height": {
            "value": 48,
            "type": "sizing"
          }
        }
      },
      "logo": {
        "size": {
          "height": {
            "value": 18,
            "type": "sizing"
          },
          "width": {
            "collapsed": {
              "value": 64,
              "type": "sizing"
            },
            "expanded": {
              "value": 256,
              "type": "sizing"
            }
          }
        }
      },
      "navItemBadge": {
        "space": {
          "value": "0 4",
          "type": "spacing"
        },
        "shape": {
          "borderRadius": {
            "value": 9990,
            "type": "borderRadius"
          }
        },
        "size": {
          "height": {
            "value": 16,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 10,
            "type": "fontSizes"
          },
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          }
        }
      },
      "navItemLinkContent": {
        "size": {
          "width": {
            "value": "calc(256 - 64)",
            "type": "sizing"
          }
        },
        "space": {
          "value": 12,
          "type": "spacing"
        },
        "typo": {
          "fontWeight": {
            "value": "500",
            "type": "fontWeights"
          }
        }
      },
      "navItemLinkDropIcon": {
        "size": {
          "square": {
            "value": 18,
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          }
        }
      },
      "navItemLinkIcon": {
        "size": {
          "square": {
            "value": "calc(24 + (8 * 2))",
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": "calc(24 + 0.1rem)",
            "type": "fontSizes"
          }
        }
      },
      "navItemLink": {
        "space": {
          "ver": {
            "value": "0",
            "type": "spacing"
          },
          "hor": {
            "collapsed": {
              "value": "calc((64 - calc(24 + (8 * 2))) / 2)",
              "type": "spacing"
            },
            "expanded": {
              "value": 16,
              "type": "spacing"
            }
          }
        },
        "typo": {
          "lineHeight": {
            "value": 24,
            "type": "lineHeights"
          },
          "fontWeight": {
            "value": "700",
            "type": "fontWeights"
          },
          "fontSize": {
            "value": 14,
            "type": "fontSizes"
          }
        }
      },
      "navItem": {
        "space": {
          "value": 12,
          "type": "spacing"
        }
      },
      "navSubItemAppNewTab": {
        "space": {
          "value": "0 12",
          "type": "spacing"
        },
        "typo": {
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          }
        }
      },
      "navSubItemLinkIcon": {
        "space": {
          "value": 16,
          "type": "spacing"
        },
        "typo": {
          "lineHeight": {
            "value": "0",
            "type": "lineHeights"
          }
        }
      },
      "navSubItemLinkSocial": {
        "size": {
          "square": {
            "value": "0",
            "type": "sizing"
          }
        },
        "typo": {
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          },
          "lineHeight": {
            "value": "0",
            "type": "lineHeights"
          }
        }
      },
      "navSubItemLink": {
        "typo": {
          "lineHeight": {
            "value": 24,
            "type": "lineHeights"
          },
          "fontWeight": {
            "value": "500",
            "type": "fontWeights"
          },
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          }
        },
        "space": {
          "padding": {
            "ver": {
              "value": 8,
              "type": "spacing"
            },
            "left": {
              "value": 24,
              "type": "spacing"
            },
            "right": {
              "value": 16,
              "type": "spacing"
            }
          }
        }
      },
      "navSubNav": {
        "size": {
          "width": {
            "value": 256,
            "type": "sizing"
          }
        }
      },
      "overlay": {
        "size": {
          "width": {
            "value": "100%",
            "type": "sizing"
          },
          "height": {
            "value": "100vh",
            "type": "sizing"
          }
        }
      },
      "priorityLabel": {
        "typo": {
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          }
        },
        "space": {
          "value": 12,
          "type": "spacing"
        }
      },
      "prioritySelectIcon": {
        "typo": {
          "fontFamily": {
            "value": "'lt-iconfont', sans-serif",
            "type": "fontFamilies"
          },
          "lineHeight": {
            "value": "inherit",
            "type": "lineHeights"
          },
          "fontSize": {
            "enabled": {
              "value": 12,
              "type": "fontSizes"
            },
            "expanded": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        }
      },
      "prioritySelect": {
        "typo": {
          "lineHeight": {
            "value": "inherit",
            "type": "lineHeights"
          },
          "fontSize": {
            "enabled": {
              "value": 11,
              "type": "fontSizes"
            },
            "expanded": {
              "value": 12,
              "type": "fontSizes"
            }
          }
        },
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "size": {
          "width": {
            "value": "100%",
            "type": "sizing"
          },
          "height": {
            "value": 24,
            "type": "sizing"
          }
        },
        "space": {
          "enabled": {
            "value": "0 24 0 4",
            "type": "spacing"
          },
          "expanded": {
            "value": "0 32 0 8",
            "type": "spacing"
          }
        }
      },
      "priority": {
        "size": {
          "width": {
            "value": 256,
            "type": "sizing"
          }
        },
        "space": {
          "ver": {
            "value": 4,
            "type": "spacing"
          },
          "hor": {
            "value": 8,
            "type": "spacing"
          },
          "expanded": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "searchItemAction": {
        "size": {
          "height": {
            "value": 24,
            "type": "sizing"
          },
          "width": {
            "value": 18,
            "type": "sizing"
          }
        },
        "typo": {
          "lineHeight": {
            "value": 24,
            "type": "lineHeights"
          },
          "fontSize": {
            "value": 12,
            "type": "fontSizes"
          }
        }
      },
      "searchItemIcon": {
        "size": {
          "width": {
            "value": 64,
            "type": "sizing"
          },
          "height": {
            "value": 24,
            "type": "sizing"
          }
        },
        "typo": {
          "lineHeight": {
            "value": 24,
            "type": "lineHeights"
          },
          "fontSize": {
            "value": 16,
            "type": "fontSizes"
          }
        }
      },
      "searchItemLink": {
        "size": {
          "width": {
            "value": 256,
            "type": "sizing"
          },
          "height": {
            "value": "100%",
            "type": "sizing"
          }
        },
        "space": {
          "value": "0 48 0 12",
          "type": "spacing"
        }
      },
      "searchItemWrapper": {
        "size": {
          "width": {
            "value": "calc(256 + 64)",
            "type": "sizing"
          }
        }
      },
      "searchItem": {
        "size": {
          "width": {
            "value": "calc(256 + 64)",
            "type": "sizing"
          },
          "height": {
            "value": 24,
            "type": "sizing"
          }
        },
        "typo": {
          "lineHeight": {
            "value": 24,
            "type": "lineHeights"
          },
          "fontSize": {
            "value": 13,
            "type": "fontSizes"
          }
        }
      },
      "search": {
        "size": {
          "width": {
            "value": 256,
            "type": "sizing"
          }
        }
      },
      "userDetails": {
        "typo": {
          "fontSize": {
            "base": {
              "value": 13,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "base": {
              "value": 20,
              "type": "lineHeights"
            }
          }
        }
      },
      "userDetailsAvatarName": {
        "typo": {
          "fontSize": {
            "base": {
              "value": 14,
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "base": {
              "value": 20,
              "type": "lineHeights"
            }
          }
        }
      },
      "userDetailsAvatarRol": {
        "typo": {
          "fontSize": {
            "base": {
              "value": "11px",
              "type": "fontSizes"
            }
          },
          "lineHeight": {
            "base": {
              "value": "11px",
              "type": "lineHeights"
            }
          }
        }
      }
    },
    "menu": {
      "heading": {
        "space": {
          "paddingTop": {
            "value": 16,
            "type": "spacing"
          },
          "paddingRight": {
            "value": "0",
            "type": "spacing"
          },
          "paddingBottom": {
            "value": 12,
            "type": "spacing"
          },
          "paddingLeft": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "item": {
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "space": {
          "paddingHor": {
            "value": 8,
            "type": "spacing"
          }
        },
        "size": {
          "minHeight": {
            "value": 32,
            "type": "sizing"
          }
        }
      },
      "itemIcon": {
        "space": {
          "offset": {
            "value": 8,
            "type": "spacing"
          }
        },
        "size": {
          "square": {
            "value": 14,
            "type": "sizing"
          }
        }
      }
    },
    "stepper": {
      "container": {
        "size": {
          "height": {
            "sm": {
              "value": 32,
              "type": "sizing"
            },
            "md": {
              "value": 40,
              "type": "sizing"
            },
            "lg": {
              "value": 48,
              "type": "sizing"
            }
          }
        },
        "space": {
          "gap": {
            "value": 16,
            "type": "spacing"
          },
          "padding": {
            "value": 24,
            "type": "spacing"
          }
        },
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        }
      },
      "item": {
        "space": {
          "gap": {
            "value": 8,
            "type": "spacing"
          }
        }
      },
      "itemIndicator": {
        "shape": {
          "opacity": {
            "disabled": {
              "value": ".4",
              "type": "opacity"
            }
          }
        }
      },
      "separator": {
        "space": {
          "marginHor": {
            "value": 8,
            "type": "spacing"
          }
        }
      }
    },
    "tabs": {
      "aside": {
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        },
        "space": {
          "padding": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "container": {
        "size": {
          "height": {
            "sm": {
              "value": 32,
              "type": "sizing"
            },
            "md": {
              "value": 40,
              "type": "sizing"
            },
            "lg": {
              "value": 48,
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "value": 8,
            "type": "spacing"
          }
        },
        "shape": {
          "borderSize": {
            "value": 1,
            "type": "borderWidth"
          }
        }
      },
      "content": {
        "space": {
          "padding": {
            "value": 4,
            "type": "spacing"
          }
        }
      },
      "divider": {
        "space": {
          "margin": {
            "value": 12,
            "type": "spacing"
          }
        }
      },
      "item": {
        "size": {
          "height": {
            "sm": {
              "value": 24,
              "type": "sizing"
            },
            "md": {
              "value": 28,
              "type": "sizing"
            },
            "lg": {
              "value": 32,
              "type": "sizing"
            }
          }
        },
        "space": {
          "padding": {
            "value": 8,
            "type": "spacing"
          },
          "margin": {
            "iconToText": {
              "value": 8,
              "type": "spacing"
            }
          }
        },
        "shape": {
          "borderRadius": {
            "value": 4,
            "type": "borderRadius"
          }
        },
        "typo": {
          "fontSize": {
            "sm": {
              "value": 12,
              "type": "fontSizes"
            },
            "md": {
              "value": 13,
              "type": "fontSizes"
            },
            "lg": {
              "value": 14,
              "type": "fontSizes"
            }
          }
        }
      },
      "mark": {
        "size": {
          "height": {
            "value": 2,
            "type": "sizing"
          }
        },
        "space": {
          "padding": {
            "value": 8,
            "type": "spacing"
          }
        },
        "shape": {
          "borderRadius": {
            "value": 2,
            "type": "borderRadius"
          }
        }
      }
    },
    "editableContent": {
      "shape": {
        "borderRadius": {
          "value": 6,
          "type": "borderRadius"
        }
      },
      "icon": {
        "size": {
          "square": {
            "base": {
              "value": 12,
              "type": "sizing"
            }
          }
        },
        "space": {
          "offset": {
            "top": {
              "value": "calc(12 / 2 * -1)",
              "type": "spacing"
            },
            "right": {
              "value": "calc(12 / 2 * -1)",
              "type": "spacing"
            }
          }
        }
      }
    },
    "action": {
      "typo": {
        "fontSize": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 11,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 14,
            "type": "fontSizes"
          },
          "xl": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "xxs": {
            "value": 16,
            "type": "lineHeights"
          },
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 20,
            "type": "lineHeights"
          },
          "xl": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "700",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "0",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "blockQuote": {
      "space": {
        "padding": {
          "alignLeft": {
            "value": "0 0 0 40",
            "type": "spacing"
          },
          "alignRight": {
            "value": "0 40 0 0",
            "type": "spacing"
          }
        }
      }
    },
    "body": {
      "typo": {
        "fontSize": {
          "xxs": {
            "value": 10,
            "type": "fontSizes"
          },
          "xs": {
            "value": 11,
            "type": "fontSizes"
          },
          "sm": {
            "value": 12,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 14,
            "type": "fontSizes"
          },
          "xl": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "xxs": {
            "value": 16,
            "type": "lineHeights"
          },
          "xs": {
            "value": 16,
            "type": "lineHeights"
          },
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 20,
            "type": "lineHeights"
          },
          "xl": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "500",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "0",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "codeBlock": {
      "space": {
        "padding": {
          "base": {
            "value": "12 16",
            "type": "spacing"
          }
        }
      }
    },
    "codeInline": {
      "typo": {
        "fontFamily": {
          "value": "'Mono Font', monospace",
          "type": "fontFamilies"
        }
      },
      "space": {
        "padding": {
          "base": {
            "value": "0 4",
            "type": "spacing"
          }
        }
      },
      "shape": {
        "borderRadius": {
          "value": 2,
          "type": "borderRadius"
        }
      }
    },
    "heading": {
      "typo": {
        "fontSize": {
          "h1": {
            "value": 24,
            "type": "fontSizes"
          },
          "h2": {
            "value": 20,
            "type": "fontSizes"
          },
          "h3": {
            "value": 18,
            "type": "fontSizes"
          },
          "h4": {
            "value": 16,
            "type": "fontSizes"
          },
          "h5": {
            "value": 14,
            "type": "fontSizes"
          },
          "h6": {
            "value": 13,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "h1": {
            "value": 28,
            "type": "lineHeights"
          },
          "h2": {
            "value": 24,
            "type": "lineHeights"
          },
          "h3": {
            "value": 20,
            "type": "lineHeights"
          },
          "h4": {
            "value": 20,
            "type": "lineHeights"
          },
          "h5": {
            "value": 16,
            "type": "lineHeights"
          },
          "h6": {
            "value": 16,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "700",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "-0.01925em",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "hero": {
      "typo": {
        "fontSize": {
          "sm": {
            "value": 36,
            "type": "fontSizes"
          },
          "md": {
            "value": 42,
            "type": "fontSizes"
          },
          "lg": {
            "value": 48,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "sm": {
            "value": 44,
            "type": "lineHeights"
          },
          "md": {
            "value": 52,
            "type": "lineHeights"
          },
          "lg": {
            "value": 56,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "700",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "-0.01925em",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "lead": {
      "typo": {
        "fontSize": {
          "sm": {
            "value": 13,
            "type": "fontSizes"
          },
          "md": {
            "value": 14,
            "type": "fontSizes"
          },
          "lg": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "sm": {
            "value": 20,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "300",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "0",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "list": {
      "space": {
        "paddingLeft": {
          "value": 16,
          "type": "spacing"
        }
      }
    },
    "listItem": {
      "space": {
        "marginTop": {
          "value": 4,
          "type": "spacing"
        }
      }
    },
    "mono": {
      "typo": {
        "fontSize": {
          "sm": {
            "value": 11,
            "type": "fontSizes"
          },
          "md": {
            "value": 13,
            "type": "fontSizes"
          },
          "lg": {
            "value": 16,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "sm": {
            "value": 16,
            "type": "lineHeights"
          },
          "md": {
            "value": 20,
            "type": "lineHeights"
          },
          "lg": {
            "value": 24,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "JetBrains Mono",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "500",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "0",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "none",
          "type": "case"
        }
      }
    },
    "overline": {
      "typo": {
        "fontSize": {
          "sm": {
            "value": 10,
            "type": "fontSizes"
          },
          "md": {
            "value": 11,
            "type": "fontSizes"
          },
          "lg": {
            "value": 12,
            "type": "fontSizes"
          }
        },
        "lineHeight": {
          "sm": {
            "value": 12,
            "type": "lineHeights"
          },
          "md": {
            "value": 16,
            "type": "lineHeights"
          },
          "lg": {
            "value": 16,
            "type": "lineHeights"
          }
        },
        "fontFamily": {
          "value": "Museo Sans",
          "type": "fontFamilies"
        },
        "fontWeight": {
          "value": "500",
          "type": "fontWeights"
        },
        "letterSpacing": {
          "value": "0.1325em",
          "type": "letterSpacing"
        },
        "textTransform": {
          "value": "uppercase",
          "type": "case"
        }
      }
    },
    "strong": {
      "typo": {
        "fontWeight": {
          "base": {
            "value": "700",
            "type": "fontWeights"
          },
          "strong": {
            "value": "900",
            "type": "fontWeights"
          }
        }
      }
    }
  },
  "typography": {
    "hero/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 56,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 48,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "hero/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 52,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 42,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "hero/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 44,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 36,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h1": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 28,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h2": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h3": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 18,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h4": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h5": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 14,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "heading/h6": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "-1.925%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "lead/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "300",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "lead/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "300",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 14,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "lead/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "300",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "overline/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 12,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 10,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "13.25%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "textCase": {
          "value": "uppercase",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "overline/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 11,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "13.25%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "textCase": {
          "value": "uppercase",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "overline/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 12,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "13.25%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "textCase": {
          "value": "uppercase",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/xxs": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 10,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/xs": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 11,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 12,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 14,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "body/xl": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/xxs": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 10,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/xs": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 11,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 12,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 14,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "action/xl": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "link/xs": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 11,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "link/sm": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 12,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "link/md": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "link/lg": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 14,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "link/xl": {
      "value": {
        "fontFamily": {
          "value": "Museo Sans",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "700",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "mono/sm": {
      "value": {
        "fontFamily": {
          "value": "JetBrains Mono",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 11,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "mono/md": {
      "value": {
        "fontFamily": {
          "value": "JetBrains Mono",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 20,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 13,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    },
    "mono/lg": {
      "value": {
        "fontFamily": {
          "value": "JetBrains Mono",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontWeight": {
          "value": "500",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "lineHeight": {
          "value": 24,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "fontSize": {
          "value": 16,
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "paragraphSpacing": {
          "value": "0",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        },
        "letterSpacing": {
          "value": "0%",
          "filePath": "/home/runner/work/genesys-brand-devo/genesys-brand-devo/node_modules/@devoinc/genesys-tokens/dist/tokens/figma/typography.json",
          "isSource": true
        }
      },
      "type": "typography"
    }
  }
}