{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for Claude",
  "meta": {
    "name": "Claude",
    "description": "A warm-canvas editorial interface for Anthropic's Claude product. The system anchors on a tinted cream canvas with serif display headlines, warm coral CTAs, and dark navy product surfaces (code editor mockups, model showcase cards). Brand voltage comes from the cream/coral pairing — deliberately warm and humanist where most AI brands use cool blue + slate. Type voice runs a slab-serif display (\"Copernicus\" / Tiempos Headline) for h1/h2 and a humanist sans for body. The signature Anthropic black-radial-spike mark anchors the wordmark.",
    "theme": "light"
  },
  "color": {
    "primary": {
      "$value": "#cc785c",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "primary-active": {
      "$value": "#a9583e",
      "$type": "color",
      "$description": "Use for the primary active role."
    },
    "primary-disabled": {
      "$value": "#e6dfd8",
      "$type": "color",
      "$description": "Use for the primary disabled role."
    },
    "ink": {
      "$value": "#141413",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#3d3d3a",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#252523",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#6c6a64",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#8e8b82",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#e6dfd8",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-soft": {
      "$value": "#ebe6df",
      "$type": "color",
      "$description": "Use for the hairline soft role."
    },
    "canvas": {
      "$value": "#faf9f5",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "surface-soft": {
      "$value": "#f5f0e8",
      "$type": "color",
      "$description": "Use for the surface soft role."
    },
    "surface-card": {
      "$value": "#efe9de",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-cream-strong": {
      "$value": "#e8e0d2",
      "$type": "color",
      "$description": "Use for the surface cream strong role."
    },
    "surface-dark": {
      "$value": "#181715",
      "$type": "color",
      "$description": "Use for the surface dark role."
    },
    "surface-dark-elevated": {
      "$value": "#252320",
      "$type": "color",
      "$description": "Use for the surface dark elevated role."
    },
    "surface-dark-soft": {
      "$value": "#1f1e1b",
      "$type": "color",
      "$description": "Use for the surface dark soft role."
    },
    "on-primary": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "on-dark": {
      "$value": "#faf9f5",
      "$type": "color",
      "$description": "Use for the on dark role."
    },
    "on-dark-soft": {
      "$value": "#a09d96",
      "$type": "color",
      "$description": "Use for the on dark soft role."
    },
    "accent-teal": {
      "$value": "#5db8a6",
      "$type": "color",
      "$description": "Use for the accent teal role."
    },
    "accent-amber": {
      "$value": "#e8a55a",
      "$type": "color",
      "$description": "Use for the accent amber role."
    },
    "success": {
      "$value": "#5db872",
      "$type": "color",
      "$description": "Use for the success role."
    },
    "warning": {
      "$value": "#d4a017",
      "$type": "color",
      "$description": "Use for the warning role."
    },
    "error": {
      "$value": "#c64545",
      "$type": "color",
      "$description": "Use for the error role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "Copernicus, Tiempos Headline, serif",
        "fontSize": "64px",
        "fontWeight": 400,
        "lineHeight": 1.05,
        "letterSpacing": "-1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "Copernicus, Tiempos Headline, serif",
        "fontSize": "48px",
        "fontWeight": 400,
        "lineHeight": 1.1,
        "letterSpacing": "-1px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "Copernicus, Tiempos Headline, serif",
        "fontSize": "36px",
        "fontWeight": 400,
        "lineHeight": 1.15,
        "letterSpacing": "-0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "Copernicus, Tiempos Headline, serif",
        "fontSize": "28px",
        "fontWeight": 400,
        "lineHeight": 1.2,
        "letterSpacing": "-0.3px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "title-lg": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "22px",
        "fontWeight": 500,
        "lineHeight": 1.3,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title lg."
    },
    "title-md": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "18px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "body-md": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "caption": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "13px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "caption-uppercase": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "12px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for caption uppercase."
    },
    "code": {
      "$value": {
        "fontFamily": "JetBrains Mono, ui-monospace, monospace",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.6,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for code."
    },
    "button": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": 1,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "StyreneB, Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for nav link."
    }
  },
  "spacing": {
    "xxs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Spacing step xxs."
    },
    "xs": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Spacing step xs."
    },
    "sm": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Spacing step sm."
    },
    "md": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Spacing step md."
    },
    "lg": {
      "$value": "24px",
      "$type": "dimension",
      "$description": "Spacing step lg."
    },
    "xl": {
      "$value": "32px",
      "$type": "dimension",
      "$description": "Spacing step xl."
    },
    "xxl": {
      "$value": "48px",
      "$type": "dimension",
      "$description": "Spacing step xxl."
    },
    "section": {
      "$value": "96px",
      "$type": "dimension",
      "$description": "Spacing step section."
    }
  },
  "radius": {
    "xs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "6px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Border radius lg."
    },
    "xl": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Border radius xl."
    },
    "pill": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius pill."
    },
    "full": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius full."
    }
  },
  "shadow": {},
  "$extensions": {
    "com.design-md-editor.source": {
      "url": "https://claude.ai/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
