llms.txt

Archon Brand Identity

A complete profile of Archon's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #4B5563
Accent #111827
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals seeking compliance solutions

Archon Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are some steps to manage font usage:

  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 load all font weights.
  4. For each captured font URL: right-click → Save As to download.
  5. View the page's CSS and copy out matching @font-face declarations.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {"family": "Inter", "role": "body"}
 ],
 "colors": {
 "primary": "#4B5563",
 "secondary": "#9CA3AF",
 "accent": "#111827",
 "background": "#4D4D4D",
 "textPrimary": "#4D4D4D",
 "link": "#111827"
 },
 "typography": {
 "fontFamilies": {"primary": "Inter", "heading": "Inter"},
 "fontStacks": {
 "heading": ["Inter","sans-serif"],
 "body": ["Inter","sans-serif"],
 "paragraph": ["ui-sans-serif","system-ui","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"]
 },
 "fontSizes": {"h1": "72px", "h2": "42px", "body": "30px"}
 },
 "spacing": {"baseUnit": 4, "borderRadius": "6px"},
 "components": {
 "input": {
 "background": "#1A1A1A",
 "textColor": "#FFFFFF",
 "borderColor": "#FFFFFF",
 "borderRadius": "6px",
 "borderRadiusCorners": {"topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px"},
 "shadow": "none"
 },
 "buttonPrimary": {
 "background": "#FFFFFF",
 "textColor": "#000000",
 "borderRadius": "6px",
 "borderRadiusCorners": {"topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px"},
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#111827",
 "textColor": "#F3F4F6",
 "borderColor": "#545558",
 "borderRadius": "8px",
 "borderRadiusCorners": {"topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px"},
 "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
 }
 },
 "images": {
 "logo": "https://archon.inc/assets/archon-white-dfcb884f.png",
 "favicon": "https://archon.inc/icon.png",
 "ogImage": "https://archon.inc/archon-og.png",
 "logoHref": "/",
 "logoAlt": "Archon Logo"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "business professionals seeking compliance solutions"
 },
 "designSystem": {
 "framework": "tailwind"
 },
 "confidence": {
 "buttons": 0.9,
 "colors": 0.9,
 "overall": 0.9
 }
}