llms.txt
Intact Therapeutics Brand Identity
A complete profile of Intact Therapeutics's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #CC1818 |
| Accent | #2EA3F2 |
| Body Font | Open Sans |
| Heading Font | Open Sans |
Color Palette
- primary: #CC1818
- secondary: #00A4A6
- accent: #2EA3F2
- background: #FFFFFF
- textPrimary: #2EA3F2
- link: #2EA3F2
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Open Sans — https://fonts.google.com/specimen/Open+Sans
Visual Assets
- Logo:
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Intact Therapeutics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Uncategorized | Intact Therapeutics
- Image:
- Source: https://intacttherapeutics.com/category/uncategorized/
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Image:
- Source: https://intacttherapeutics.com/
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Image:
- Source: https://intacttherapeutics.com/
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Image:
- Source: https://intacttherapeutics.com/
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Image:
- Source: https://intacttherapeutics.com/
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Image:
- Source: https://intacttherapeutics.com/
Working with these 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Open Sans",
"role": "body"
}
],
"colors": {
"primary": "#CC1818",
"secondary": "#00A4A6",
"accent": "#2EA3F2",
"background": "#FFFFFF",
"textPrimary": "#2EA3F2",
"link": "#2EA3F2"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"Open Sans",
"Arial",
"sans-serif"
],
"body": [
"Open Sans",
"Arial",
"sans-serif"
],
"paragraph": [
"Open Sans",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "14px",
"h2": "14px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {},
"images": {
"logo": "https://intacttherapeutics.com/wp-content/uploads/2018/03/logo-2018-intact-micelles-all-caps.png",
"favicon": null,
"ogImage": null,
"logoHref": "https://intacttherapeutics.com/",
"logoAlt": "Intact Therapeutics"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
}
}