# Champ Brand Identity

A complete profile of **Champ**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field   | Value     |
|---------|-----------|
| Primary | #18233B   |
| Accent  | #4F38E0   |
| Body Font | Inter   |
| Heading Font | Inter  |

## Color Palette

- primary: #18233B
- secondary: #4F38E0
- accent: #4F38E0
- background: #FFFFFF
- textPrimary: #09152B
- link: #09152B

## Typography

- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter

## Visual Assets

- Logo: 
- Favicon:

## UI Components

- buttonPrimary: background=#4F38E0, textColor=#F7F9FC, borderRadius=50px, shadow=none
- buttonSecondary: background=#D2CAFF, textColor=#09152B, borderRadius=50px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: sales professionals and businesses looking for AI-driven sales solutions

## Champ Brand in the Wild

- **Champ AI SD**  
  - Image:   
  - Source: https://trychamp.co/legacy-home
- **Champ AI SDR**  
  - Image:   
  - Source: https://trychamp.co/
- **Champ AI SDR**  
  - Image:   
  - Source: https://trychamp.co/
- **Champ AI SDR**  
  - Image:   
  - Source: https://trychamp.co/
- **Champ AI SDR**  
  - Image:   
  - Source: https://trychamp.co/
- **Champ AI SDR**  
  - Image:   
  - Source: https://trychamp.co/

## Working with these fonts

Instructions if you have permission to use the fonts:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#18233B",
    "secondary": "#4F38E0",
    "accent": "#4F38E0",
    "background": "#FFFFFF",
    "textPrimary": "#09152B",
    "link": "#09152B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "76px",
      "h2": "43px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4F38E0",
      "textColor": "#F7F9FC",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#D2CAFF",
      "textColor": "#09152B",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://trychamp.co/hs-fs/hubfs/transparent-1.png?width=150&height=56&name=transparent-1.png",
    "favicon": "https://trychamp.co/hubfs/transparent%20favicon.png",
    "ogImage": null,
    "logoHref": "https://trychamp.co"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "sales professionals and businesses looking for AI-driven sales solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
