{
  "global": {
    "color": {
      "success": {
        "value": "hsl(158 64% 27%)",
        "type": "color",
        "description": "Status success"
      },
      "danger": {
        "value": "hsl(0 75% 44%)",
        "type": "color",
        "description": "Status danger"
      },
      "warning": {
        "value": "hsl(38 92% 28%)",
        "type": "color",
        "description": "Status warning"
      },
      "info": {
        "value": "hsl(195 86% 30%)",
        "type": "color",
        "description": "Status info"
      },
      "warm-bg": {
        "value": "hsl(40 50% 96%)",
        "type": "color",
        "description": "Warm page bg (cream)"
      },
      "warm-surface": {
        "value": "hsl(40 50% 98%)",
        "type": "color",
        "description": "Warm card surface"
      },
      "warm-surface-2": {
        "value": "hsl(40 50% 94%)",
        "type": "color",
        "description": "Warm page accent"
      },
      "warm-border": {
        "value": "hsl(40 50% 87%)",
        "type": "color",
        "description": "Warm border"
      },
      "dark-bg": {
        "value": "hsl(240 20% 5%)",
        "type": "color",
        "description": "Dark page bg"
      },
      "dark-surface": {
        "value": "hsl(240 20% 9%)",
        "type": "color",
        "description": "Dark card surface"
      },
      "dark-surface-2": {
        "value": "hsl(240 20% 12%)",
        "type": "color",
        "description": "Dark page accent"
      },
      "dark-border": {
        "value": "hsl(240 20% 18%)",
        "type": "color",
        "description": "Dark border"
      },
      "dark-violet": {
        "value": "hsl(252 100% 68%)",
        "type": "color",
        "description": "Dark accent violet"
      },
      "dark-cyan": {
        "value": "hsl(188 86% 53%)",
        "type": "color",
        "description": "Dark accent cyan"
      },
      "dark-emerald": {
        "value": "hsl(158 84% 39%)",
        "type": "color",
        "description": "Dark accent emerald"
      },
      "dark-amber": {
        "value": "hsl(38 92% 50%)",
        "type": "color",
        "description": "Dark accent amber"
      }
    },
    "space": {
      "0": {
        "value": "0",
        "type": "spacing",
        "description": "Spacing 0"
      },
      "1": {
        "value": "4",
        "type": "spacing",
        "description": "Spacing 1"
      },
      "2": {
        "value": "8",
        "type": "spacing",
        "description": "Spacing 2"
      },
      "3": {
        "value": "12",
        "type": "spacing",
        "description": "Spacing 3"
      },
      "4": {
        "value": "16",
        "type": "spacing",
        "description": "Spacing 4"
      },
      "5": {
        "value": "20",
        "type": "spacing",
        "description": "Spacing 5"
      },
      "6": {
        "value": "24",
        "type": "spacing",
        "description": "Spacing 6"
      },
      "8": {
        "value": "32",
        "type": "spacing",
        "description": "Spacing 8"
      },
      "10": {
        "value": "40",
        "type": "spacing",
        "description": "Spacing 10"
      },
      "12": {
        "value": "48",
        "type": "spacing",
        "description": "Spacing 12"
      },
      "16": {
        "value": "64",
        "type": "spacing",
        "description": "Spacing 16"
      },
      "20": {
        "value": "80",
        "type": "spacing",
        "description": "Spacing 20"
      },
      "24": {
        "value": "96",
        "type": "spacing",
        "description": "Spacing 24"
      },
      "32": {
        "value": "128",
        "type": "spacing",
        "description": "Spacing 32"
      }
    },
    "radius": {
      "none": {
        "value": "0",
        "type": "borderRadius",
        "description": "No rounding"
      },
      "xs": {
        "value": "4",
        "type": "borderRadius",
        "description": "Badge"
      },
      "sm": {
        "value": "6",
        "type": "borderRadius",
        "description": "Input"
      },
      "md": {
        "value": "8",
        "type": "borderRadius",
        "description": "Default"
      },
      "lg": {
        "value": "12",
        "type": "borderRadius",
        "description": "Card"
      },
      "xl": {
        "value": "16",
        "type": "borderRadius",
        "description": "Sheet"
      },
      "2xl": {
        "value": "24",
        "type": "borderRadius",
        "description": "Bottom sheet"
      },
      "3xl": {
        "value": "32",
        "type": "borderRadius",
        "description": "Extra"
      },
      "full": {
        "value": "9999",
        "type": "borderRadius",
        "description": "Pill"
      }
    },
    "border-width": {
      "0": {
        "value": "0",
        "type": "borderWidth",
        "description": "None"
      },
      "1": {
        "value": "1",
        "type": "borderWidth",
        "description": "Default"
      },
      "2": {
        "value": "1.5",
        "type": "borderWidth",
        "description": "Emphasized"
      },
      "3": {
        "value": "2",
        "type": "borderWidth",
        "description": "Heavy"
      },
      "4": {
        "value": "3",
        "type": "borderWidth",
        "description": "Indicator"
      }
    },
    "font-family": {
      "sans": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "Body"
      },
      "display": {
        "value": "Plus Jakarta Sans",
        "type": "fontFamilies",
        "description": "Display"
      },
      "serif": {
        "value": "Source Serif 4",
        "type": "fontFamilies",
        "description": "Editorial"
      },
      "serif-heavy": {
        "value": "Source Serif 4",
        "type": "fontFamilies",
        "description": "Editorial heavy"
      },
      "mono": {
        "value": "IBM Plex Mono",
        "type": "fontFamilies",
        "description": "Mono"
      }
    },
    "font-size": {
      "xs": {
        "value": "12",
        "type": "fontSizes",
        "description": "Caption"
      },
      "sm": {
        "value": "14",
        "type": "fontSizes",
        "description": "Small body"
      },
      "md": {
        "value": "16",
        "type": "fontSizes",
        "description": "Body"
      },
      "lg": {
        "value": "20",
        "type": "fontSizes",
        "description": "Large body"
      },
      "xl": {
        "value": "24",
        "type": "fontSizes",
        "description": "H5"
      },
      "2xl": {
        "value": "30",
        "type": "fontSizes",
        "description": "H4"
      },
      "3xl": {
        "value": "36",
        "type": "fontSizes",
        "description": "H3"
      },
      "4xl": {
        "value": "48",
        "type": "fontSizes",
        "description": "H2"
      },
      "5xl": {
        "value": "60",
        "type": "fontSizes",
        "description": "H1"
      },
      "6xl": {
        "value": "72",
        "type": "fontSizes",
        "description": "Display"
      },
      "7xl": {
        "value": "96",
        "type": "fontSizes",
        "description": "Hero"
      },
      "8xl": {
        "value": "128",
        "type": "fontSizes",
        "description": "Mega"
      }
    },
    "line-height": {
      "tight": {
        "value": "110%",
        "type": "lineHeights",
        "description": "Display"
      },
      "snug": {
        "value": "125%",
        "type": "lineHeights",
        "description": "Heading"
      },
      "normal": {
        "value": "150%",
        "type": "lineHeights",
        "description": "Body"
      },
      "relaxed": {
        "value": "165%",
        "type": "lineHeights",
        "description": "Long-form"
      },
      "loose": {
        "value": "175%",
        "type": "lineHeights",
        "description": "Editorial"
      }
    },
    "letter-spacing": {
      "tighter": {
        "value": "-5%",
        "type": "letterSpacing",
        "description": "Display"
      },
      "tight": {
        "value": "-2.5%",
        "type": "letterSpacing",
        "description": "Heading"
      },
      "normal": {
        "value": "0%",
        "type": "letterSpacing",
        "description": "Body"
      },
      "wide": {
        "value": "5%",
        "type": "letterSpacing",
        "description": "Eyebrow"
      },
      "wider": {
        "value": "10%",
        "type": "letterSpacing",
        "description": "Caps label"
      },
      "widest": {
        "value": "20%",
        "type": "letterSpacing",
        "description": "Heavy caps"
      }
    },
    "shadow": {
      "xs": {
        "value": {
          "x": "0",
          "y": "1",
          "blur": "2",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.04)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Subtle"
      },
      "sm": {
        "value": {
          "x": "0",
          "y": "2",
          "blur": "4",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.05)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Small"
      },
      "md": {
        "value": {
          "x": "0",
          "y": "4",
          "blur": "12",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.06)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Default"
      },
      "lg": {
        "value": {
          "x": "0",
          "y": "8",
          "blur": "24",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.08)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Dropdown"
      },
      "xl": {
        "value": {
          "x": "0",
          "y": "16",
          "blur": "48",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.10)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Modal"
      },
      "2xl": {
        "value": {
          "x": "0",
          "y": "24",
          "blur": "64",
          "spread": "0",
          "color": "hsl(28 8% 20% / 0.14)",
          "type": "dropShadow"
        },
        "type": "boxShadow",
        "description": "Command palette"
      }
    },
    "duration": {
      "instant": {
        "value": "0",
        "type": "other",
        "description": "No transition"
      },
      "fast": {
        "value": "120",
        "type": "other",
        "description": "Micro feedback (ms)"
      },
      "normal": {
        "value": "200",
        "type": "other",
        "description": "Default (ms)"
      },
      "slow": {
        "value": "320",
        "type": "other",
        "description": "Modal (ms)"
      },
      "slower": {
        "value": "480",
        "type": "other",
        "description": "Page transition (ms)"
      }
    }
  },
  "brand/a-kryphan": {
    "color": {
      "primary": {
        "value": "hsl(220 15% 30%)",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — primary"
      },
      "primary-deep": {
        "value": "hsl(220 15% 20%)",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — primary deep"
      },
      "primary-hover": {
        "value": "hsl(220 15% 25%)",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — primary hover"
      },
      "accent": {
        "value": "hsl(30 30% 60%)",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — accent"
      },
      "highlight": {
        "value": "hsl(42 60% 75%)",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "A-Kryphan — Personal blog charcoal — text on primary"
      }
    }
  },
  "brand/ai-tools": {
    "color": {
      "primary": {
        "value": "hsl(252 85% 70%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — primary"
      },
      "primary-deep": {
        "value": "hsl(252 85% 60%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — primary deep"
      },
      "primary-hover": {
        "value": "hsl(252 85% 65%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — primary hover"
      },
      "accent": {
        "value": "hsl(180 80% 55%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — accent"
      },
      "highlight": {
        "value": "hsl(145 65% 55%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — highlight"
      },
      "primary-on": {
        "value": "hsl(0 0% 10%)",
        "type": "color",
        "description": "AI Tools — Cross-brand violet (dark) — text on primary"
      }
    }
  },
  "brand/annhien": {
    "color": {
      "primary": {
        "value": "hsl(28 40% 38%)",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — primary"
      },
      "primary-deep": {
        "value": "hsl(28 40% 28%)",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — primary deep"
      },
      "primary-hover": {
        "value": "hsl(28 40% 33%)",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — primary hover"
      },
      "accent": {
        "value": "hsl(38 55% 60%)",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — accent"
      },
      "highlight": {
        "value": "hsl(24 70% 70%)",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "An Nhien — Trầm hương agarwood — text on primary"
      }
    }
  },
  "brand/betterbuy": {
    "color": {
      "primary": {
        "value": "hsl(12 50% 60%)",
        "type": "color",
        "description": "BetterBuy — DTC coral — primary"
      },
      "primary-deep": {
        "value": "hsl(12 50% 50%)",
        "type": "color",
        "description": "BetterBuy — DTC coral — primary deep"
      },
      "primary-hover": {
        "value": "hsl(12 50% 55%)",
        "type": "color",
        "description": "BetterBuy — DTC coral — primary hover"
      },
      "accent": {
        "value": "hsl(175 35% 50%)",
        "type": "color",
        "description": "BetterBuy — DTC coral — accent"
      },
      "highlight": {
        "value": "hsl(38 80% 65%)",
        "type": "color",
        "description": "BetterBuy — DTC coral — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "BetterBuy — DTC coral — text on primary"
      }
    }
  },
  "brand/haogood": {
    "color": {
      "primary": {
        "value": "hsl(220 55% 35%)",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — primary"
      },
      "primary-deep": {
        "value": "hsl(220 55% 25%)",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — primary deep"
      },
      "primary-hover": {
        "value": "hsl(220 55% 30%)",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — primary hover"
      },
      "accent": {
        "value": "hsl(42 80% 55%)",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — accent"
      },
      "highlight": {
        "value": "hsl(200 60% 65%)",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "HaoGood Group — NZL deep navy — text on primary"
      }
    }
  },
  "brand/khi": {
    "color": {
      "primary": {
        "value": "hsl(140 25% 38%)",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — primary"
      },
      "primary-deep": {
        "value": "hsl(140 25% 28%)",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — primary deep"
      },
      "primary-hover": {
        "value": "hsl(140 25% 33%)",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — primary hover"
      },
      "accent": {
        "value": "hsl(38 50% 65%)",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — accent"
      },
      "highlight": {
        "value": "hsl(165 35% 75%)",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "KHI Wellness — Pilates sage — text on primary"
      }
    }
  },
  "brand/xanh": {
    "color": {
      "primary": {
        "value": "hsl(142 45% 45%)",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — primary"
      },
      "primary-deep": {
        "value": "hsl(142 45% 35%)",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — primary deep"
      },
      "primary-hover": {
        "value": "hsl(142 45% 40%)",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — primary hover"
      },
      "accent": {
        "value": "hsl(38 60% 65%)",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — accent"
      },
      "highlight": {
        "value": "hsl(90 40% 72%)",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — highlight"
      },
      "primary-on": {
        "value": "Canvas",
        "type": "color",
        "description": "Xanh Marketing — Skincare green — text on primary"
      }
    }
  },
  "$themes": [
    {
      "id": "theme-a-kryphan",
      "name": "A-Kryphan — Personal blog charcoal",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/a-kryphan": "enabled"
      }
    },
    {
      "id": "theme-ai-tools",
      "name": "AI Tools — Cross-brand violet (dark)",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/ai-tools": "enabled"
      }
    },
    {
      "id": "theme-annhien",
      "name": "An Nhien — Trầm hương agarwood",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/annhien": "enabled"
      }
    },
    {
      "id": "theme-betterbuy",
      "name": "BetterBuy — DTC coral",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/betterbuy": "enabled"
      }
    },
    {
      "id": "theme-haogood",
      "name": "HaoGood Group — NZL deep navy",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/haogood": "enabled"
      }
    },
    {
      "id": "theme-khi",
      "name": "KHI Wellness — Pilates sage",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/khi": "enabled"
      }
    },
    {
      "id": "theme-xanh",
      "name": "Xanh Marketing — Skincare green",
      "group": "Brand",
      "selectedTokenSets": {
        "global": "source",
        "brand/xanh": "enabled"
      }
    }
  ],
  "$metadata": {
    "tokenSetOrder": [
      "global",
      "brand/a-kryphan",
      "brand/ai-tools",
      "brand/annhien",
      "brand/betterbuy",
      "brand/haogood",
      "brand/khi",
      "brand/xanh"
    ],
    "version": "0.5.0",
    "generated": "2026-05-20T04:59:12.819Z"
  }
}