llms.txt
Arintra Brand Identity
A complete profile of Arintra's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF8666 |
| Accent | #076F8F |
| Body Font | Manrope |
| Heading Font | Urbanist |
Color Palette
- primary: #FF8666
- secondary: #3AC7CE
- accent: #076F8F
- background: #FFFFFF
- textPrimary: #076F8F
- link: #076F8F
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Urbanist — https://fonts.google.com/specimen/Urbanist
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FF8666, textColor=#FAFAFA, borderColor=#FF8666, borderRadius=56.34px, shadow=none
- buttonSecondary: background=#F8F9FA, textColor=#076F8F, borderRadius=13.5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Working with these fonts
Not found on Google Fonts? Follow these instructions for accessing 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 → 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.
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Manrope",
"role": "body"
},
{
"family": "Urbanist",
"role": "heading"
},
{
"family": "Arboria Book",
"role": "unknown"
}
],
"colors": {
"primary": "#FF8666",
"secondary": "#3AC7CE",
"accent": "#076F8F",
"background": "#FFFFFF",
"textPrimary": "#076F8F",
"link": "#076F8F"
},
"typography": {
"fontFamilies": {
"primary": "Manrope",
"heading": "Urbanist"
},
"fontStacks": {
"heading": [
"Manrope",
"sans-serif"
],
"body": [
"Manrope",
"sans-serif"
],
"paragraph": [
"Manrope",
"sans-serif"
]
},
"fontSizes": {
"h1": "65.34px",
"h2": "47.25px",
"body": "16.92px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "20px"
},
"components": {
"buttonPrimary": {
"background": "#FF8666",
"textColor": "#FAFAFA",
"borderColor": "#FF8666",
"borderRadius": "56.34px",
"borderRadiusCorners": {
"topLeft": "56.34px",
"topRight": "56.34px",
"bottomRight": "56.34px",
"bottomLeft": "56.34px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F8F9FA",
"textColor": "#076F8F",
"borderRadius": "13.5px",
"borderRadiusCorners": {
"topLeft": "13.5px",
"topRight": "13.5px",
"bottomRight": "13.5px",
"bottomLeft": "13.5px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/654b2d530601810c247fdd5d/67c9ae4c71000a7754819db0_logo_new.svg",
"favicon": "https://cdn.prod.website-files.com/654b2d530601810c247fdd5d/67d3eb65e85351033704a252_favicon.png",
"ogImage": "https://cdn.prod.website-files.com/654b2d530601810c247fdd5d/69a006c13807d9d762bc1b17_opengraph.png",
"logoHref": "/",
"logoAlt": "Arintra logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}