# CoinTent Brand Identity A complete profile of **CoinTent**'s visual system — colors, typography, components, and personality — extracted from https://cointent.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/cointent - Machine-readable JSON: https://characterquilt.com/branding/cointent.json - Per-page llms.txt: https://characterquilt.com/branding/cointent/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #2F7BBF | | Accent | #0051C3 | | Body Font | system-ui | | Heading Font | system-ui | ## Color Palette - primary: #2F7BBF - secondary: #0045A6 - accent: #0051C3 - background: #FFFFFF - textPrimary: #404040 - link: #0051C3 ## 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 ## CoinTent Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **CoinTent - 2026 Company Profile, Team, Funding & Competitors - Tracxn** - Image: https://i.tracxn.com/logo/company/363b83b929d6d468e1ef7b0191faa48 - Source: https://tracxn.com/d/companies/cointent/__1YTISXINZapD67PEDxRr9SyOsR_mY6lAkksyjEUk1JI - **How three global organisations are measuring impact - Centre for Public Impact** - Image: https://centreforpublicimpact.org/wp-content/uploads/2024/10/Zazie-Tolmer-Social-Draft-v2-819x1024.jpg - Source: https://centreforpublicimpact.org/resource-hub/how-three-global-organisations-are-measuring-impact/ - **CBC and ESR Report for Mr. Vikram | PDF | Blood | Medical Specialties** - Image: https://imgv2-1-f.scribdassets.com/img/document/880653619/298x396/98930c8178/1750871159?v=1 - Source: https://www.scribd.com/document/880653619/1000-c-19020256160003 - **Courses | The Academy Of Doctor** - Image: https://static.wixstatic.com/media/be05ef_86fee9e5d7c4478e87476e0df9099fa1~mv2.png/v1/fill/w_280,h_280,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/CME%20cointent.png - Source: https://www.padoc.org/cmeconference - **CoinTent | F6S** - Image: https://flex.f6s.com/content-resource/media/222044.jpg - Source: https://www.f6s.com/company/cointent - **CBC Report for Mr. Amir Khan | PDF** - Image: https://imgv2-2-f.scribdassets.com/img/document/643557823/298x396/c8198dfacf/1683498629?v=1 - Source: https://www.scribd.com/document/643557823/FrmPatientViewAllReport-2023-04-06T211159-013-pdf ## 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": "system-ui", "count": 21 }, { "family": "-apple-system", "count": 21 }, { "family": "BlinkMacSystemFont", "count": 21 }, { "family": "Segoe UI", "count": 21 }, { "family": "Roboto", "count": 21 }, { "family": "Helvetica Neue", "count": 21 }, { "family": "Arial", "count": 21 }, { "family": "Noto Sans", "count": 21 }, { "family": "sans-serif", "count": 21 }, { "family": "Apple Color Emoji", "count": 21 } ], "colors": { "primary": "#2F7BBF", "secondary": "#0045A6", "accent": "#0051C3", "background": "#FFFFFF", "textPrimary": "#404040", "link": "#0051C3" }, "typography": { "fontFamilies": { "primary": "system-ui", "heading": "system-ui" }, "fontStacks": { "body": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "60px", "h2": "30px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "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" } } } ```