llms.txt
Apozy Brand Identity
A complete profile of Apozy's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF0000 |
| Accent | #05B5FA |
| Body Font | Inter |
| Heading Font | Oswald |
Color Palette
- primary: #FF0000
- secondary: #191929
- accent: #05B5FA
- background: #29263D
- textPrimary: #29263D
- link: #29263D
Typography
- primary: Inter — Google Fonts
- heading: Oswald — Google Fonts
Visual Assets
- Logo:
- Favicon: Favicon
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#D3D3D4, borderColor=#F2F2F2, borderRadius=100px, shadow=none
- buttonPrimary: background=#05B5FA, textColor=#FFFFFF, borderRadius=2px, shadow=rgba(28, 28, 33, 0.12) 0px 2px 8px 0px, rgba(28, 28, 33, 0.12) 0px 1px 1px 0px
- buttonSecondary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals seeking browser security solutions
Apozy Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What is Browser Endpoint Detection and Response?
- Image:
- Source: Link
- What is Browser Endpoint Detection and Response?
- Image:
- Source: Link
- Apozy - Partners
- Image:
- Source: Link
- Apozy - Partners
- Image:
- Source: Link
- How Hackers Evade Malware and Anti-Phishing Blacklists
- Image:
- Source: Link
- Airlock - Native Browser Isolation
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Here’s a suggested flow:
- 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 specific font URLs.
- Download the captured font files locally.
- Copy the @font-face declarations from the page’s CSS.
Programmatic alternative: load the URL with Playwright or Puppeteer to capture font files.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Oswald",
"role": "heading"
}
],
"colors": {
"primary": "#FF0000",
"secondary": "#191929",
"accent": "#05B5FA",
"background": "#29263D",
"textPrimary": "#29263D",
"link": "#29263D"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Oswald"
},
"fontStacks": {
"heading": [
"Oswald",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "97.6562px",
"h2": "0px",
"body": "12.8px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#D3D3D4",
"borderColor": "#F2F2F2",
"borderRadius": "100px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#05B5FA",
"textColor": "#FFFFFF",
"borderRadius": "2px",
"shadow": "rgba(28, 28, 33, 0.12) 0px 2px 8px 0px, rgba(28, 28, 33, 0.12) 0px 1px 1px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://images.prismic.io/airlock/eaa5ed97-f01c-4907-9bc4-dd34468b6325_apozy-logo-white.svg?auto=compress,format",
"favicon": "https://www.apozy.com/favicon.ico",
"ogImage": "https://www.apozy.com/images/sharing/hero.jpg"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals seeking browser security solutions"
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}