llms.txt

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

Typography

Visual Assets

UI Components

Brand Personality

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

Infield Brand in the Wild

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

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

{
 "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"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 0,
 "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
 "confidence": 0.9,
 "rejected": true,
 "source": "llm"
 },
 "__llm_button_reasoning": {
 "primary": {
 "index": 1,
 "text": "Get started",
 "reasoning": "The button labeled 'Get started' is typically a strong call-to-action, indicating the primary action users are encouraged to take. It uses a vibrant brand color, making it stand out as the primary CTA."
 },
 "secondary": {
 "index": 0,
 "text": "Book a Demo",
 "reasoning": "The button labeled 'Book a Demo' serves as a secondary action, often used for users who want more information before committing. However, both buttons share the same color, so the secondary index is set to 0 for differentiation."
 },
 "confidence": 0.9
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "business professionals seeking AI solutions"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.9,
 "colors": 0.95,
 "overall": 0.925
 },
 "__llm_metadata": {
 "logoSelection": {
 "llmCalled": true,
 "llmSucceeded": true,
 "finalSource": "llm",
 "rawLogoSelection": {
 "selectedLogoIndex": 0,
 "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
 "confidence": 0.9
 }
 },
 "buttonClassification": {
 "llmCalled": true,
 "llmSucceeded": true
 }
 }
}