corveus medical.json
Corveus Medical Brand Identity
A complete profile of Corveus Medical's visual system — colors, typography, components, and personality — extracted from https://www.corveusmedical.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/corveus-medical
- Machine-readable JSON: https://characterquilt.com/branding/corveus-medical.json
- Per-page llms.txt: https://characterquilt.com/branding/corveus-medical/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #163DFD |
| Accent | #007FDE |
| Body Font | Arial |
| Heading Font | Montserrat |
Color Palette
- primary: #163DFD
- accent: #007FDE
- background: #FFFFFF
- textPrimary: #007FDE
- link: #007FDE
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Montserrat — https://fonts.google.com/specimen/Montserrat
Visual Assets
- Logo: https://static.wixstatic.com/media/c1b522_f51d30dfb05c442fad39bff128a9c811~mv2.png/v1/fill/w_218,h_106,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c1b522_f51d30dfb05c442fad39bff128a9c811~mv2.png
- Favicon: https://static.parastorage.com/client/pfavico.ico
UI Components
- buttonPrimary: background=#007FDE, textColor=#000000, borderRadius=5px, shadow=none
- buttonSecondary: background=#163DFD, textColor=#000000, borderRadius=5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: medical professionals and patients
Corveus Medical Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Keep hidden | Corveus
- Corveus Medical | Treatment of Congestive Heart Failure
- Keep hidden | Corveus
- Corveus Medical | Treatment of Congestive Heart Failure
- Team | Corveus Medical | Treatment of Congestive Heart Failure
- Contact | Corveus Medical | Treatment of Congestive Heart Failure
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": "Montserrat",
"role": "heading"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#163DFD",
"accent": "#007FDE",
"background": "#FFFFFF",
"textPrimary": "#007FDE",
"link": "#007FDE"
},
"typography": {
"fontFamilies": {
"primary": "Arial",
"heading": "Montserrat"
},
"fontStacks": {
"heading": [
"wfont_bdcf46_f904e1928c9947148c40ccce4b11a3db",
"wf_f904e1928c9947148c40ccce4",
"Montserrat"
],
"body": [
"Arial",
"Helvetica",
"sans-serif"
],
"paragraph": [
"wfont_c6dfba_f5233397c8a948978c1dc4b99c23a548",
"wf_f5233397c8a948978c1dc4b99",
"orig_calibri"
]
},
"fontSizes": {
"h1": "55px",
"h2": "55px",
"body": "25px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#007FDE",
"textColor": "#000000",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#163DFD",
"textColor": "#000000",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://static.wixstatic.com/media/c1b522_f51d30dfb05c442fad39bff128a9c811~mv2.png/v1/fill/w_218,h_106,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c1b522_f51d30dfb05c442fad39bff128a9c811~mv2.png",
"favicon": "https://static.parastorage.com/client/pfavico.ico",
"ogImage": null,
"logoHref": "https://www.corveusmedical.com"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Contact Us",
"reasoning": "Button #0 ('Contact Us') is likely the primary CTA due to its action-oriented text and vibrant blue color (#007FDE), which aligns with the brand's accent color."
},
"secondary": {
"index": 1,
"text": "Meet The team",
"reasoning": "Button #1 ('Meet The team') is selected as secondary because it has a different vibrant blue color (#163DFD) and serves a supportive role."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "medical professionals and patients"
},
"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, links to the homepage, and matches the brand inferred from the URL and page title.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}