llms.txt

Infinia Brand Identity

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

Quick Facts

Field Value
Primary #0000EE
Accent #2DA9FF
Body Font Arial
Heading Font Montserrat

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses seeking real-time payment solutions

Infinia 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:

  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": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Madefor Display",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#A3D9F6",
    "accent": "#2DA9FF",
    "background": "#FFFFFF",
    "textPrimary": "#333333",
    "link": "#135CBA"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "madefor-display",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "62px",
      "h2": "18px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2DA9FF",
      "textColor": "#000000",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#25D366",
      "textColor": "#000000",
      "borderRadius": "200px",
      "borderRadiusCorners": {
        "topLeft": "200px",
        "topRight": "200px",
        "bottomRight": "200px",
        "bottomLeft": "200px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://static.wixstatic.com/media/53066b_0bbccf8b1325421a810706620557cab2~mv2.png/v1/fill/w_145,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/infinia%20fondo%20blanco%202.png",
    "favicon": "https://static.wixstatic.com/media/53066b_784f612fc45841da96c2689f1b62a52b%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/53066b_784f612fc45841da96c2689f1b62a52b%7Emv2.png",
    "ogImage": "https://static.wixstatic.com/media/53066b_0bbccf8b1325421a810706620557cab2%7Emv2.png/v1/fit/w_2500,h_1330,al_c/53066b_0bbccf8b1325421a810706620557cab2%7Emv2.png",
    "logoHref": "https://www.infiniaweb.com",
    "logoAlt": "Logo Infinia"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text 'Logo Infinia' matches the brand name inferred from the URL and page title.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "COMIENZA HOY",
      "reasoning": "Button #2 with text 'COMIENZA HOY' is likely the primary CTA due to its vibrant blue color (#2DA9FF) and action-oriented text, which suggests an invitation to start or engage immediately."
    },
    "secondary": {
      "index": 1,
      "text": "Contacto WhatsApp",
      "reasoning": "Button #1 with text 'Contacto WhatsApp' is selected as secondary due to its distinct green color (#25D366) and supportive action of contacting via WhatsApp, which complements the primary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking real-time payment solutions"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text 'Logo Infinia' matches the brand name inferred from the URL and page title.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}