llms.txt

ZeroEntropy Brand Identity

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

Quick Facts

Field Value
Primary #000000
Accent #000000
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: AI developers and tech companies

ZeroEntropy Brand in the Wild

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

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#000000",
  "accent": "#000000",
  "background": "#FFFFFF",
  "textPrimary": "#1A1A1A",
  "link": "#000000"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": ["Merriweather", "serif"],
   "body": ["Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "sans-serif"],
   "paragraph": ["Inter", "sans-serif"]
  },
  "fontSizes": {
   "h1": "48px",
   "h2": "36px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 8,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#E6E6E6",
   "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) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px -2px 1px 0px inset"
  },
  "buttonSecondary": {
   "background": "#000000",
   "textColor": "#000000",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.zeroentropy.dev/assets/images/logos/ze_mini.svg",
  "favicon": "https://www.zeroentropy.dev/assets/images/favicon.svg",
  "ogImage": "https://zeroentropy.dev/assets/images/ze-logo.png",
  "logoHref": "/",
  "logoAlt": "ZeroEntropy"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "AI developers and tech companies"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 }
}