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

Typography

Visual Assets

UI Components

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:

  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.

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