{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "tiktok-red": {
        "value": "#FE2C55",
        "type": "color",
        "description": "Signature warm red — the red-channel anchor of the chromatic mark and a primary brand accent."
      },
      "tiktok-cyan": {
        "value": "#25F4EE",
        "type": "color",
        "description": "Signature cyan — the cyan-channel anchor of the chromatic mark, offset against the red."
      },
      "tiktok-red-deep": {
        "value": "#D91E45",
        "type": "color",
        "description": "Authored deeper red used for hover/pressed states on the primary red."
      },
      "tiktok-cyan-deep": {
        "value": "#0BB8B3",
        "type": "color",
        "description": "Authored deeper cyan used for hover/pressed states on the cyan accent."
      },
      "tiktok-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical canvas — the TikTok consumer surface and wordmark frame is solid black."
      },
      "tiktok-near-black": {
        "value": "#121212",
        "type": "color",
        "description": "Elevated surface on the dark canvas — feed background, modal headers."
      },
      "tiktok-charcoal": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Hovered surface and elevated tiles on the dark mode."
      },
      "tiktok-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; the core \"d\" mark interior; reversed wordmark fill on light surfaces."
      },
      "tiktok-fog": {
        "value": "#F1F1F2",
        "type": "color",
        "description": "Authored light-mode canvas; secondary surface for marketing."
      },
      "tiktok-gray": {
        "value": "#86878B",
        "type": "color",
        "description": "Secondary text and metadata across both modes."
      },
      "tiktok-gray-light": {
        "value": "#BBBBBC",
        "type": "color",
        "description": "Tertiary text and inactive icons on the dark canvas."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.tiktok-fog}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tiktok-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tiktok-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tiktok-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tiktok-cyan-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.tiktok-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tiktok-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tiktok-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tiktok-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tiktok-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tiktok-cyan-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.tiktok-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.tiktok-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tiktok-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tiktok-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tiktok-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tiktok-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tiktok-red-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tiktok-cyan-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      },
      "mark-channel-red": {
        "value": "{global.color.tiktok-red}",
        "type": "color"
      },
      "mark-channel-cyan": {
        "value": "{global.color.tiktok-cyan}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.tiktok-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "TikTok",
    "ref": "tiktok@1.0.0",
    "paletteRef": "tiktok@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
