llms.txt
Condor Energy Brand Identity
A complete profile of Condor Energy's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #37384E |
| Accent | #E4003A |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #37384E
- secondary: #766DF4
- accent: #E4003A
- background: #FFFFFF
- textPrimary: #5A5B75
- link: #5A5B75
Typography
- primary: Inter — Google Fonts
- heading: Inter — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image): ~/images/nordic9.jpg
UI Components
- buttonPrimary: background=#E4003A, textColor=#FFFFFF, borderRadius=10px, shadow=rgba(228, 0, 58, 0.3) 0px 4px 16px 0px
- buttonSecondary: background=#CDCDD3, textColor=#FFFFFF, borderRadius=12px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and investors
Condor Energy Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Fireside chat with Hannu Turunen, Stonesoft - Slush 2013 | Nordic 9
- Image:
- Source: Link
- the Russian investors in Europe - Intel updates - Sunday CET | Nordic 9
- Image:
- Source: Link
- from 1 to 10 billion in 4 years - Intel updates - Nordic Intel | Nordic 9
- Image:
- Source: Link
- 3D Seismic Reprocessing Complete - Significantly Enhances Prospectivity | INN
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Follow these steps 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".
- Hard-reload the page and browse to capture font URLs.
- Save files locally and update CSS accordingly.
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#37384E",
"secondary": "#766DF4",
"accent": "#E4003A",
"background": "#FFFFFF",
"textPrimary": "#5A5B75",
"link": "#5A5B75"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "47px",
"h2": "20px",
"body": "13px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"buttonPrimary": {
"background": "#E4003A",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"shadow": "rgba(228, 0, 58, 0.3) 0px 4px 16px 0px"
},
"buttonSecondary": {
"background": "#CDCDD3",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"shadow": "none"
}
},
"images": {
"logo": "https://nordic9.com/images/logo.svg",
"favicon": "https://nordic9.com/images/favicon.ico",
"ogImage": "~/images/nordic9.jpg"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals and investors"
}
}