---
bcp_version: "0.8"
file_type: visual
parent: https://registry.brandcontextprotocol.dev/therabody-ca22efbf/.well-known/brand.md
last_updated: 2026-09-02
---

# Visual

The brand's visual identity is preserved below as machine-readable tokens and practical usage rules.

## Logo

```yaml
logo:
  primary:
    description: Primary logo asset detected from customer-provided surfaces.
    variants:
      - format: svg
        url: "https://www.therabody.com/cdn/shop/files/Therabody_Logo_d8775086-0719-4681-8ad1-61429f50ffe9.svg?v=1733528062&width=600"
        sha256: 779084c7c45aacfa0288996f0ff5b7a131bebf6a02f68d43cbce2b5c747b8fd4
        purpose: "Fetched from the customer's published brand surface."
```

## Logo usage

```yaml
logo_usage:
  clear_space:
    rule: Keep clear space around the logo at least equal to the height of its core mark.
    machine_value:
      unit: x-height
      multiplier: 1.0
  minimum_size:
    digital_px: 24
  approved_backgrounds:
    - type: solid_color
      color_token: background
      note: Default light surface when contrast is sufficient.
    - type: solid_color
      color_token: surface-inverse
      note: Inverse surface when a light or reversed variant is available.
  forbidden_backgrounds:
    - type: gradient
      note: Do not place the logo over decorative gradients unless brand guidelines explicitly allow it.
    - type: patterned
      note: Patterned backgrounds reduce legibility.
  forbidden_modifications:
    - stretch
    - rotate
    - recolor
    - drop_shadow
    - glow
    - outline
    - crop
    - container_shape
    - animate
```

## Color

```yaml
color:
  tokens:
    neutral_1:
      hex: "#FFFFFF"
      role: neutral
      description: "colors extracted from customer source material."
    text:
      hex: "#252525"
      role: text
      description: "colors extracted from customer source material."
    primary:
      hex: "#000000"
      role: primary
      description: "colors extracted from customer source material."
    neutral_4:
      hex: "#B03730"
      role: neutral
      description: "colors extracted from customer source material."
    neutral_5:
      hex: "#D8D8D8"
      role: neutral
      description: "colors extracted from customer source material."
    color:
      hex: "#555555"
      role: neutral
      description: "color extracted from customer source material."
    color_2:
      hex: "#333333"
      role: neutral
      description: "color extracted from customer source material."
    background:
      hex: "#FFFCF5"
      role: surface
      description: "background extracted from customer source material."
  approved_pairs:
    - foreground: text
      background: background
      context: Default body text.
  forbidden_pairs:
    - foreground: primary
      background: background
      reason: Use only if contrast testing passes for the actual type size.
```

## Typography

```yaml
typography:
  families:
    assistant:
      family: Assistant
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [400, 500, 700]
      styles: ["normal"]
      source: "customer site extraction"
    suisse_intl:
      family: "Suisse Intl"
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [400, 500, 700]
      styles: ["normal"]
      source: "customer site extraction"
    abc_arizona_text_variable:
      family: "ABC Arizona Text Variable"
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [440]
      styles: ["normal"]
      source: "customer site extraction"
    open_sans:
      family: "Open Sans"
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [400, 500, 700]
      styles: ["normal"]
      source: "Google Fonts or public web font"
    suisse_intl_2:
      family: "Suisse Int'l"
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [400, 440]
      styles: ["normal"]
      source: "customer site extraction"
  roles:
    display: abc_arizona_text_variable
    body: suisse_intl
    ui: suisse_intl
```

## Layout and components

```yaml
elevation:
  shadows:
    - "rgba(0, 0, 0, 0.2) 0px 26px 80px 0px"
spacing:
  scale_px: [2, 10, 18, 26, 40]
components:
  buttons:
    - background: "#ffffff"
      color: "#252729"
      radius_px: 9
      padding_px: [12, 10]
      font_weight: 600
    - background: "transparent"
      color: "#252525"
      radius_px: 9
      padding_px: [12, 10]
      font_weight: 600
    - background: "transparent"
      color: "#252525"
      radius_px: 0
      padding_px: [0, 0]
      font_weight: 400
source: Observed from the site's live CSS, not a declared design system. Verify against your canonical tokens.
```

## Imagery

```yaml
imagery:
  photographic_style: |
    Use concrete, brand-owned imagery when available. Avoid generic stock,
    abstract AI motifs, and visuals that contradict the extracted identity.
  illustration_style: |
    Keep illustration subordinate to the brand system. Use only when it
    clarifies the message better than photography or product evidence.
  iconography_style: |
    Follow the brand's existing mark, stroke, and geometry cues. Do not invent
    decorative symbols without a human-approved precedent.
  forbidden_treatments:
    - generic AI iconography
    - decorative gradients behind text
    - stock business-meeting photography
```
