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

Typography

Visual Assets

UI Components

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.

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow:

  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 specific font URLs.
  4. Download the captured font files locally.
  5. 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
 }
}