# Infield Brand Identity

A complete profile of **Infield**'s visual system — colors, typography, components, and personality — extracted from https://www.infield.ai. Built for designers, agents, and AI tools.

## Quick Facts

| Field | Value |
|---|---|
| Primary | #2C65A1 |
| Accent | #0466A5 |
| Body Font | Inter |
| Heading Font | Bai Jamjuree |

## Color Palette

- primary: #2C65A1
- secondary: #3F8EF1
- accent: #0466A5
- background: #FFFFFF
- textPrimary: #000000
- link: #0466A5

## Typography

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

## Visual Assets

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

## UI Components

- buttonPrimary: background=#0466A5, textColor=#000000, borderRadius=16px, shadow=rgba(0, 0, 0, 0.2) 0px 2px 5px 0px

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals seeking AI solutions

## Infield Brand in the Wild

- **Infield: About Us**  
    
  Source: [About Us](https://www.infield.ai/about-us)
- **Infield Blog**  
    
  Source: [Blog](https://www.infield.ai/blog)
- **Infield: About Us**  
    
  Source: [About Us](https://www.infield.ai/about-us)
- **Demo 3**  
    
  Source: [Demo 3](https://www.infield.ai/homepage/demo-3)
- **Diagnostic**  
    
  Source: [Diagnostic](https://www.infield.ai/diagnostic)
- **We Are Looking For A Senior Web Developer In London**  
    
  Source: [Job Opening](https://www.infield.ai/job-opening/senior-web-developer)

## Working with these fonts

Not found on Google Fonts? Follow these steps 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. Rewrite each `src: url(...)` to point to your local file path.

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": "Inter",
      "role": "body"
    },
    {
      "family": "Bai Jamjuree",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#2C65A1",
    "secondary": "#3F8EF1",
    "accent": "#0466A5",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0466A5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Bai Jamjuree"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Bai Jamjuree",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "18px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0466A5",
      "textColor": "#000000",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 2px 5px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/635c20704b0a2f15749bd975/65495dd2e9932b53869e0dca_infield-astros.svg",
    "favicon": "https://cdn.prod.website-files.com/635c20704b0a2f15749bd975/63e53377eafc01651d7cc336_Infield%20ico%20diamond3%20(1).ico",
    "ogImage": "https://assets-global.website-files.com/635c20704b0a2f15749bd975/654c3be4d62511a4fd1ee176_hero-red-4.svg"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals seeking AI solutions"
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  }
}
```
