{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for Clay",
  "meta": {
    "name": "Clay",
    "description": "A vibrant claymation-meets-data interface for Clay.com (GTM data-orchestration platform). Anchors on white canvas with dark-navy primary CTAs, custom rounded display type, and saturated single-color feature cards — hot pink, deep teal, lavender, peach, ochre — that punctuate long-scroll explainer pages. Brand voltage comes from 3D-rendered claymation illustrations (mountains, characters, mascots) used as full-bleed hero artifacts and the bright multi-color card surfaces showing product UI fragments.",
    "theme": "light"
  },
  "color": {
    "primary": {
      "$value": "#0a0a0a",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "primary-active": {
      "$value": "#1f1f1f",
      "$type": "color",
      "$description": "Use for the primary active role."
    },
    "primary-disabled": {
      "$value": "#e5e5e5",
      "$type": "color",
      "$description": "Use for the primary disabled role."
    },
    "ink": {
      "$value": "#0a0a0a",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#3a3a3a",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#1a1a1a",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#6a6a6a",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#9a9a9a",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#e5e5e5",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-soft": {
      "$value": "#f0f0f0",
      "$type": "color",
      "$description": "Use for the hairline soft role."
    },
    "canvas": {
      "$value": "#fffaf0",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "surface-soft": {
      "$value": "#faf5e8",
      "$type": "color",
      "$description": "Use for the surface soft role."
    },
    "surface-card": {
      "$value": "#f5f0e0",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-strong": {
      "$value": "#ebe6d6",
      "$type": "color",
      "$description": "Use for the surface strong role."
    },
    "surface-dark": {
      "$value": "#0a1a1a",
      "$type": "color",
      "$description": "Use for the surface dark role."
    },
    "surface-dark-elevated": {
      "$value": "#1a2a2a",
      "$type": "color",
      "$description": "Use for the surface dark elevated role."
    },
    "on-primary": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "on-dark": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on dark role."
    },
    "on-dark-soft": {
      "$value": "#a0a0a0",
      "$type": "color",
      "$description": "Use for the on dark soft role."
    },
    "brand-pink": {
      "$value": "#ff4d8b",
      "$type": "color",
      "$description": "Use for the brand pink role."
    },
    "brand-teal": {
      "$value": "#1a3a3a",
      "$type": "color",
      "$description": "Use for the brand teal role."
    },
    "brand-lavender": {
      "$value": "#b8a4ed",
      "$type": "color",
      "$description": "Use for the brand lavender role."
    },
    "brand-peach": {
      "$value": "#ffb084",
      "$type": "color",
      "$description": "Use for the brand peach role."
    },
    "brand-ochre": {
      "$value": "#e8b94a",
      "$type": "color",
      "$description": "Use for the brand ochre role."
    },
    "brand-mint": {
      "$value": "#a4d4c5",
      "$type": "color",
      "$description": "Use for the brand mint role."
    },
    "brand-coral": {
      "$value": "#ff6b5a",
      "$type": "color",
      "$description": "Use for the brand coral role."
    },
    "success": {
      "$value": "#22c55e",
      "$type": "color",
      "$description": "Use for the success role."
    },
    "warning": {
      "$value": "#f59e0b",
      "$type": "color",
      "$description": "Use for the warning role."
    },
    "error": {
      "$value": "#ef4444",
      "$type": "color",
      "$description": "Use for the error role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "Plain Black, Inter, sans-serif",
        "fontSize": "72px",
        "fontWeight": 500,
        "lineHeight": 1,
        "letterSpacing": "-2.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "Plain Black, Inter, sans-serif",
        "fontSize": "56px",
        "fontWeight": 500,
        "lineHeight": 1.05,
        "letterSpacing": "-2px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "Plain Black, Inter, sans-serif",
        "fontSize": "40px",
        "fontWeight": 500,
        "lineHeight": 1.1,
        "letterSpacing": "-1px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "Plain Black, Inter, sans-serif",
        "fontSize": "32px",
        "fontWeight": 500,
        "lineHeight": 1.15,
        "letterSpacing": "-0.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "title-lg": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "24px",
        "fontWeight": 600,
        "lineHeight": 1.3,
        "letterSpacing": "-0.3px"
      },
      "$type": "typography",
      "$description": "Typography style for title lg."
    },
    "title-md": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "18px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "body-md": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "caption": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "13px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "caption-uppercase": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "12px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for caption uppercase."
    },
    "button": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 600,
        "lineHeight": 1,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "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": "6px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Border radius lg."
    },
    "xl": {
      "$value": "24px",
      "$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://www.clay.com/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
