llms.txt

G LNK Brand Identity

A complete profile of G LNK's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #2563EA
Accent #2563EA
Body Font Inter
Heading Font Instrument Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

G LNK Brand in the Wild

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

Working with these fonts

Not found on Google 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.

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": "Inter",
   "role": "body"
  },
  {
   "family": "Instrument Sans",
   "role": "heading"
  },
  {
   "family": "Geist",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#2563EA",
  "accent": "#2563EA",
  "background": "#FFFFFF",
  "textPrimary": "#0000EE",
  "link": "#0000EE"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Instrument Sans"
  },
  "fontStacks": {
   "heading": [
    "Instrument Sans",
    "sans-serif"
   ],
   "body": [
    "sans-serif"
   ],
   "paragraph": [
    "Geist",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "40px",
   "h2": "36px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "15px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#2B2B2B",
   "borderColor": "#E6E6E6",
   "borderRadius": "16px",
   "borderRadiusCorners": {
    "topLeft": "16px",
    "topRight": "16px",
    "bottomRight": "16px",
    "bottomLeft": "16px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#F7F7F7",
   "textColor": "#2563EA",
   "borderColor": "#F7F7F7",
   "borderRadius": "999px",
   "borderRadiusCorners": {
    "topLeft": "999px",
    "topRight": "999px",
    "bottomRight": "999px",
    "bottomLeft": "999px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#E6E6E6",
   "borderRadius": "16px",
   "borderRadiusCorners": {
    "topLeft": "16px",
    "topRight": "16px",
    "bottomRight": "16px",
    "bottomLeft": "16px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://framerusercontent.com/images/94VU6h2HIco2UWMNo5PIKGX9oig.png?width=104&height=101",
  "favicon": "https://framerusercontent.com/images/4YIvypyMWo4DTfowMFvkyM6FkU.png",
  "ogImage": null,
  "logoHref": "./"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 1,
  "reasoning": "Selected #1 because it is in the header, visible, and links to the homepage, matching the favicon and brand identity.",
  "confidence": 0.9,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 0,
   "text": "All",
   "reasoning": "Button #0 has a distinct background color (#F7F7F7) and uses the brand's primary color for text (#2563EA), making it stand out as a primary CTA."
  },
  "secondary": {
   "index": 4,
   "text": "Show More",
   "reasoning": "Button #4 has a different background color (#FFFFFF) and a border radius that distinguishes it from the primary button, making it suitable as a secondary CTA."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "healthcare professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 1,
    "selectedLogoReasoning": "Selected #1 because it is in the header, visible, and links to the homepage, matching the favicon and brand identity.",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}