{
  "$description": "W3C Design Tokens (DTCG) source for the `light` theme entry in starter-kit.dsds.yaml, which points here via refs (rel: file). Illustrative and partial — only the tokens the starter kit's own entries reference. The theme entry documents intent and usage; this file owns the values, and DSDS never restates them.",
  "color": {
    "$type": "color",
    "surface": {
      "default": { "$value": "#ffffff" },
      "raised": { "$value": "#f8f8f8" }
    },
    "action": {
      "primary": {
        "bg": { "$value": "#0055ff" },
        "label": { "$value": "#ffffff" }
      }
    },
    "text": {
      "default": { "$value": "#1a1a1a" },
      "muted": { "$value": "#6b6b6b" }
    }
  }
}
