# Quantierra Brand Identity A complete profile of **Quantierra**'s visual system — colors, typography, components, and personality — extracted from http://quantierra.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/quantierra - Machine-readable JSON: https://characterquilt.com/branding/quantierra.json - Per-page llms.txt: https://characterquilt.com/branding/quantierra/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #E75854 | | Accent | #E85657 | | Body Font | Helvetica | | Heading Font | Dosis | ## Color Palette - primary: #E75854 - secondary: #F9F6E5 - accent: #E85657 - background: #FFFFFF - textPrimary: #595959 - link: #E85657 ## Typography - primary: Helvetica — https://fonts.google.com/specimen/Helvetica - heading: Dosis — https://fonts.google.com/specimen/Dosis ## Visual Assets - Logo: https://quantierra.com/assets/logo-13a5fba96d70b35d2b549fffa3e05b15d8663db2ad49573d522086890a39eb96.png - Favicon: https://quantierra.com/assets/favicon-e9e67842f32974a8d9dbee00c225ddab18a115f9724c666294d7357a7dd27dd8.ico?v=2 ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Quantierra Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Quantierra | Traded** - Image: https://d3a6q8f50538y6.cloudfront.net/zpiovq50a780eqzi3ho8t8zp6kaq?content_type=image/jpeg&vercelOptimize=false - Source: https://traded.co/company/quantierra/ - **Quantierra Brokers - Best Trading Platform** - Image: https://quantierrabrokers.com/assets/images/og-image.png - Source: https://www.quantierrabrokers.com/ - **Quantierra | Traded** - Image: https://d3a6q8f50538y6.cloudfront.net/bdcjwvz8zxo294yh6z60loymdbk3?content_type=image/jpeg&vercelOptimize=false - Source: https://traded.co/company/quantierra/ - **Sandip Trivedi - Cofounder at Quantierra | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4D22AQHMfI0-kwyMKA/feedshare-shrink_800/feedshare-shrink_800/0/1701793030509?e=2147483647&v=beta&t=64bOWDqJRZAxef8HUfzqlkJ79IAIe4JGVTHVzLH_Rb0 - Source: https://www.linkedin.com/in/sandiptrivedi - **Quantierra | Traded** - Image: https://d3a6q8f50538y6.cloudfront.net/62zeu2xd4gpy11p0nsb8x9qzs5pn?content_type=image/jpeg&vercelOptimize=false - Source: https://traded.co/company/quantierra/ - **Why 40 Percent of Manhattan's Buildings Couldn't Be Built Today - Architizer Journal** - Image: https://architizer-prod.imgix.net/media/14642884329344274816241_05ba872d66_b.jpg?fit=max&w=1680&q=60&auto=format&auto=compress&cs=strip - Source: https://architizer.com/blog/inspiration/industry/why-40-percent-of-manhattans-buildings-couldnt-be-built-today/ ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "colorScheme": "light", "fonts": [ { "family": "Helvetica", "role": "body" }, { "family": "Open Sans", "role": "body" }, { "family": "Dosis", "role": "heading" } ], "colors": { "primary": "#E75854", "secondary": "#F9F6E5", "accent": "#E85657", "background": "#FFFFFF", "textPrimary": "#595959", "link": "#E85657" }, "typography": { "fontFamilies": { "primary": "Helvetica", "heading": "Dosis" }, "fontStacks": { "heading": [ "Helvetica", "Arial", "sans-serif" ], "body": [ "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "Dosis", "Helvetica", "sans-serif" ] }, "fontSizes": { "h1": "11.5212px", "h2": "11.5212px", "body": "34.5635px" } }, "spacing": { "baseUnit": 12, "borderRadius": "4px" }, "components": {}, "images": { "logo": "https://quantierra.com/assets/logo-13a5fba96d70b35d2b549fffa3e05b15d8663db2ad49573d522086890a39eb96.png", "favicon": "https://quantierra.com/assets/favicon-e9e67842f32974a8d9dbee00c225ddab18a115f9724c666294d7357a7dd27dd8.ico?v=2", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is the only candidate, is visible, and the source URL contains 'logo' and 'Quantierra', which matches the brand name inferred from the URL and page title.", "confidence": 0.8, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is the only candidate, is visible, and the source URL contains 'logo' and 'Quantierra', which matches the brand name inferred from the URL and page title.", "confidence": 0.8 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```