llms.txt
ApolloShield Brand Identity
A complete profile of ApolloShield's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #F05F40 |
| Accent | #222222 |
| Body Font | Helvetica Neue |
| Heading Font | Merriweather |
Color Palette
- primary: #F05F40
- secondary: #3C763D
- accent: #222222
- background: #FFFFFF
- textPrimary: #222222
- link: #337AB7
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Merriweather — https://fonts.google.com/specimen/Merriweather
Visual Assets
- Logo:
- Favicon: Favicon
UI Components
- buttonPrimary: background=#222222, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#555555, textColor=#FFFFFF, borderRadius=300px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: security professionals and organizations
ApolloShield Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
- ApolloShield Counter-Drone Systems
- Image:
- Source: ApolloShield
Working with these fonts
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to capture each font URL.
- Download the font locally.
- View the page's CSS and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Merriweather",
"role": "heading"
}
],
"colors": {
"primary": "#F05F40",
"secondary": "#3C763D",
"accent": "#222222",
"background": "#FFFFFF",
"textPrimary": "#222222",
"link": "#337AB7"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Neue",
"heading": "Merriweather"
},
"fontSizes": {
"h1": "65px",
"h2": "30px",
"body": "24px"
}
},
"components": {
"buttonPrimary": {
"background": "#222222",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#555555",
"textColor": "#FFFFFF",
"borderRadius": "300px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.apolloshield.com/img/apollo-logo-transparent.png",
"favicon": "https://www.apolloshield.com/favicon.ico"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "security professionals and organizations"
}
}