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

Typography

Visual Assets

Brand Personality

Tone: professional · Energy: medium · Audience: healthcare professionals

Intact Therapeutics Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

CharacterQuilt.com suggests this flow that can help:

  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.

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"
 }
}