gbatteries.json
GBatteries Brand Identity
A complete profile of GBatteries's visual system — colors, typography, components, and personality — extracted from https://www.gbatteries.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0A1D31 |
| Accent | #B7C1CC |
| Body Font | Plus Jakarta Sans |
| Heading Font | Lora |
Color Palette
- primary: #0A1D31
- secondary: #EAFFF6
- accent: #B7C1CC
- background: #FFFFFF
- textPrimary: #1E344B
- link: #1E344B
Typography
- primary: Plus Jakarta Sans — https://fonts.google.com/specimen/Plus+Jakarta+Sans
- heading: Lora — https://fonts.google.com/specimen/Lora
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#B7C1CC, textColor=#FFFFFF, borderRadius=40px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: technology and mobility sectors
GBatteries Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- GBatteries - Li-metal batteries for the future of mobility
- Image:
- GBatteries - Li-metal batteries for the future of mobility
- Image:
- About us - GBatteries
- Image:
- About us - GBatteries
- Image:
- GBatteries - Li-metal batteries for the future of mobility
- Image:
- GBatteries - Li-metal batteries for the future of mobility
- Image:
Working with these fonts
Not found on Google Fonts? Agent 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.
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": "Plus Jakarta Sans",
"role": "body"
},
{
"family": "Lora",
"role": "heading"
}
],
"colors": {
"primary": "#0A1D31",
"secondary": "#EAFFF6",
"accent": "#B7C1CC",
"background": "#FFFFFF",
"textPrimary": "#1E344B",
"link": "#1E344B"
},
"typography": {
"fontFamilies": {
"primary": "Plus Jakarta Sans",
"heading": "Lora"
},
"fontStacks": {
"heading": [
"Plus Jakarta Sans",
"sans-serif"
],
"body": [
"Lora",
"sans-serif"
],
"paragraph": [
"Lora",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "68px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#B7C1CC",
"textColor": "#FFFFFF",
"borderRadius": "40px",
"borderRadiusCorners": {
"topLeft": "40px",
"topRight": "40px",
"bottomRight": "40px",
"bottomLeft": "40px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/648e62826195cd6c5c823020/6585eac5241ed769aae68033_logo-standard-home-color3.png",
"favicon": "https://cdn.prod.website-files.com/648e62826195cd6c5c823020/64c299470419685d59d7928a_favicon.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is located in the header, links to the homepage, and matches the brand name 'GBatteries'. It is visible and appropriately sized for a main logo.",
"confidence": 0.95,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "About us",
"reasoning": "Button #0 is the only button available and uses a distinct color (#B7C1CC) that stands out against the background, making it the primary CTA by default."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button available, so no secondary button can be selected."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "technology and mobility sectors"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"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, links to the homepage, and matches the brand name 'GBatteries'. It is visible and appropriately sized for a main logo.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}