llms.txt

Eventual Brand Identity

A complete profile of Eventual's visual system — colors, typography, components, and personality — extracted from https://www.daft.ai/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #FF00FF
Accent #FF00FF
Body Font Favorit Mono
Heading Font Favorit Mono

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: bold · Energy: high · Audience: tech-savvy professionals

Eventual Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Favorit Mono",
   "role": "monospace"
  }
 ],
 "colors": {
  "primary": "#FF00FF",
  "secondary": "#9CA3AF",
  "accent": "#FF00FF",
  "background": "#000000",
  "textPrimary": "#000000",
  "link": "#4B5563"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Favorit Mono",
   "heading": "Favorit Mono"
  },
  "fontStacks": {
   "heading": [
    "timesNow",
    "timesNow Fallback",
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "body": [
    "timesNow",
    "timesNow Fallback",
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "paragraph": [
    "favoritMono",
    "favoritMono Fallback",
    "ui-monospace",
    "SFMono-Regular",
    "Menlo",
    "Monaco",
    "Consolas",
    "Liberation Mono",
    "Courier New",
    "monospace"
   ]
  },
  "fontSizes": {
   "h1": "90px",
   "h2": "20px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderColor": null,
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FF00FF",
   "textColor": "#000000",
   "borderColor": "#FF00FF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "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"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#FF00FF",
   "borderColor": "#FF00FF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "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": {
  "favicon": "https://www.daft.ai/daft_favicon.ico",
  "ogImage": "https://www.daft.ai/images/diagram.png"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": -1,
  "reasoning": "None of the visible logos match the brand 'Daft' as inferred from the URL and page title. All candidates appear to be partner or client logos.",
  "confidence": 0.2,
  "rejected": true,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 0,
   "text": "accept all",
   "reasoning": "Button #0 has a vibrant brand color (#FF00FF) which is typically used for primary CTAs. The text 'accept all' suggests a positive, action-oriented choice."
  },
  "secondary": {
   "index": 1,
   "text": "reject all",
   "reasoning": "Button #1 has a different background color (#FFFFFF) and serves as a secondary option with the text 'reject all', which is less action-oriented."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "bold",
  "energy": "high",
  "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": -1,
    "selectedLogoReasoning": "None of the visible logos match the brand 'Daft' as inferred from the URL and page title. All candidates appear to be partner or client logos.",
    "confidence": 0.2
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}