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

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: security professionals and organizations

ApolloShield Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and click around to capture each font URL.
  4. Download the font locally.
  5. 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"
 }
}