focal systems.json
Focal Systems Brand Identity
A complete profile of Focal Systems's visual system — colors, typography, components, and personality — extracted from http://www.focal.systems. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/focal-systems
- Machine-readable JSON: https://characterquilt.com/branding/focal-systems.json
- Per-page llms.txt: https://characterquilt.com/branding/focal-systems/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #293848 |
| Accent | #1C9E65 |
| Body Font | Prompt |
| Heading Font | Prompt |
Color Palette
- primary: #293848
- secondary: #009D5F
- accent: #1C9E65
- background: #FFFFFF
- textPrimary: #333333
- link: #1C9E65
Typography
- primary: Prompt — https://fonts.google.com/specimen/Prompt
- heading: Prompt — https://fonts.google.com/specimen/Prompt
Visual Assets
- Logo: https://focal.systems/wp-content/uploads/2025/03/gdsgsdg-300x73.jpg
- Favicon: https://focal.systems/wp-content/uploads/2025/04/favicon.png
- Social card (og:image): https://focal.systems/wp-content/uploads/2025/08/ezgif.com-gif-maker.gif
UI Components
- buttonPrimary: background=#1C9E65, textColor=#FFFFFF, borderRadius=12px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#293848, borderColor=#009D5F, borderRadius=15px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: retail businesses
Focal Systems Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Shrink Management Solution | Focal Systems
- Latest Updates from Focal Systems | News and Insights on Retail Automation
- Latest Updates from Focal Systems | News and Insights on Retail Automation
- Latest Updates from Focal Systems | News and Insights on Retail Automation
- Retail AI Insights & Research | Focal Systems
- Latest Updates from Focal Systems | News and Insights on Retail Automation
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": "Prompt",
"role": "body"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#293848",
"secondary": "#009D5F",
"accent": "#1C9E65",
"background": "#FFFFFF",
"textPrimary": "#333333",
"link": "#1C9E65"
},
"typography": {
"fontFamilies": {
"primary": "Prompt",
"heading": "Prompt"
},
"fontStacks": {
"heading": [
"-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"
],
"body": [
"-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": [
"-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": "16px",
"h2": "70px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#1C9E65",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#293848",
"borderColor": "#009D5F",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://focal.systems/wp-content/uploads/2025/03/gdsgsdg-300x73.jpg",
"favicon": "https://focal.systems/wp-content/uploads/2025/04/favicon.png",
"ogImage": "https://focal.systems/wp-content/uploads/2025/08/ezgif.com-gif-maker.gif",
"logoHref": "https://focal.systems",
"logoAlt": "Focal Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, has alt text matching the brand 'Focal', and links to the homepage, making it the primary brand logo.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Contact Us",
"reasoning": "Button #7 with text 'Contact Us' has a vibrant green background (#1C9E65), which is a strong indicator of a primary call-to-action due to its visibility and action-oriented text."
},
"secondary": {
"index": 13,
"text": "Learn More",
"reasoning": "Button #5 with text 'Learn More' has a white background with a green border, making it a suitable secondary button due to its less prominent appearance compared to the primary button."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "retail businesses"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, has alt text matching the brand 'Focal', and links to the homepage, making it the primary brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}