# Echoes HQ Brand Identity

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

- Page: https://characterquilt.com/branding/echoes-hq
- Machine-readable JSON: https://characterquilt.com/branding/echoes-hq.json
- Per-page llms.txt: https://characterquilt.com/branding/echoes-hq/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |

## Color Palette

- primary: #000000
- accent: #000000
- background: #FFFFFF
- textPrimary: #333333
- link: #000000

## Typography

- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman

## Brand Personality

Tone: professional · Energy: low · Audience: unknown

## Echoes HQ Brand in the Wild

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

- **Echoes (@Echoes_HQ) / Posts / X**
  - Image: 
  - Source: https://x.com/Echoes_HQ
- **Home | Echoes Church**
  - Image: 
  - Source: https://www.echoes.church/
- **Echoes (@Echoes_HQ) / Posts / X**
  - Image: 
  - Source: https://x.com/Echoes_HQ
- **Home | Echoes Church**
  - Image: 
  - Source: https://www.echoes.church/

## Working with these fonts

Not found on Google Fonts? Here are instructions for how to handle fonts properly if you have permission to use them:

1. Open the company's homepage in a browser.
2. In the Network tab, filter by "Font".
3. Hard-reload the page and navigate around (pricing, blog, careers).
4. For each captured font URL, download the file locally.
5. View the page's CSS and copy out the matching @font-face declarations.

Only proceed with permission to use the brand assets as many proprietary fonts may not be redistributable.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Times New Roman",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#333333",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Times New Roman"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "12px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "low",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
