llms.txt
Deep24 Brand Identity
A complete profile of Deep24's visual system — colors, typography, components, and personality — extracted from https://deep24.ai. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #02807D |
| Accent | #02807D |
| Body Font | system-ui |
| Heading Font | system-ui |
Color Palette
- primary: #02807D
- accent: #02807D
- background: #FFFFFF
- textPrimary: #353A3E
- link: #02807D
Typography
- primary: system-ui — https://fonts.google.com/specimen/system-ui
- heading: system-ui — https://fonts.google.com/specimen/system-ui
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Deep24 Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Go To Market Lead at Deep24 | Y Combinator
- Beyond the edge of the Universe: latest results from the deepest astronomical surveys |
- Image:
- Source: https://deep24.org/
- the missing peace neymar je #shorts #football - YouTube
- Image:
- Source: https://www.youtube.com/shorts/xCxG2-Kg5Qo
- Deep24 Pictures |
- Image:
- Source: https://deep24.org/deep24-pictures/
- Deep24: AI coach for your entire life | Y Combinator
- Image:
- Source: https://www.ycombinator.com/companies/deep24
- Predicting 10-2 SITA Standard from 24-2C SITA Faster: Development and Validation of Deep24-2C - ScienceDirect
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- 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": "system-ui",
"count": 8
},
{
"family": "-apple-system",
"count": 8
},
{
"family": "BlinkMacSystemFont",
"count": 8
},
{
"family": "segoe ui",
"count": 8
},
{
"family": "Roboto",
"count": 8
},
{
"family": "Helvetica",
"count": 8
},
{
"family": "Arial",
"count": 8
},
{
"family": "sans-serif",
"count": 8
},
{
"family": "apple color emoji",
"count": 8
},
{
"family": "segoe ui emoji",
"count": 8
}
],
"colors": {
"primary": "#02807D",
"accent": "#02807D",
"background": "#FFFFFF",
"textPrimary": "#353A3E",
"link": "#02807D"
},
"typography": {
"fontFamilies": {
"primary": "system-ui",
"heading": "system-ui"
},
"fontStacks": {
"body": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"segoe ui",
"Roboto",
"Helvetica",
"Arial",
"sans-serif",
"apple color emoji",
"segoe ui emoji",
"segoe ui symbol"
],
"heading": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"segoe ui",
"Roboto",
"Helvetica",
"Arial",
"sans-serif",
"apple color emoji",
"segoe ui emoji",
"segoe ui symbol"
],
"paragraph": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"segoe ui",
"Roboto",
"Helvetica",
"Arial",
"sans-serif",
"apple color emoji",
"segoe ui emoji",
"segoe ui symbol"
]
},
"fontSizes": {
"h1": "22px",
"h2": "22px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {},
"images": {
"logo": null,
"favicon": null,
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0,
"overall": 0
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "LLM failed",
"confidence": 0
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false,
"error": "LLM call failed or returned fallback values"
}
}
}