llms.txt
Illuminant Surgical Brand Identity
A complete profile of Illuminant Surgical's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1573DD |
| Accent | #1E1001 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1573DD
- secondary: #FF7800
- accent: #1E1001
- background: #FFFFFF
- textPrimary: #1E1001
- link: #1E1001
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Illuminant Surgical Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Illuminant Surgical, Author at Illuminant
- Image:
- Source: https://www.illuminant.ai/author/admin_illuminant
- Illuminant Surgical, Author at Illuminant
- Image:
- Source: https://www.illuminant.ai/author/admin_illuminant
- Illuminant Surgical, Author at Illuminant
- Image:
- Source: https://www.illuminant.ai/author/admin_illuminant
- Illuminant Surgical Leads Workshop at SIGGRAPH 2025 - Illuminant
- Presentation at 2025 MDIC XR Summit - Illuminant
- Home - Illuminant
- Image:
- Source: https://www.illuminant.ai/
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use 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. Rewrite each
src: url(...)to point to your local file path.
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": "Space Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#1573DD",
"secondary": "#FF7800",
"accent": "#1E1001",
"background": "#FFFFFF",
"textPrimary": "#1E1001",
"link": "#1E1001"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Space Mono",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "34.002px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "8px"
},
"components": {},
"images": {
"logo": "https://www.illuminant.ai/wp-content/uploads/2025/02/logo_nav-1.png",
"favicon": "https://www.illuminant.ai/wp-content/uploads/2025/07/favicon.png",
"ogImage": "https://www.illuminant.ai/wp-content/uploads/2025/03/OPENGRAPH_2.gif",
"logoHref": "https://www.illuminant.ai/",
"logoAlt": "logo_nav"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Illuminant'.",
"confidence": 0.9,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.95,
"overall": 0.475
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Illuminant'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}