{
  "--typography-font-family-ui": {
    "$type": "typography",
    "$value": "'Inter', sans-serif"
  },
  "--typography-font-family-code": {
    "$type": "typography",
    "$value": "'Fira Code', monospace"
  },
  "--typography-weight-regular": {
    "$type": "typography",
    "$value": "400"
  },
  "--typography-weight-medium": {
    "$type": "typography",
    "$value": "500"
  },
  "--typography-weight-semibold": {
    "$type": "typography",
    "$value": "600"
  },
  "--typography-weight-bold": {
    "$type": "typography",
    "$value": "700"
  },
  "--typography-fontsize-xs": {
    "$type": "typography",
    "$value": "9px"
  },
  "--typography-fontsize-sm": {
    "$type": "typography",
    "$value": "12px"
  },
  "--typography-fontsize-md": {
    "$type": "typography",
    "$value": "14px"
  },
  "--typography-fontsize-lg": {
    "$type": "typography",
    "$value": "17px"
  },
  "--typography-fontsize-xl": {
    "$type": "typography",
    "$value": "24px"
  },
  "--typography-fontsize-2xl": {
    "$type": "typography",
    "$value": "36px"
  },
  "--typography-fontsize-3xl": {
    "$type": "typography",
    "$value": "44px"
  },
  "--typography-lineheight-xs": {
    "$type": "typography",
    "$value": "12px"
  },
  "--typography-lineheight-sm": {
    "$type": "typography",
    "$value": "16px"
  },
  "--typography-lineheight-md": {
    "$type": "typography",
    "$value": "20px"
  },
  "--typography-lineheight-lg": {
    "$type": "typography",
    "$value": "24px"
  },
  "--typography-lineheight-xl": {
    "$type": "typography",
    "$value": "32px"
  },
  "--typography-lineheight-2xl": {
    "$type": "typography",
    "$value": "48px"
  },
  "--typography-lineheight-3xl": {
    "$type": "typography",
    "$value": "56px"
  },
  "--typography-letterspacing-none": {
    "$type": "typography",
    "$value": "0px"
  },
  "--typography-letterspacing-positive": {
    "$type": "typography",
    "$value": "0.3px"
  },
  "--typography-letterspacing-negative-half": {
    "$type": "typography",
    "$value": "-0.15px"
  },
  "--typography-letterspacing-negative": {
    "$type": "typography",
    "$value": "-0.3px"
  },
  "--typography-letterspacing-negative-double": {
    "$type": "typography",
    "$value": "-0.6px"
  },
  "--typography-paragraphspacing-none": {
    "$type": "typography",
    "$value": "0px"
  },
  "--typography-paragraphspacing-sm": {
    "$type": "typography",
    "$value": "4px"
  },
  "--typography-paragraphspacing-md": {
    "$type": "typography",
    "$value": "8px"
  },
  "--typography-paragraphspacing-lg": {
    "$type": "typography",
    "$value": "16px"
  }
}