fulcrum.json
Fulcrum Brand Identity
A complete profile of Fulcrum's visual system — colors, typography, components, and personality — extracted from https://fulcrumresearch.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/fulcrum
- Machine-readable JSON: https://characterquilt.com/branding/fulcrum.json
- Per-page llms.txt: https://characterquilt.com/branding/fulcrum/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #DED5BD |
| Accent | #DED5BD |
| Body Font | Source Serif 4 |
| Heading Font | Source Serif 4 |
Color Palette
- primary: #DED5BD
- accent: #DED5BD
- background: #FFFFFF
- textPrimary: #333333
- link: #DED5BD
Typography
- primary: Source Serif 4 — https://fonts.google.com/specimen/Source+Serif+4
- heading: Source Serif 4 — https://fonts.google.com/specimen/Source+Serif+4
Visual Assets
- Favicon: https://fulcrum.inc/favicon.png
UI Components
- input: background=transparent, textColor=#333333, borderColor=#999999, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Fulcrum Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Transportation | Field data collection and process management
- Introducing Fulcrum's powerful new report builder | Fulcrum
- Fulcrum MVP Service® - Landing page/ MVP development/ Animation by Dima Nalivko for Fulcrum Rocks on Dribbble
- MiG-29 Fulcrum Propaganda Poster
- Introducing Fulcrum's powerful new report builder | Fulcrum
- Effort and fulcrum concept landing page – Royalty-Free Vector | VectorStock
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:
- 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": "Source Serif 4",
"count": 12
},
{
"family": "Georgia",
"count": 12
},
{
"family": "serif",
"count": 12
}
],
"colors": {
"primary": "#DED5BD",
"accent": "#DED5BD",
"background": "#FFFFFF",
"textPrimary": "#333333",
"link": "#DED5BD"
},
"typography": {
"fontFamilies": {
"primary": "Source Serif 4",
"heading": "Source Serif 4"
},
"fontStacks": {
"body": [
"Source Serif 4",
"Georgia",
"serif"
],
"heading": [
"Source Serif 4",
"Georgia",
"serif"
],
"paragraph": [
"Source Serif 4",
"Georgia",
"serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "48px",
"body": "17.6px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#333333",
"borderColor": "#999999",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://fulcrum.inc/favicon.png",
"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"
}
}
}