# Response Brand Identity

A complete profile of **Response**'s visual system — colors, typography, components, and personality — extracted from https://inbox.tryresponse.com/. Built for designers, agents, and AI tools.

## Quick Facts

| Field  | Value     |
|--------|-----------|
| Primary| #0000EE   |
| Accent | #1916B0   |
| Body Font | Inter         |
| Heading Font | PP Telegraf Semibold |

## Color Palette

- primary: #0000EE
- accent: #1916B0
- background: #F5F5FA
- textPrimary: #1916B0
- link: #1916B0

## Typography

- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: PP Telegraf Semibold — https://fonts.google.com/specimen/PP+Telegraf+Semibold

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

## Response Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Response – Turn Emails into ERP-Ready Orders**  
    - Image:   
    - Source: https://inbox.tryresponse.com/
- **Response – Turn Emails into ERP-Ready Orders**  
    - Image:   
    - Source: https://inbox.tryresponse.com/
- **Response – Turn Emails into ERP-Ready Orders**  
    - Image:   
    - Source: https://inbox.tryresponse.com/
- **Direct Response Advertising: Insights & Examples**  
    - Image:   
    - Source: https://instapage.com/blog/direct-response-advertising
- **14 Lead Capture Landing Page Templates (to Grow Your List)**  
    - Image:   
    - Source: https://www.optimizepress.com/lead-capture-landing-page-templates/
- **What Is a Direct Response Ad?**  
    - Image:   
    - Source: https://blog.hubspot.com/marketing/direct-response-marketing

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

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. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "PP Telegraf Semibold",
   "role": "heading"
  },
  {
   "family": "Inter",
   "role": "body"
  },
  {
   "family": "PP Telegraf Regular",
   "role": "body"
  },
  {
   "family": "PP Telegraf Medium",
   "role": "heading"
  },
  {
   "family": "PP Fraktion Mono Regular",
   "role": "monospace"
  }
 ],
 "colors": {
  "primary": "#0000EE",
  "accent": "#1916B0",
  "background": "#F5F5FA",
  "textPrimary": "#1916B0",
  "link": "#1916B0"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "PP Telegraf Semibold"
  },
  "fontStacks": {
   "heading": [
    "PP Telegraf Medium",
    "sans-serif"
   ],
   "body": [
    "sans-serif"
   ],
   "paragraph": [
    "PP Telegraf Semibold",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "40px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {},
 "images": {
  "logo": "https://framerusercontent.com/images/yI7ieDR8PDN42PDCw8Hq7ZCepY.svg?width=128&height=26",
  "favicon": "https://framerusercontent.com/images/oOKVN1fkTqCfG9GJkiUcDXfMWdE.png",
  "ogImage": "https://framerusercontent.com/images/nX4GSdIBtxcRfGz6vwE1olqI.png"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the page title and URL ('Response').",
  "confidence": 0.9,
  "source": "llm"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0,
  "colors": 0.9,
  "overall": 0.45
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 0,
    "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the page title and URL ('Response').",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": false,
   "llmSucceeded": false
  }
 }
}
```
