# Entangl Brand Identity

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

## Quick Facts

| Field     | Value     |
|-----------|-----------|
| Primary   | #0000EE   |
| Accent    | #2A4848   |
| Body Font | Spectral  |
| Heading Font | Spectral  |

## Color Palette

- primary: #0000EE
- accent: #2A4848
- background: #EBEBEB
- textPrimary: #000000
- link: #2A4848

## Typography

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

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Entangl Brand in the Wild

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

- **Entangl — Running the Worlds Critical Infra**  
  - Image:   
  - Source: https://www.entangl.com/  
- **Entangl...No ChatGPT for you when the whole website is made in chatgpt : r/recruitinghell**  
  - Image:   
  - Source: https://www.reddit.com/r/recruitinghell/comments/1maegd8/entanglno_chatgpt_for_you_when_the_whole_website/  
- **Entangl, Inc. | LinkedIn**  
  - Image:   
  - Source: https://www.linkedin.com/company/entangl  
- **Go Kill (2025) - IMDb**  
  - Image:   
  - Source: https://www.imdb.com/title/tt31699233/  
- **Bharti Nandan - BackerKit**  
  - Image:   
  - Source: https://www.backerkit.com/c/users/3310738

## Working with these fonts

Not found on Google Fonts? Here’s a suggested flow that can help:

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

Only follow 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": "Spectral",
   "count": 23
  },
  {
   "family": "serif",
   "count": 23
  }
 ],
 "colors": {
  "primary": "#0000EE",
  "accent": "#2A4848",
  "background": "#EBEBEB",
  "textPrimary": "#000000",
  "link": "#2A4848"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Spectral",
   "heading": "Spectral"
  },
  "fontStacks": {
   "body": [
    "Spectral",
    "serif"
   ],
   "heading": [
    "Spectral",
    "serif"
   ],
   "paragraph": [
    "Spectral",
    "serif"
   ]
  },
  "fontSizes": {
   "h1": "16px",
   "h2": "16px",
   "body": "13px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {},
 "images": {
  "logo": null,
  "favicon": null,
  "ogImage": null
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "unknown"
 },
 "designSystem": {
  "framework": "unknown",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0,
  "colors": 0,
  "overall": 0
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": false,
   "llmSucceeded": false,
   "finalSource": "none",
   "rawLogoSelection": {
    "selectedLogoIndex": -1,
    "selectedLogoReasoning": "LLM failed",
    "confidence": 0
   }
  },
  "buttonClassification": {
   "llmCalled": false,
   "llmSucceeded": false,
   "error": "LLM call failed or returned fallback values"
  }
 }
}
```
