llms.txt
Squint Brand Identity
A complete profile of Squint's visual system — colors, typography, components, and personality — extracted from https://www.squint.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #154ECA |
| Accent | #154ECA |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #154ECA
- secondary: #EFF7FF
- accent: #154ECA
- background: #FFFFFF
- textPrimary: #171717
- link: #E9F3FF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
- Social card (og:image): .png)
UI Components
- buttonPrimary: background=#154ECA, textColor=#FFFFFF, borderRadius=6px, shadow=rgba(0, 0, 0, 0.4) 0px 4px 20px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: industrial operations professionals
Squint Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog
- Image:
- Source: https://www.squint.ai/blog
- Blog
- Image:
- Source: https://www.squint.ai/blog
- Expert Eyes by Squint
- Image:
- Source: https://www.squint.ai/expert-eyes
- Expert Eyes by Squint
- Image:
- Source: https://www.squint.ai/expert-eyes
- Blog
- Image:
- Source: https://www.squint.ai/blog
- Expert Eyes by Squint
- Image:
- Source: https://www.squint.ai/expert-eyes
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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"
}
],
"colors": {
"primary": "#154ECA",
"secondary": "#EFF7FF",
"accent": "#154ECA",
"background": "#FFFFFF",
"textPrimary": "#171717",
"link": "#E9F3FF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Abccameraplain",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Abccameraplain",
"sans-serif"
]
},
"fontSizes": {
"h1": "46px",
"h2": "24px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"buttonPrimary": {
"background": "#154ECA",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(0, 0, 0, 0.4) 0px 4px 20px 0px"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/650d89844a661d79c18d6d47/694b033a409f591aa1dd4044_squint-logo-dark.svg",
"favicon": "https://cdn.prod.website-files.com/650d89844a661d79c18d6d47/65311d9893b6f8535f590cb2_Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/650d89844a661d79c18d6d47/698e278a895cd8ac4b5a8425_(x2).png"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand's favicon.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Talk to an expert",
"reasoning": "The button 'Talk to an expert' uses the brand's primary color #154ECA, which is vibrant and action-oriented, making it the primary CTA."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "industrial operations professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand's favicon.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}