llms.txt
Alinea Brand Identity
A complete profile of Alinea's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #25132A |
| Accent | #BB60D2 |
| Body Font | Suisseintl |
| Heading Font | Instrumentsans Semicondensed |
Color Palette
- primary: #25132A
- secondary: #BB60D2
- accent: #BB60D2
- background: #FFFFFF
- textPrimary: #000000
- link: #F4E4F7
Typography
- primary: Suisseintl — https://fonts.google.com/specimen/Suisseintl
- heading: Instrumentsans Semicondensed — https://fonts.google.com/specimen/Instrumentsans+Semicondensed
Visual Assets
- Logo:
- Favicon: https://cdn.prod.website-files.com/68e6cadc6ecf81b3e5960fb3/6902663ebc900c8a414f1b77_alineafavicon.png
- Social card (og:image): https://cdn.prod.website-files.com/68e6cadc6ecf81b3e5960fb3/69026533ed112a185b3e16d7_opengraph.jpg
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#F2F2F2, borderRadius=128px, shadow=none
- buttonPrimary: background=#BB60D2, textColor=#FFFFFF, borderRadius=128px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#FFFFFF, borderRadius=128px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: young investors
Alinea Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Alinea Invest — Why is Crypto Crashing? Top 5 Answers from Reddit
- Alinea Invest — Press
- Image:
- Source: https://www.alinea-invest.com/press
- Alinea Invest — Top 5 Best Stock Trading Apps Reddit Recommends
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.