llms.txt
DeepSim, Inc. Brand Identity
A complete profile of DeepSim, Inc.'s visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #11426D |
| Accent | #11426D |
| Body Font | Montserrat |
| Heading Font | Comfortaa |
Color Palette
- primary: #11426D
- accent: #11426D
- background: #000000
- textPrimary: #000000
- link: #11426D
Typography
- primary: Montserrat — Google Fonts
- heading: Comfortaa — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#11426D, textColor=#FFFFFF, borderColor=#000000, borderRadius=7px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: tech professionals and businesses interested in simulation technology
DeepSim, Inc. Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- DeepSim
- Image:
- Source: DeepSim
- DeepSim
- Image:
- Source: DeepSim
- DeepSim
- Image:
- Source: DeepSim
- DeepSim
- Image:
- Source: DeepSim
- DeepSim
- Image:
- Source: DeepSim
- DeepSim
- Image:
- Source: DeepSim
Working with these fonts
Not found on Google Fonts? Agent 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": "dark",
"fonts": [
{
"family": "Montserrat",
"role": "body"
},
{
"family": "Comfortaa",
"role": "heading"
}
],
"colors": {
"primary": "#11426D",
"accent": "#11426D",
"background": "#000000",
"textPrimary": "#000000",
"link": "#11426D"
},
"typography": {
"fontFamilies": {
"primary": "Montserrat",
"heading": "Comfortaa"
},
"fontStacks": {
"heading": [
"Montserrat",
"sans-serif"
],
"body": [
"Montserrat",
"sans-serif"
],
"paragraph": [
"Montserrat",
"sans-serif"
]
},
"fontSizes": {
"h1": "44px",
"h2": "36px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#11426D",
"textColor": "#FFFFFF",
"borderColor": "#000000",
"borderRadius": "7px",
"borderRadiusCorners": {
"topLeft": "7px",
"topRight": "7px",
"bottomRight": "7px",
"bottomLeft": "7px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/6664ed702ac1ec0dfdcf8d1d_DeepSim%20White%20Logo%20Final%20-%20Cropped.png",
"favicon": "https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/6665cad33d7b9ff4a63cd8e5_logo_32x32.png",
"ogImage": "https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/66674864a390d9710aca1d44_logo_48x48.png",
"logoHref": "#"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'DeepSim'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "View Example",
"reasoning": "The button 'View Example' uses the brand's primary color #11426D, making it the most prominent and likely primary CTA."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "tech professionals and businesses interested in simulation technology"
},
"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": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'DeepSim'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}