llms.txt
GC AI Brand Identity
A complete profile of GC AI's visual system — colors, typography, components, and personality — extracted from https://gc.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #003047 |
| Accent | #50ABDA |
| Body Font | Aeonik Regular |
| Heading Font | Aeonik Bold |
Color Palette
- primary: #003047
- secondary: #0000EE
- accent: #50ABDA
- background: #FFFAF5
- textPrimary: #50ABDA
- link: #50ABDA
Typography
- primary: Aeonik Regular — https://fonts.google.com/specimen/Aeonik+Regular
- heading: Aeonik Bold — https://fonts.google.com/specimen/Aeonik+Bold
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Csvg%20viewBox%3D%220%200%20121.906%2029%22%20overflow%3D%22visible%22%20id%3D%22svg-1134092346_4987%22%3E%3Cpath%20d%3D%22...%22%20fill%3D%22var(--token-66068520-d059-4d4b-b12d-51edff941cbb%2C%20rgb(0%2C%2048%2C%2071))%20%2F%2A%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BNavy%20Blue%26quot%3B%7D%20%2A%2F%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E
- Favicon: https://framerusercontent.com/images/5e2yXvCw5svPfkUgWwvPo7Y2PQ.png
- Social card (og:image): https://framerusercontent.com/images/Zth3qSTP7QF72InJJ60jCoqi190.png
UI Components
- buttonPrimary: background=#003047, textColor=#0000EE, borderRadius=5px, shadow=none
- buttonSecondary: background=#50ABDA, textColor=#0000EE, borderRadius=5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: legal professionals
GC AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Careers at GC AI: Build the Future of Legal AI - GC AI
- Understanding the GC AI Chat Interface - GC AI
- GC AI Blog: Insights & Updates for In-House Counsel — GC AI
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": "Aeonik Regular",
"role": "body"
},
{
"family": "Aeonik Bold",
"role": "heading"
},
{
"family": "Aeonik Medium",
"role": "unknown"
},
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#003047",
"secondary": "#0000EE",
"accent": "#50ABDA",
"background": "#FFFAF5",
"textPrimary": "#50ABDA",
"link": "#50ABDA"
},
"typography": {
"fontFamilies": {
"primary": "Aeonik Regular",
"heading": "Aeonik Bold"
},
"fontStacks": {
"heading": [
"Aeonik Medium",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Aeonik Medium",
"sans-serif"
]
},
"fontSizes": {
"h1": "75px",
"h2": "36px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#003047",
"textColor": "#0000EE",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#50ABDA",
"textColor": "#0000EE",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,...",
"favicon": "https://framerusercontent.com/images/5e2yXvCw5svPfkUgWwvPo7Y2PQ.png",
"ogImage": "https://framerusercontent.com/images/Zth3qSTP7QF72InJJ60jCoqi190.png",
"logoHref": "./"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'GC AI'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Book A Demo",
"reasoning": "Button #10 'Book A Demo' uses a vibrant and distinct color (#003047) that stands out as a primary call-to-action, encouraging user interaction."
},
"secondary": {
"index": 14,
"text": "Learn More",
"reasoning": "Button #0 'Learn More' uses a different vibrant color (#50ABDA) and serves as a secondary action, providing additional information."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "legal professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'GC AI'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}