{
  "$description": "Brand: Anthropic — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette anthropic@1.0.0",
      "ivory-light": {
        "$value": "#FAF9F5",
        "$type": "color",
        "$description": "Page canvas — the warm cream Anthropic uses as the base."
      },
      "ivory-medium": {
        "$value": "#F0EEE6",
        "$type": "color",
        "$description": "Subtle elevated surface; hover state for ivory buttons."
      },
      "ivory-dark": {
        "$value": "#E8E6DC",
        "$type": "color",
        "$description": "Border / quiet divider on ivory canvas."
      },
      "slate-dark": {
        "$value": "#141413",
        "$type": "color",
        "$description": "Primary text on ivory; canvas in dark mode."
      },
      "slate-medium": {
        "$value": "#3D3D3A",
        "$type": "color",
        "$description": "Elevated surface in dark mode; secondary text on ivory."
      },
      "slate-light": {
        "$value": "#5E5D59",
        "$type": "color",
        "$description": "Tertiary text; hover state for slate surfaces."
      },
      "cloud-light": {
        "$value": "#D1CFC5",
        "$type": "color",
        "$description": "Soft neutral, illustration mid-tone."
      },
      "cloud-medium": {
        "$value": "#B0AEA5",
        "$type": "color",
        "$description": "Mid cloud — secondary text on dark surfaces."
      },
      "cloud-dark": {
        "$value": "#87867F",
        "$type": "color",
        "$description": "Deep cloud — quiet text on warm surfaces."
      },
      "clay": {
        "$value": "#D97757",
        "$type": "color",
        "$description": "Claude's signature terracotta accent. The brand's primary warm."
      },
      "accent": {
        "$value": "#C6613F",
        "$type": "color",
        "$description": "Pressed / active variant of clay."
      },
      "oat": {
        "$value": "#E3DACC",
        "$type": "color",
        "$description": "Wheaten neutral, illustration warm."
      },
      "manilla": {
        "$value": "#EBDBBC",
        "$type": "color",
        "$description": "Pale parchment yellow."
      },
      "kraft": {
        "$value": "#D4A27F",
        "$type": "color",
        "$description": "Tan / craft-paper warm."
      },
      "olive": {
        "$value": "#788C5D",
        "$type": "color",
        "$description": "Muted green secondary."
      },
      "cactus": {
        "$value": "#BCD1CA",
        "$type": "color",
        "$description": "Pale sage."
      },
      "sky": {
        "$value": "#6A9BCC",
        "$type": "color",
        "$description": "Mid blue secondary."
      },
      "heather": {
        "$value": "#CBCADB",
        "$type": "color",
        "$description": "Pale lavender."
      },
      "fig": {
        "$value": "#C46686",
        "$type": "color",
        "$description": "Muted rose-magenta."
      },
      "coral": {
        "$value": "#EBCECE",
        "$type": "color",
        "$description": "Pale coral pink — pairs with clay."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.ivory-light}",
        "$type": "color",
        "$description": "background role → Ivory Light"
      },
      "surface": {
        "$value": "{color.swatches.ivory-medium}",
        "$type": "color",
        "$description": "surface role → Ivory Medium"
      },
      "surface-elevated": {
        "$value": "{color.swatches.ivory-light}",
        "$type": "color",
        "$description": "surface-elevated role → Ivory Light"
      },
      "text-primary": {
        "$value": "{color.swatches.slate-dark}",
        "$type": "color",
        "$description": "text-primary role → Slate Dark"
      },
      "text-secondary": {
        "$value": "{color.swatches.slate-medium}",
        "$type": "color",
        "$description": "text-secondary role → Slate Medium"
      },
      "text-tertiary": {
        "$value": "{color.swatches.slate-light}",
        "$type": "color",
        "$description": "text-tertiary role → Slate Light"
      },
      "primary": {
        "$value": "{color.swatches.clay}",
        "$type": "color",
        "$description": "primary role → Clay"
      },
      "primary-hover": {
        "$value": "{color.swatches.accent}",
        "$type": "color",
        "$description": "primary-hover role → Accent"
      },
      "accent": {
        "$value": "{color.swatches.clay}",
        "$type": "color",
        "$description": "accent role → Clay"
      },
      "accent-hover": {
        "$value": "{color.swatches.accent}",
        "$type": "color",
        "$description": "accent-hover role → Accent"
      },
      "warning": {
        "$value": "{color.swatches.kraft}",
        "$type": "color",
        "$description": "warning role → Kraft"
      },
      "warning-hover": {
        "$value": "{color.swatches.accent}",
        "$type": "color",
        "$description": "warning-hover role → Accent"
      },
      "error": {
        "$value": "{color.swatches.fig}",
        "$type": "color",
        "$description": "error role → Fig"
      },
      "success": {
        "$value": "{color.swatches.olive}",
        "$type": "color",
        "$description": "success role → Olive"
      },
      "border": {
        "$value": "{color.swatches.ivory-dark}",
        "$type": "color",
        "$description": "border role → Ivory Dark"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.ivory-light}",
          "$type": "color",
          "$description": "Brand role identity → Ivory Light"
        },
        "on-identity": {
          "$value": "{color.swatches.slate-dark}",
          "$type": "color",
          "$description": "Brand role on-identity → Slate Dark"
        },
        "primary": {
          "$value": "{color.swatches.clay}",
          "$type": "color",
          "$description": "Brand role primary → Clay"
        },
        "primary-hover": {
          "$value": "{color.swatches.accent}",
          "$type": "color",
          "$description": "Brand role primary-hover → Accent"
        },
        "accent": {
          "$value": "{color.swatches.clay}",
          "$type": "color",
          "$description": "Brand role accent → Clay"
        },
        "accent-hover": {
          "$value": "{color.swatches.accent}",
          "$type": "color",
          "$description": "Brand role accent-hover → Accent"
        },
        "mark": {
          "$value": "{color.swatches.clay}",
          "$type": "color",
          "$description": "Brand role mark → Clay"
        },
        "success": {
          "$value": "{color.swatches.olive}",
          "$type": "color",
          "$description": "Brand role success → Olive"
        },
        "warning": {
          "$value": "{color.swatches.kraft}",
          "$type": "color",
          "$description": "Brand role warning → Kraft"
        },
        "error": {
          "$value": "{color.swatches.fig}",
          "$type": "color",
          "$description": "Brand role error → Fig"
        },
        "text-primary-light": {
          "$value": "{color.swatches.slate-dark}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Slate Dark"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.ivory-light}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Ivory Light"
        },
        "background-light": {
          "$value": "{color.swatches.ivory-light}",
          "$type": "color",
          "$description": "Brand role background-light → Ivory Light"
        },
        "background-dark": {
          "$value": "{color.swatches.slate-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Slate Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.ivory-medium}",
          "$type": "color",
          "$description": "Brand role surface-light → Ivory Medium"
        },
        "surface-dark": {
          "$value": "{color.swatches.slate-medium}",
          "$type": "color",
          "$description": "Brand role surface-dark → Slate Medium"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.slate-medium}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Slate Medium"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.slate-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Slate Light"
        },
        "border-light": {
          "$value": "{color.swatches.ivory-dark}",
          "$type": "color",
          "$description": "Brand role border-light → Ivory Dark"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
