llms.txt
1910 Brand Identity
A complete profile of 1910's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #3898EC |
| Accent | #5A1DFF |
| Body Font | Neue Haas Unica W 1 G |
| Heading Font | Neue Haas Unica W 1 G |
Color Palette
- primary: #3898EC
- secondary: #FFDEDE
- accent: #5A1DFF
- background: #FFFFFF
- textPrimary: #5A1DFF
- link: #5A1DFF
Typography
Visual Assets
- Logo: data:image/svg+xml;utf8,...
- Favicon: https://cdn.prod.website-files.com/6855378d5f67fc7b49b1d42e/6858703443e2852856805db2_favicon_32x32.png
- Social card (og:image): https://cdn.prod.website-files.com/6855378d5f67fc7b49b1d42e/68d3ca3dcfe42ada28d2e96d_OpenGraph%20-%20ver1.png
UI Components
- buttonPrimary: background=#5A1DFF, textColor=#FFFFFF, borderRadius=6.72px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: biotech professionals and researchers
1910 Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Pipeline
- Platform
- 1910 | AI-native biotech
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.