llms.txt
Coval Brand Identity
A complete profile of Coval's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #25314A |
| Body Font | Inter |
| Heading Font | Poppins |
Color Palette
- primary: #0000EE
- secondary: #25314A
- accent: #25314A
- background: #FFFFFF
- textPrimary: #111826
- link: #111826
Typography
- primary: Inter — Google Fonts
- heading: Poppins — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#111826, borderColor=null, borderRadius=4px, shadow=none
- buttonPrimary: background=#25314A, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#111826, textColor=#0000EE, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Coval Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Coval · Careers
- Image:
- Source: Coval Careers
- Coval · Blog
- Image:
- Source: Coval Blog
- Coval Partners with Cisco: Elevating Enterprise Voice AI from Ad-Hoc Testing to Systematic Reliability - Best AI Voice & Chat Agent Testing – Coval
- Image:
- Source: Coval Partners with Cisco
- Coval · Blog
- Image:
- Source: Coval Blog
- Evaluating & Monitoring Voice Agents with Langfuse - Best AI Voice & Chat Agent Testing – Coval
- Image:
- Source: Langfuse
- How Flux is tackling one of the biggest challenges in Voice AI: Insights from the Deepgram CEO
- Image:
- Source: Deepgram Insights
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- 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 \u2014> Save As to download the file locally.
- View the page's CSS (DevTools \u2014> 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": "Poppins",
"role": "heading"
},
{
"family": "Montserrat",
"role": "unknown"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#25314A",
"accent": "#25314A",
"background": "#FFFFFF",
"textPrimary": "#111826",
"link": "#111826"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Poppins",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#111826",
"borderColor": null,
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#25314A",
"textColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#111826",
"textColor": "#0000EE",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://framerusercontent.com/images/WT5SkwUaZz69oG9Vte647wbCM.png?width=2844&height=940",
"favicon": "https://framerusercontent.com/images/HGnwVqiOGDzE6nG0glc81ouuoe8.png",
"ogImage": "https://framerusercontent.com/assets/BMu1FhuC7bVIpFLFVgQXDquV3c.png",
"logoHref": "./"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}