llms.txt
Argument Computer Corporation Brand Identity
A complete profile of Argument Computer Corporation's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF3C15 |
| Accent | #FF3C15 |
| Body Font | Cina Sans |
| Heading Font | Cina Sans |
Color Palette
- primary: #FF3C15
- secondary: #9CA3AF
- accent: #FF3C15
- background: #000000
- textPrimary: #000000
- link: #0066FF
Typography
- primary: Cina Sans — https://fonts.google.com/specimen/Cina+Sans
- heading: Cina Sans — https://fonts.google.com/specimen/Cina+Sans
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20viewBox%3D%220%200%201463.99%20270.27%22%20data-fc-idx%3D%220%22%3E...%3C%2Fsvg%3E
- Favicon: https://argument.xyz/favicon.svg
- Social card (og:image): https://argument.xyz/social.png
UI Components
- buttonPrimary: background=#FF3C15, textColor=#000000, borderRadius=0px, shadow=none
- buttonSecondary: background=#0E0E0E, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: tech-savvy professionals
Argument Computer Corporation Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Lookups in Lurk: Part 1 | Argument Computer Corporation
- Lurk 0.5 Benchmarks | Argument Computer Corporation
- Lookups in Lurk: Part 2 | Argument Computer Corporation
- Argument is Open-Sourcing Sphinx | Argument Computer Corporation
- Unveiling Our ZK-Light Clients for Ethereum and Aptos | Argument Computer Corporation
- Blog | Argument Computer Corporation
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": "light",
"fonts": [
{
"family": "Cina Sans",
"role": "heading"
},
{
"family": "IBM Plex Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#FF3C15",
"secondary": "#9CA3AF",
"accent": "#FF3C15",
"background": "#000000",
"textPrimary": "#000000",
"link": "#0066FF"
},
"typography": {
"fontFamilies": {
"primary": "Cina Sans",
"heading": "Cina Sans"
},
"fontStacks": {
"heading": [
"Cina Sans",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"Cina Sans",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Cina Sans",
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "16px",
"h2": "36px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#FF3C15",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#0E0E0E",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20viewBox%3D%220%200%201463.99%20270.27%22%20data-fc-idx%3D%220%22%3E...%3C%2Fsvg%3E",
"favicon": "https://argument.xyz/favicon.svg",
"ogImage": "https://argument.xyz/social.png",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is a large, visible logo in the header area, linking to the homepage, which aligns with the brand 'Argument Computer Corporation'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Our Argument Here",
"reasoning": "Button #1 uses the vibrant brand color #FF3C15, which is a strong indicator of a primary call-to-action. The text 'Our Argument Here' suggests a key action related to the brand."
},
"secondary": {
"index": 0,
"text": "Argument",
"reasoning": "Button #0 has a dark background #0E0E0E, which is distinct from the primary button's color. It is less vibrant and likely serves a secondary function."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is a large, visible logo in the header area, linking to the homepage, which aligns with the brand 'Argument Computer Corporation'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}