{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "ByteDance's design system — blue-accent minimalism, quiet grey structure, and first-class light/dark theming for information-dense products.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.392,
          0.98
        ],
        "hex": "#0064fa"
      }
    },
    "primary-tint": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.918,
          0.961,
          1
        ],
        "hex": "#eaf5ff"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "on-surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.11,
          0.122,
          0.137
        ],
        "hex": "#1c1f23"
      }
    },
    "on-surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.286,
          0.298,
          0.31
        ],
        "hex": "#494c4f"
      }
    },
    "helper": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.447,
          0.455,
          0.467
        ],
        "hex": "#727477"
      }
    },
    "fill": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.961,
          0.961,
          0.961
        ],
        "hex": "#f5f5f5"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.929,
          0.929,
          0.929
        ],
        "hex": "#ededed"
      }
    },
    "success": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.231,
          0.702,
          0.275
        ],
        "hex": "#3bb346"
      }
    },
    "success-tint": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.925,
          0.969,
          0.925
        ],
        "hex": "#ecf7ec"
      }
    },
    "warning": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.988,
          0.533,
          0
        ],
        "hex": "#fc8800"
      }
    },
    "warning-tint": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.973,
          0.918
        ],
        "hex": "#fff8ea"
      }
    },
    "danger": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.976,
          0.224,
          0.125
        ],
        "hex": "#f93920"
      }
    },
    "danger-tint": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.996,
          0.949,
          0.929
        ],
        "hex": "#fef2ed"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "xs": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "sm": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 24,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 32,
        "unit": "px"
      }
    },
    "2xl": {
      "$value": {
        "value": 40,
        "unit": "px"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 3,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 6,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 12,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 2,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1.5,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1.25,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body-sm": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.75,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "label": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "JetBrains Mono",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
